Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DInstrProf.cpp225 static StringRef stripDirPrefix(StringRef PathNameStr, uint32_t NumPrefix) { in stripDirPrefix() argument
228 for (auto & CI : PathNameStr) { in stripDirPrefix()
237 return PathNameStr.substr(LastPos); in stripDirPrefix()