Home
last modified time | relevance | path

Searched refs:getKey (Results 1 – 25 of 131) sorted by relevance

123456

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp301 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 DOpenCLOptions.cpp98 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 DDebugCrossImpSubsection.cpp82 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 DDebugStringTableSubsection.cpp53 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 DAssumeBundleQueries.cpp54 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 DScopedHashTable.h55 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 DStringMap.h159 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 DStringSet.h46 return insert(mapEntry.getKey()); in insert()
H A DImmutableMap.h198 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 DStringMapEntry.h102 StringRef getKey() const { in getKey() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp251 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 DInstrProfWriter.cpp257 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 DDebugCheckers.cpp264 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 Deap_tls.c437 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 Deap_server_tls.c435 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 Deap_i.h39 u8 * (*getKey)(struct eap_sm *sm, void *priv, size_t *len); member
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DPassTimingInfo.cpp216 StringRef PassID = I.getKey(); in dump()
226 StringRef PassID = I.getKey(); in dump()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DNonRelocatableStringpool.cpp37 return InsertResult.first->getKey(); in internString()
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DOptRSTEmitter.cpp54 std::string GroupName = KV.getKey().upper(); in EmitOptRST()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManagerInternals.h105 return FilenamesByID[ID]->getKey(); in getFilename()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp109 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 DConstString.cpp75 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 DSveEmitter.cpp1392 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 DTimeProfiler.cpp173 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 DAtomicChange.h68 const std::string &getKey() const { return Key; } in getKey() function

123456