Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp521 llvm::SmallString<1024> MainFileDirSS(MainFileDir); in CreateCompileUnit() local
522 llvm::sys::path::append(MainFileDirSS, MainFileName); in CreateCompileUnit()
524 std::string(llvm::sys::path::remove_leading_dotslash(MainFileDirSS)); in CreateCompileUnit()