Home
last modified time | relevance | path

Searched refs:RootName (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp498 StringRef RootName = PrevDIL->getScope()->getSubprogram()->getLinkageName(); in getContextFor() local
499 if (RootName.empty()) in getContextFor()
500 RootName = PrevDIL->getScope()->getSubprogram()->getName(); in getContextFor()
502 getRepInFormat(RootName))); in getContextFor()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerMatchTableEmitter.cpp
H A DGlobalISelCombinerEmitter.cpp775 StringRef RootName; member in __anon569e2aa20111::CombineRuleBuilder
880 << " root:" << RootName << '\n'; in print()
1445 auto It = ApplyPats.find(RootName); in findRoots()
1447 PrintError("Cannot find root '" + RootName + "' in apply patterns!"); in findRoots()
1453 PrintError("apply pattern root '" + RootName + in findRoots()
1478 if (auto It = ApplyPats.find(RootName); It != ApplyPats.end()) { in findRoots()
1480 PrintError("apply pattern '" + RootName + in findRoots()
1492 if (auto MatchPatIt = MatchPats.find(RootName); in findRoots()
1500 auto LookupRes = MatchOpTable.lookup(RootName); in findRoots()
1502 PrintError("Cannot find root '" + RootName + "' in match patterns!"); in findRoots()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp85 std::string RootName(Root->getName()); in checkIntegrityScopesTree() local
87 dbgs() << format("Root: '%s'\nDuplicated elements: %d\n", RootName.c_str(), in checkIntegrityScopesTree()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h931 Expected<T> parse(const llvm::StringRef &JSON, const char *RootName = "") {
935 Path::Root R(RootName);
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1315 const StringRef &RootName) { in adjustInstrProfile() argument
1317 const StringRef &RootName, in adjustInstrProfile()
1321 const StringRef *NewRootName = &RootName; in adjustInstrProfile()
1351 BuildMaxSampleMapImpl(FS, RootName, BuildMaxSampleMapImpl); in adjustInstrProfile()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc113 const StringRef RootName = llvm::sys::path::root_name(Path8Str);
114 assert(!RootName.empty() &&
118 if (RootName[1] != ':') { // Check if UNC.