Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp182 size_t PrevSlash = Filepath.rfind('\\', Cursor - 1); in getFullFilepath() local
183 if (PrevSlash == std::string::npos) in getFullFilepath()
187 Filepath.erase(PrevSlash, Cursor + 3 - PrevSlash); in getFullFilepath()
189 Cursor = PrevSlash; in getFullFilepath()