Searched refs:PrevSlash (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp220 size_t PrevSlash = Filepath.rfind('\\', Cursor - 1); local
221 if (PrevSlash == std::string::npos)
225 Filepath.erase(PrevSlash, Cursor + 3 - PrevSlash);
227 Cursor = PrevSlash;

Completed in 64 milliseconds