Home
last modified time | relevance | path

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

12345

/netbsd-src/external/apache2/llvm/dist/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()
343 YS.printError(Field.getKey(), "descriptor key must be a scalar"); 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()
412 YS.printError(Field.getKey(), "descriptor Key must be a scalar"); in parseRewriteGlobalVariableDescriptor()
428 YS.printError(Field.getKey(), "invalid regex: " + Error); in parseRewriteGlobalVariableDescriptor()
[all …]
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/tools/diagtool/
H A DDiagTool.cpp44 toolNames.push_back(it->getKey()); in printCommands()
45 unsigned len = it->getKey().size(); in printCommands()
/netbsd-src/external/bsd/elftosb/dist/common/
H A DAESKey.h119 inline const key_t & getKey() const { return m_key; } in getKey() function
120 inline void getKey(key_t * key) const { memcpy(key, m_key, sizeof(m_key)); } in getKey() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProf.cpp253 NameSet.insert(TS.getKey()); in findAllNames()
335 ColdProfiles.emplace_back(I.getKey(), &I.second); in trimAndMergeColdContextProfiles()
354 ProfileMap.find(I.getKey()) == ProfileMap.end()) in trimAndMergeColdContextProfiles()
358 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp264 return (*LHS)->getKey().compare((*RHS)->getKey()); in compareEntry()
281 llvm::errs() << Keys[I]->getKey() << " = " in checkEndOfTranslationUnit()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/windows/
H A Dregistry.d936 Key getKey(string name, REGSAM access = REGSAM.KEY_READ)
1487 Key getKey(size_t index) in getKey() function
1494 return m_key.getKey(name); in getKey()
1509 return getKey(index); in opIndex()
1529 Key key = m_key.getKey(name); in opApply()
1751 Key CLSID = HKCR.getKey("CLSID");
1764 Key softwareKey = HKCU.getKey("Software");
1842 auto e = collectException!RegistryException(HKCU.getKey("cDhmxsX9K23a8Uf869uB"));
1851 Key key = HKCU.getKey("Control Panel");
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/windows/
H A Dregistry.d935 Key getKey(string name, REGSAM access = REGSAM.KEY_READ)
1485 Key getKey(size_t index) in getKey() function
1492 return m_key.getKey(name); in getKey()
1507 return getKey(index); in opIndex()
1526 Key key = m_key.getKey(name); in opApply()
1746 Key CLSID = HKCR.getKey("CLSID");
1759 Key softwareKey = HKCU.getKey("Software");
1837 auto e = collectException!RegistryException(HKCU.getKey("cDhmxsX9K23a8Uf869uB"));
1846 Key key = HKCU.getKey("Control Panel");
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Djprofile.c634 TSD_Entry *tsd = collector_interface->getKey (tsd_key); in jvmti_ThreadStart()
654 TSD_Entry *tsd = collector_interface->getKey (tsd_key); in jvmti_ThreadEnd()
1063 TSD_Entry *tsd = collector_interface->getKey (tsd_key); in jvmti_MonitorEnter()
1073 TSD_Entry *tsd = collector_interface->getKey (tsd_key); in jvmti_MonitorEntered()
1109 TSD_Entry *tsd = collector_interface->getKey (tsd_key);
1119 TSD_Entry *tsd = collector_interface->getKey (tsd_key);
1178 TSD_Entry *tsd = collector_interface->getKey (tsd_key); in __collector_ext_jstack_unwind()
H A Dsynctrace.c79 #define CHCK_NREENTRANCE(x) (!sync_native || !sync_mode || ((x) = collector_interface->getKey( …
80 #define RECHCK_NREENTRANCE(x) (!sync_native || !sync_mode || ((x) = collector_interface->getKey( …
81 #define CHCK_JREENTRANCE(x) (!sync_java || !sync_mode || ((x) = collector_interface->getKey( sy…
82 #define RECHCK_JREENTRANCE(x) (!sync_java || !sync_mode || ((x) = collector_interface->getKey( sy…
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Djprofile.c640 TSD_Entry *tsd = collector_interface->getKey (tsd_key); in jvmti_ThreadStart()
660 TSD_Entry *tsd = collector_interface->getKey (tsd_key); in jvmti_ThreadEnd()
1069 TSD_Entry *tsd = collector_interface->getKey (tsd_key); in jvmti_MonitorEnter()
1079 TSD_Entry *tsd = collector_interface->getKey (tsd_key); in jvmti_MonitorEntered()
1115 TSD_Entry *tsd = collector_interface->getKey (tsd_key);
1125 TSD_Entry *tsd = collector_interface->getKey (tsd_key);
1184 TSD_Entry *tsd = collector_interface->getKey (tsd_key); in __collector_ext_jstack_unwind()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DPassTimingInfo.cpp216 StringRef PassID = I.getKey(); in dump()
226 StringRef PassID = I.getKey(); in dump()
/netbsd-src/crypto/external/cpl/tpm-tools/dist/src/data_mgmt/
H A Ddata_protect.c214 getKey( CK_SESSION_HANDLE a_hSession, in getKey() function
473 if ( getKey( hSession, &hObject ) == -1 ) in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DNonRelocatableStringpool.cpp37 return InsertResult.first->getKey(); in internString()
/netbsd-src/external/bsd/elftosb/dist/sbtool/
H A DEncoreBootImageReader.h49 inline const AESKey<128> & getKey() const { return m_dek; } in getKey() function
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DOptRSTEmitter.cpp54 std::string GroupName = KV.getKey().upper(); in EmitOptRST()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManagerInternals.h105 return FilenamesByID[ID]->getKey(); in getFilename()

12345