Searched refs:RootName (Results 1 – 6 of 6) sorted by relevance
497 StringRef RootName = PrevDIL->getScope()->getSubprogram()->getLinkageName(); in getContextFor() local498 if (RootName.empty()) in getContextFor()499 RootName = PrevDIL->getScope()->getSubprogram()->getName(); in getContextFor()501 getRepInFormat(RootName))); in getContextFor()
87 std::string RootName(Root->getName()); in checkIntegrityScopesTree() local89 dbgs() << format("Root: '%s'\nDuplicated elements: %d\n", RootName.c_str(), in checkIntegrityScopesTree()
789 StringRef RootName; member in __anon26f8cc580111::CombineRuleBuilder870 << " root:" << RootName << '\n'; in print()1355 auto It = ApplyPats.find(RootName); in findRoots()1363 PrintError("apply pattern root '" + RootName + in findRoots()1388 if (auto It = ApplyPats.find(RootName); It != ApplyPats.end()) { in findRoots()1390 PrintError("apply pattern '" + RootName + in findRoots()1402 if (auto MatchPatIt = MatchPats.find(RootName); in findRoots()1410 auto LookupRes = MatchOpTable.lookup(RootName); in findRoots()1412 PrintError("Cannot find root '" + RootName + "' in match patterns!"); in findRoots()1418 PrintError("Cannot use live-in operand '" + RootName + in findRoots()[all …]
912 Expected<T> parse(const llvm::StringRef &JSON, const char *RootName = "") {916 Path::Root R(RootName);
1171 const StringRef &RootName) { in adjustInstrProfile() argument1173 const StringRef &RootName, in adjustInstrProfile()1177 const StringRef *NewRootName = &RootName; in adjustInstrProfile()1207 BuildMaxSampleMapImpl(FS, RootName, BuildMaxSampleMapImpl); in adjustInstrProfile()
113 const StringRef RootName = llvm::sys::path::root_name(Path8Str);114 assert(!RootName.empty() &&118 if (RootName[1] != ':') { // Check if UNC.