Home
last modified time | relevance | path

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

/external/llvm/tools/sancov/
Dsancov.cc216 std::string stripPathPrefix(std::string Path) { in stripPathPrefix() function
846 OS << stripPathPrefix(Fns.first.FileName) << ":" << Fns.first.Line << " " in printFunctionLocs()
918 << stripPathPrefix(FileName) << "</a></td>" in printReport()
933 OS << "<tr><td>" << stripPathPrefix(FileName) << "</td>\n"; in printReport()
947 OS << "<h2>" << stripPathPrefix(FileName) << "</h2>\n"; in printReport()
1177 OS << "<li>" << stripPathPrefix(InputFile) << " (" in printReport()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/sancov/
Dsancov.cpp548 std::string stripPathPrefix(std::string Path) { in stripPathPrefix() function
568 return stripPathPrefix(S.str().str()); in normalizeFilename()
1042 OS << stripPathPrefix(P.first.FileName) << ":" << P.second.first << " " in printFunctionLocs()