Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyFile.cpp50 llvm::sys::path::remove_leading_dotslash(*Filename), in LexedFileChanged()
58 llvm::sys::path::remove_leading_dotslash(SkippedFile.getName()); in FileSkipped()
70 llvm::sys::path::remove_leading_dotslash(File->getName()); in EmbedDirective()
98 llvm::sys::path::remove_leading_dotslash(File->getName()); in HasEmbed()
111 llvm::sys::path::remove_leading_dotslash(File->getName()); in HasInclude()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSectionsProfileReader.cpp163 DIFilename = sys::path::remove_leading_dotslash(Values[0]); in ReadV1Profile()
301 sys::path::remove_leading_dotslash(DIFilenameStr.substr(2)); in ReadV0Profile()
405 DIFilename = sys::path::remove_leading_dotslash(CU->getFilename()); in doInitialization()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h202 StringRef remove_leading_dotslash(StringRef path, Style style = Style::native);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp99 Path.erase(Path.begin(), sys::path::remove_leading_dotslash( in makeAbsolute()
H A DPath.cpp704 StringRef remove_leading_dotslash(StringRef Path, Style style) { in remove_leading_dotslash() function
H A DVirtualFileSystem.cpp1229 llvm::sys::path::remove_leading_dotslash(Path, style); in canonicalize()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticInfo.cpp141 return sys::path::remove_leading_dotslash(Path).str(); in getAbsolutePath()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp462 MDC.addFileDep(llvm::sys::path::remove_leading_dotslash(*Filename)); in LexedFileChanged()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp562 llvm::sys::path::remove_leading_dotslash(MainFileDirSS, Style)); in CreateCompileUnit()