Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp503 StringRef RootName = PrevDIL->getScope()->getSubprogram()->getLinkageName(); in getContextFor() local
504 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()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp87 std::string RootName(Root->getName()); in checkIntegrityScopesTree() local
89 dbgs() << format("Root: '%s'\nDuplicated elements: %d\n", RootName.c_str(), in checkIntegrityScopesTree()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DJSON.h891 Expected<T> parse(const llvm::StringRef &JSON, const char *RootName = "") {
895 Path::Root R(RootName);
/openbsd-src/gnu/llvm/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp697 const StringRef &RootName) { in adjustInstrProfile() argument
699 const StringRef &RootName, in adjustInstrProfile()
702 const StringRef *NewRootName = &RootName; in adjustInstrProfile()
732 BuildMaxSampleMapImpl(FS, RootName, BuildMaxSampleMapImpl); in adjustInstrProfile()
/openbsd-src/gnu/llvm/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.