Lines Matching defs:Key
162 static llvm::SmallString<128> getParseErrorMsg(TBDKey Key) { in getParseErrorMsg()
166 static llvm::SmallString<128> getSerializeErrorMsg(TBDKey Key) { in getSerializeErrorMsg()
185 TBDKey Key, const Object *Obj, in getRequiredValue()
203 TBDKey Key, const Object *Obj, in getRequiredValue()
218 Error collectFromArray(TBDKey Key, const Object *Obj, in collectFromArray()
380 Expected<TargetsToSymbols> getSymbolSection(const Object *File, TBDKey Key, in getSymbolSection()
440 Expected<AttrToTargets> getLibSection(const Object *File, TBDKey Key, in getLibSection()
462 collectFromArray(SubKey, Obj, [&Result, &MappedTargets](StringRef Key) { in getLibSection()
522 Expected<PackedVersion> getPackedVersion(const Object *File, TBDKey Key) { in getPackedVersion()
740 bool insertNonEmptyValues(Object &Obj, TBDKey Key, ContainerT &&Contents) { in insertNonEmptyValues()
780 Array serializeScalar(TBDKey Key, ValueT Value, ValueT Default = ValueT()) { in serializeScalar()
794 Array serializeAttrToTargets(AggregateT &Entries, TBDKey Key) { in serializeAttrToTargets()
807 Array serializeField(TBDKey Key, const AggregateT &Values, in serializeField()
826 Array serializeField(TBDKey Key, const std::vector<InterfaceFileRef> &Values, in serializeField()