| /freebsd/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() 340 YS.printError(Field.getKey(), "descriptor key must be a scalar"); 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() 409 YS.printError(Field.getKey(), "descriptor Key must be a scalar"); in parseRewriteGlobalVariableDescriptor() 425 YS.printError(Field.getKey(), "invalid regex: " + Error); in parseRewriteGlobalVariableDescriptor() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerTypeUnit.cpp | 171 formatv("No data for type {0}", Patch.TypeName->getKey()) in prepareDataForTreeCreation() 199 return LHS.String->getKey() < RHS.String->getKey(); in prepareDataForTreeCreation() 207 return LHS.String->getKey() < RHS.String->getKey(); in prepareDataForTreeCreation() 222 return LHS.String->getKey() < RHS.String->getKey(); in prepareDataForTreeCreation() 231 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 | 318 formatv("No data for type {0}", Patch.TypeName->getKey()) in applyPatches() 346 formatv("No data for type {0}", Patch.TypeName->getKey()) in applyPatches() 425 formatv("No data for type {0}", Patch.RefTypeName->getKey()) in applyPatches() 438 formatv("No data for type {0}", Patch.TypeName->getKey()) in applyPatches() 451 formatv("No data for type {0}", Patch.RefTypeName->getKey()) in applyPatches()
|
| H A D | StringEntryToDwarfStringPoolEntryMap.h | 36 DataPtr->String = String->getKey(); in add()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGPointerAuth.cpp | 88 return CGPointerAuthInfo(Schema.getKey(), Schema.getAuthenticationMode(), in getFunctionPointerAuthInfo() 123 return CGPointerAuthInfo(Schema.getKey(), Schema.getAuthenticationMode(), in EmitPointerAuthInfo() 150 return CGPointerAuthInfo(Qual.getKey(), Qual.getAuthenticationMode(), in EmitPointerAuthInfo() 293 return Left.getKey() == Right.getKey() && in equalAuthPolicies() 324 auto *CurKey = Builder.getInt32(CurAuth.getKey()); in emitPointerAuthResignCall() 325 auto *NewKey = Builder.getInt32(NewAuth.getKey()); in emitPointerAuthResignCall() 465 return getConstantSignedPointer(Pointer, Schema.getKey(), StorageAddress, in getConstantSignedPointer() 479 Pointer, PointerAuth.getKey(), /*StorageAddress=*/nullptr, in getFunctionPointer() 511 return CGPointerAuthInfo(Schema.getKey(), Schema.getAuthenticationMode(), in getMemberFunctionPointerAuthInfo() 520 Pointer, PointerAuth.getKey(), nullptr, in getMemberFunctionPointer() [all …]
|
| H A D | CGPointerAuthInfo.h | 53 unsigned getKey() const { in getKey() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | StringMapEntry.h | 108 StringRef getKey() const { in getKey() function 119 StringRef first() const { return getKey(); } in first() 155 return E.getKey(); in decltype() 164 return E.getKey(); in decltype()
|
| 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 | 177 static_cast<MapEntryTy *>(Bucket)->getKey(), getAllocator(), in StringMap() 281 return count(MapEntry.getKey()); in count() 290 auto FindInRHS = RHS.find(KeyValue.getKey()); 310 unsigned BucketNo = LookupBucketFor(KeyValue->getKey()); in insert() 530 StringRef operator*() const { return this->wrapped()->getKey(); }
|
| H A D | ConcurrentHashtable.h | 89 static inline const KeyTy &getKey(const KeyDataTy &KeyData) { in getKey() function 90 return KeyData.getKey(); in getKey() 209 if (Info::isEqual(Info::getKey(*EntryData), NewValue)) { in insert()
|
| H A D | StringSet.h | 56 return insert(mapEntry.getKey()); in insert()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | DebugCrossImpSubsection.cpp | 81 return Strings.getIdForString(L1->getKey()) < in commit() 82 Strings.getIdForString(L2->getKey()); in commit() 87 Imp.ModuleNameOffset = Strings.getIdForString(Item->getKey()); in commit()
|
| H A D | DebugStringTableSubsection.cpp | 52 IdToString.insert({P.first->getValue(), P.first->getKey()}); in insert() 72 StringRef S = Pair.getKey(); in commit()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/ |
| H A D | SeedCollector.cpp | 76 SeedContainer::KeyT SeedContainer::getKey(LoadOrStoreT *LSI) const { in getKey() function in llvm::sandboxir::SeedContainer 89 SeedContainer::getKey<LoadInst>(LoadInst *LSI) const; 91 SeedContainer::getKey<StoreInst>(StoreInst *LSI) const; 105 auto &BundleVec = Bundles[getKey(LSI)]; in insert()
|
| /freebsd/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() 106 Result.AttrKind = Attribute::getAttrKindFromName(BOI.Tag->getKey()); in getKnowledgeFromBundle() 135 return BOI.Tag->getKey() != IgnoreBundleTag; in isAssumeWithEmptyBundle()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinkerParallel/ |
| H A D | StringPool.h | |
| /freebsd/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/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/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangBuiltinTemplatesEmitter.cpp | 189 StringRef Class = ClassEntry.getKey(); in EmitClangBuiltinTemplates() 201 StringRef Class = ClassEntry.getKey(); in EmitClangBuiltinTemplates()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
| H A D | CombinerUtils.cpp | 20 return It->getKey(); in insertStrRef()
|
| /freebsd/contrib/llvm-project/clang/lib/Testing/ |
| H A D | TestAST.cpp | 96 Extra.getKey(), /*ModificationTime=*/0, in TestAST() 97 llvm::MemoryBuffer::getMemBufferCopy(Extra.getValue(), Extra.getKey())); in TestAST()
|
| /freebsd/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/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | NonRelocatableStringpool.cpp | 30 return InsertResult.first->getKey(); in internString()
|
| /freebsd/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()
|