| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SymbolRewriter.cpp | 301 Key = dyn_cast<yaml::ScalarNode>(Entry.getKey()); in parseEntry() 303 YS.printError(Entry.getKey(), "rewrite type must be a scalar"); in parseEntry() 321 YS.printError(Entry.getKey(), "unknown rewrite type"); in parseEntry() 341 Key = dyn_cast<yaml::ScalarNode>(Field.getKey()); in parseRewriteFunctionDescriptor() 359 YS.printError(Field.getKey(), "invalid regex: " + Error); in parseRewriteFunctionDescriptor() 372 YS.printError(Field.getKey(), "unknown key for function"); in parseRewriteFunctionDescriptor() 410 Key = dyn_cast<yaml::ScalarNode>(Field.getKey()); in parseRewriteGlobalVariableDescriptor() 428 YS.printError(Field.getKey(), "invalid regex: " + Error); in parseRewriteGlobalVariableDescriptor() 473 Key = dyn_cast<yaml::ScalarNode>(Field.getKey()); in parseRewriteGlobalAliasDescriptor() 491 YS.printError(Field.getKey(), "invalid regex: " + Error); in parseRewriteGlobalAliasDescriptor() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | OpenCLOptions.cpp | 98 const auto &Name = F.getKey(); in addSupport() 122 if (TI.hasFeatureEnabled(OpenCLFeaturesMap, FeaturePair.getKey()) && in diagnoseUnsupportedFeatureDependencies() 126 << FeaturePair.getKey() << FeaturePair.getValue(); in diagnoseUnsupportedFeatureDependencies() 142 if (TI.hasFeatureEnabled(OpenCLFeaturesMap, ExtAndFeat.getKey()) != in diagnoseFeatureExtensionDifferences() 146 << ExtAndFeat.getKey() << ExtAndFeat.getValue(); in diagnoseFeatureExtensionDifferences()
|
| /freebsd-13.1/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-13.1/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() 102 Result.AttrKind = Attribute::getAttrKindFromName(BOI.Tag->getKey()); in getKnowledgeFromBundle() 128 return BOI.Tag->getKey() != IgnoreBundleTag; in isAssumeWithEmptyBundle()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | ScopedHashTable.h | 55 const K &getKey() const { return Key; } in getKey() function 244 assert(HT.TopLevelMap[ThisEntry->getKey()] == ThisEntry && in ~ScopedHashTableScope() 246 HT.TopLevelMap.erase(ThisEntry->getKey()); in ~ScopedHashTableScope() 248 ScopedHashTableVal<K, V> *&KeyEntry = HT.TopLevelMap[ThisEntry->getKey()]; in ~ScopedHashTableScope()
|
| H A D | StringMap.h | 159 static_cast<MapEntryTy *>(Bucket)->getKey(), Allocator, in StringMap() 250 return count(MapEntry.getKey()); in count() 259 auto FindInRHS = RHS.find(KeyValue.getKey()); 277 unsigned BucketNo = LookupBucketFor(KeyValue->getKey()); in insert() 469 Key = this->wrapped()->getKey();
|
| H A D | StringSet.h | 46 return insert(mapEntry.getKey()); in insert()
|
| H A D | ImmutableMap.h | 198 key_type_ref getKey() const { return (*this)->first; } in getKey() function 328 key_type_ref getKey() const { return (*this)->first; } in getKey() function
|
| H A D | StringMapEntry.h | 102 StringRef getKey() const { in getKey() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | SampleProf.cpp | 251 NameSet.insert(TS.getKey()); in findAllNames() 334 ColdProfiles.emplace_back(I.getKey(), &I.second); in trimAndMergeColdContextProfiles() 356 ProfileMap.find(I.getKey()) == ProfileMap.end()) in trimAndMergeColdContextProfiles() 360 auto Ret = ProfileMap.try_emplace(I.getKey(), FunctionSamples()); in trimAndMergeColdContextProfiles()
|
| H A D | InstrProfWriter.cpp | 257 addRecord(I.getKey(), Func.first, std::move(Func.second), 1, Warn); in mergeRecordsFromWriter() 301 Generator.insert(I.getKey(), &I.getValue()); in writeImpl() 487 if (Error E = Symtab.addFuncName(I.getKey())) in writeText() 490 OrderedFuncData.push_back(std::make_pair(I.getKey(), Func)); in writeText()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DebugCheckers.cpp | 264 return (*LHS)->getKey().compare((*RHS)->getKey()); in compareEntry() 281 llvm::errs() << Keys[I]->getKey() << " = " in checkEndOfTranslationUnit()
|
| /freebsd-13.1/contrib/wpa/src/eap_peer/ |
| H A D | eap_tls.c | 437 eap->getKey = eap_tls_getKey; in eap_peer_tls_register() 464 eap->getKey = eap_tls_getKey; in eap_peer_unauth_tls_register() 492 eap->getKey = eap_tls_getKey; in eap_peer_wfa_unauth_tls_register()
|
| /freebsd-13.1/contrib/wpa/src/eap_server/ |
| H A D | eap_server_tls.c | 435 eap->getKey = eap_tls_getKey; in eap_server_tls_register() 462 eap->getKey = eap_tls_getKey; in eap_server_unauth_tls_register() 489 eap->getKey = eap_tls_getKey; in eap_server_wfa_unauth_tls_register()
|
| H A D | eap_i.h | 39 u8 * (*getKey)(struct eap_sm *sm, void *priv, size_t *len); member
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | PassTimingInfo.cpp | 216 StringRef PassID = I.getKey(); in dump() 226 StringRef PassID = I.getKey(); in dump()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | NonRelocatableStringpool.cpp | 37 return InsertResult.first->getKey(); in internString()
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | OptRSTEmitter.cpp | 54 std::string GroupName = KV.getKey().upper(); in EmitOptRST()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | SourceManagerInternals.h | 105 return FilenamesByID[ID]->getKey(); in getFilename()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 109 ModuleFiles[WorklistItemIt->getKey().str()] = WorklistItemIt->getValue(); in visitPrebuiltModule() 196 DepFS->ignoreFile(File.getKey()); in runInvocation()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ConstString.cpp | 75 return entry.getKey().size(); in GetConstCStringLength() 169 mem_size += sizeof(StringPoolEntryType) + entry.getKey().size(); in MemorySize()
|
| /freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | SveEmitter.cpp | 1392 OS << "const uint64_t " << KV.getKey() << " = " << KV.getValue() << ";\n"; in createTypeFlags() 1397 OS << " " << KV.getKey() << " = " << KV.getValue() << ",\n"; in createTypeFlags() 1402 OS << " " << KV.getKey() << " = " << KV.getValue() << ",\n"; in createTypeFlags() 1407 OS << " " << KV.getKey() << " = " << KV.getValue() << ",\n"; in createTypeFlags() 1412 OS << " " << KV.getKey() << " = " << KV.getValue() << ",\n"; in createTypeFlags()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | TimeProfiler.cpp | 173 StringRef Key = Stat.getKey(); in write() 188 SortedTotals.emplace_back(std::string(Total.getKey()), Total.getValue()); in write()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
| H A D | AtomicChange.h | 68 const std::string &getKey() const { return Key; } in getKey() function
|