Searched refs:RootName (Results 1 – 5 of 5) sorted by relevance
503 StringRef RootName = PrevDIL->getScope()->getSubprogram()->getLinkageName(); in getContextFor() local504 if (RootName.empty()) in getContextFor()505 RootName = PrevDIL->getScope()->getSubprogram()->getName(); in getContextFor()506 S.push_back(std::make_pair(LineLocation(0, 0), 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()
891 Expected<T> parse(const llvm::StringRef &JSON, const char *RootName = "") {895 Path::Root R(RootName);
697 const StringRef &RootName) { in adjustInstrProfile() argument699 const StringRef &RootName, in adjustInstrProfile()702 const StringRef *NewRootName = &RootName; in adjustInstrProfile()732 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.