Home
last modified time | relevance | path

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

/external/llvm/tools/sancov/
Dsancov.cc81 static cl::opt<std::string> ClStripPathPrefix( variable
162 if (ClStripPathPrefix.empty()) in stripPathPrefix()
164 size_t Pos = Path.find(ClStripPathPrefix); in stripPathPrefix()
167 return Path.substr(Pos + ClStripPathPrefix.size()); in stripPathPrefix()