Home
last modified time | relevance | path

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

/external/llvm/tools/sancov/
Dsancov.cc93 static cl::opt<std::string> ClStripPathPrefix( variable
217 if (ClStripPathPrefix.empty()) in stripPathPrefix()
219 size_t Pos = Path.find(ClStripPathPrefix); in stripPathPrefix()
222 return Path.substr(Pos + ClStripPathPrefix.size()); in stripPathPrefix()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/sancov/
Dsancov.cpp100 static cl::opt<std::string> ClStripPathPrefix( variable
549 if (ClStripPathPrefix.empty()) in stripPathPrefix()
551 size_t Pos = Path.find(ClStripPathPrefix); in stripPathPrefix()
554 return Path.substr(Pos + ClStripPathPrefix.size()); in stripPathPrefix()