Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp183 size_t PrevSlash = Filepath.rfind('\\', Cursor - 1); in getFullFilepath() local
184 if (PrevSlash == std::string::npos) in getFullFilepath()
188 Filepath.erase(PrevSlash, Cursor + 3 - PrevSlash); in getFullFilepath()
190 Cursor = PrevSlash; in getFullFilepath()