Home
last modified time | relevance | path

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

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