| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SymbolRewriter.cpp | 298 Key = dyn_cast<yaml::ScalarNode>(Entry.getKey()); in parseEntry() 300 YS.printError(Entry.getKey(), "rewrite type must be a scalar"); in parseEntry() 318 YS.printError(Entry.getKey(), "unknown rewrite type"); in parseEntry() 338 Key = dyn_cast<yaml::ScalarNode>(Field.getKey()); in parseRewriteFunctionDescriptor() 356 YS.printError(Field.getKey(), "invalid regex: " + Error); in parseRewriteFunctionDescriptor() 369 YS.printError(Field.getKey(), "unknown key for function"); in parseRewriteFunctionDescriptor() 407 Key = dyn_cast<yaml::ScalarNode>(Field.getKey()); in parseRewriteGlobalVariableDescriptor() 425 YS.printError(Field.getKey(), "invalid regex: " + Error); in parseRewriteGlobalVariableDescriptor() 470 Key = dyn_cast<yaml::ScalarNode>(Field.getKey()); in parseRewriteGlobalAliasDescriptor() 488 YS.printError(Field.getKey(), "invalid regex: " + Error); in parseRewriteGlobalAliasDescriptor() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerTypeUnit.cpp | 172 formatv("No data for type {0}", Patch.TypeName->getKey()) in prepareDataForTreeCreation() 200 return LHS.String->getKey() < RHS.String->getKey(); in prepareDataForTreeCreation() 208 return LHS.String->getKey() < RHS.String->getKey(); in prepareDataForTreeCreation() 223 return LHS.String->getKey() < RHS.String->getKey(); in prepareDataForTreeCreation() 232 return LHS.String->getKey() < RHS.String->getKey(); in prepareDataForTreeCreation()
|
| H A D | TypePool.h | 94 static inline StringRef getKey(const TypeEntry &KeyData) { in getKey() function 95 return KeyData.getKey(); in getKey() 168 return LHS->getKey() < RHS->getKey();
|
| H A D | OutputSections.cpp | 319 formatv("No data for type {0}", Patch.TypeName->getKey()) in applyPatches() 347 formatv("No data for type {0}", Patch.TypeName->getKey()) in applyPatches() 426 formatv("No data for type {0}", Patch.RefTypeName->getKey()) in applyPatches() 439 formatv("No data for type {0}", Patch.TypeName->getKey()) in applyPatches() 452 formatv("No data for type {0}", Patch.RefTypeName->getKey()) in applyPatches()
|
| H A D | AcceleratorRecordsSaver.cpp | 105 !AttrInfo.Name->getKey().empty()) { in save() 166 StripTemplateParameters(AttrInfo.Name->getKey())) { in save() 185 getObjCNamesIfSelector(AttrInfo.Name->getKey()); in saveObjC()
|
| H A D | StringEntryToDwarfStringPoolEntryMap.h | 36 DataPtr->String = GlobalData.translateString(String->getKey()); in add()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | DebugCrossImpSubsection.cpp | 82 return Strings.getIdForString(L1->getKey()) < in commit() 83 Strings.getIdForString(L2->getKey()); in commit() 88 Imp.ModuleNameOffset = Strings.getIdForString(Item->getKey()); in commit()
|
| H A D | DebugStringTableSubsection.cpp | 53 IdToString.insert({P.first->getValue(), P.first->getKey()}); in insert() 73 StringRef S = Pair.getKey(); in commit()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
| H A D | StringPool.h | 38 static inline StringRef getKey(const StringEntry &KeyData) { in getKey() function 39 return KeyData.getKey(); in getKey()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | AssumeBundleQueries.cpp | 54 if (BOI.Tag->getKey() != AttrName) in hasAttributeInAssume() 73 nullptr, Attribute::getAttrKindFromName(Bundles.Tag->getKey())}; in fillMapFromAssume() 105 Result.AttrKind = Attribute::getAttrKindFromName(BOI.Tag->getKey()); in getKnowledgeFromBundle() 131 return BOI.Tag->getKey() != IgnoreBundleTag; in isAssumeWithEmptyBundle()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | ScopedHashTable.h | 55 const K &getKey() const { return Key; } in getKey() function 243 assert(HT.TopLevelMap[ThisEntry->getKey()] == ThisEntry && in ~ScopedHashTableScope() 245 HT.TopLevelMap.erase(ThisEntry->getKey()); in ~ScopedHashTableScope() 247 ScopedHashTableVal<K, V> *&KeyEntry = HT.TopLevelMap[ThisEntry->getKey()]; in ~ScopedHashTableScope()
|
| H A D | StringMap.h | 160 static_cast<MapEntryTy *>(Bucket)->getKey(), getAllocator(), in StringMap() 261 return count(MapEntry.getKey()); in count() 270 auto FindInRHS = RHS.find(KeyValue.getKey()); 288 unsigned BucketNo = LookupBucketFor(KeyValue->getKey()); in insert() 495 StringRef operator*() const { return this->wrapped()->getKey(); }
|
| H A D | ConcurrentHashtable.h | 88 static inline const KeyTy &getKey(const KeyDataTy &KeyData) { in getKey() function 89 return KeyData.getKey(); in getKey() 208 if (Info::isEqual(Info::getKey(*EntryData), NewValue)) { in insert()
|
| H A D | StringSet.h | 47 return insert(mapEntry.getKey()); in insert()
|
| H A D | ImmutableMap.h | 162 key_type_ref getKey() const { return (*this)->first; } in getKey() function 292 key_type_ref getKey() const { return (*this)->first; } in getKey() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVStringPool.h | 71 return (Index >= Entries.size()) ? StringRef() : Entries[Index]->getKey(); in getString() 79 << "Key: '" << Entry->getKey() << "'\n"; in print()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DebugCheckers.cpp | 264 return (*LHS)->getKey().compare((*RHS)->getKey()); in compareEntry() 280 llvm::errs() << Keys[I]->getKey() << " = " in checkEndOfTranslationUnit()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Testing/ADT/ |
| H A D | StringMapEntry.h | 34 OS << "{\"" << E.getKey().data() << "\": "; 77 if (!KeyMatcher.MatchAndExplain(Entry.getKey().data(), &KeyListener)) {
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Testing/ |
| H A D | TestAST.cpp | 113 Extra.getKey(), /*ModificationTime=*/0, in TestAST() 114 llvm::MemoryBuffer::getMemBufferCopy(Extra.getValue(), Extra.getKey())); in TestAST()
|
| /freebsd-14.2/contrib/wpa/src/eap_server/ |
| H A D | eap_server_tls.c | 443 eap->getKey = eap_tls_getKey; in eap_server_tls_register() 470 eap->getKey = eap_tls_getKey; in eap_server_unauth_tls_register() 497 eap->getKey = eap_tls_getKey; in eap_server_wfa_unauth_tls_register()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | NonRelocatableStringpool.cpp | 35 return InsertResult.first->getKey(); in internString()
|
| /freebsd-14.2/contrib/wpa/src/eap_peer/ |
| H A D | eap_tls.c | 444 eap->getKey = eap_tls_getKey; in eap_peer_tls_register() 471 eap->getKey = eap_tls_getKey; in eap_peer_unauth_tls_register() 499 eap->getKey = eap_tls_getKey; in eap_peer_wfa_unauth_tls_register()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | PassTimingInfo.cpp | 226 StringRef PassID = I.getKey(); in dump() 236 StringRef PassID = I.getKey(); in dump()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | SourceManagerInternals.h | 105 return FilenamesByID[ID]->getKey(); in getFilename()
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | OptRSTEmitter.cpp | 47 std::string GroupName = KV.getKey().upper(); in EmitOptRST()
|