Home
last modified time | relevance | path

Searched refs:PathRoot (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/XRay/
H A DProfile.cpp151 auto PathRoot = *It++; in internPath() local
153 find_if(Roots, [PathRoot](TrieNode *N) { return N->Func == PathRoot; }); in internPath()
160 Node->Func = PathRoot; in internPath()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DPath.cpp270 TEST(Support, PathRoot) { in TEST() argument