/openbsd/gnu/llvm/lld/Common/ |
H A D | Reproduce.cpp | 28 path::remove_dots(abs, /*remove_dot_dot=*/true); in relativeToRoot()
|
/openbsd/gnu/llvm/llvm/tools/llvm-cov/ |
H A D | SourceCoverageView.cpp | 44 sys::path::remove_dots(ParentPath, /*remove_dot_dot=*/true); in getOutputPath() 160 sys::path::remove_dots(SourceText, /*remove_dot_dot=*/true); in getSourceName()
|
H A D | CodeCoverage.cpp | 219 sys::path::remove_dots(EffectivePath, /*remove_dot_dot=*/true); in addCollectedPath() 483 sys::path::remove_dots(NativePath, true); in remapPathNames() 495 sys::path::remove_dots(NativeFilename, true); in remapPathNames()
|
H A D | CoverageReport.cpp | 182 sys::path::remove_dots(FileName, /*remove_dot_dot=*/true); in render()
|
H A D | SourceCoverageViewHTML.cpp | 325 sys::path::remove_dots(LinkTextStr, /*remove_dot_dot=*/true); in buildLinkToFile()
|
/openbsd/gnu/llvm/clang/lib/ExtractAPI/ |
H A D | ExtractAPIConsumer.cpp | 65 path::remove_dots(FilePath, true); in getRelativeIncludeName() 74 path::remove_dots(DirPath, true); in getRelativeIncludeName()
|
/openbsd/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | llvm-debuginfo-analyzer.cpp | 58 sys::path::remove_dots(BundlePath); in expandBundle()
|
/openbsd/gnu/llvm/clang/lib/Frontend/ |
H A D | SARIFDiagnostic.cpp | 188 llvm::sys::path::remove_dots(TmpFilename, /* remove_dot_dot */ true); in emitFilename()
|
H A D | PrecompiledPreamble.cpp | 119 llvm::sys::path::remove_dots(Buf, /*remove_dot_dot=*/true); in InclusionDirective()
|
H A D | TextDiagnostic.cpp | 777 llvm::sys::path::remove_dots(TmpFilename, /* remove_dot_dot */ true); in emitFilename()
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | Path.h | 210 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false,
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | JMCInstrumenter.cpp | 85 sys::path::remove_dots(FilePath, /*remove_dot_dot=*/true, PathStyle); in getFlagName()
|
/openbsd/gnu/llvm/lld/COFF/ |
H A D | LTO.cpp | 244 sys::path::remove_dots(path, true); in compile()
|
H A D | PDB.cpp | 265 sys::path::remove_dots(fileName, true); in pdbMakeAbsolute() 279 sys::path::remove_dots(absoluteFileName, true, guessedStyle); in pdbMakeAbsolute()
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | FileCollector.cpp | 117 sys::path::remove_dots(Paths.VirtualPath, /*remove_dot_dot=*/true); in canonicalize()
|
H A D | VirtualFileSystem.cpp | 830 llvm::sys::path::remove_dots(Path, /*remove_dot_dot=*/true); in addFile() 939 llvm::sys::path::remove_dots(Path, /*remove_dot_dot=*/true); in lookupNode() 1144 llvm::sys::path::remove_dots(Path, /*remove_dot_dot=*/true); in setCurrentWorkingDirectory() 1160 llvm::sys::path::remove_dots(Output, /*remove_dot_dot=*/true); in getRealPath() 1204 llvm::sys::path::remove_dots(result, /*remove_dot_dot=*/true, style); in canonicalize()
|
/openbsd/gnu/llvm/clang/lib/Tooling/ |
H A D | JSONCompilationDatabase.cpp | 428 llvm::sys::path::remove_dots(NativeFilePath, /*remove_dot_dot=*/true); in parse()
|
/openbsd/gnu/llvm/lldb/source/Utility/ |
H A D | FileSpec.cpp | 184 llvm::sys::path::remove_dots(resolved, true, m_style); in SetFile()
|
/openbsd/gnu/llvm/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningWorker.cpp | 47 llvm::sys::path::remove_dots(CanonPath, /*remove_dot_dot=*/true); in finishedMainFile()
|
/openbsd/gnu/llvm/clang/lib/Basic/ |
H A D | FileManager.cpp | 535 llvm::sys::path::remove_dots(AbsPath, /*remove_dot_dot=*/true); in fillRealPathName()
|
/openbsd/gnu/llvm/clang/lib/Lex/ |
H A D | HeaderSearch.cpp | 1937 path::remove_dots(FilePath, /*remove_dot_dot=*/true); in suggestPathToFileForDiagnostics() 1948 path::remove_dots(Dir, /*remove_dot_dot=*/true); in suggestPathToFileForDiagnostics()
|
H A D | PPMacroExpansion.cpp | 1971 llvm::sys::path::remove_dots(Path, false, in processPathForFileMacro() 1974 llvm::sys::path::remove_dots(Path, false, llvm::sys::path::Style::posix); in processPathForFileMacro()
|
/openbsd/gnu/llvm/clang/lib/CrossTU/ |
H A D | CrossTranslationUnit.cpp | 552 llvm::sys::path::remove_dots(Path, /*remove_dot_dot*/ true, PathStyle); in load()
|
/openbsd/gnu/llvm/llvm/lib/Object/ |
H A D | ArchiveWriter.cpp | 624 sys::path::remove_dots(Ret, /*removedotdot*/ true); in canonicalizePath()
|
/openbsd/gnu/llvm/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMappingReader.cpp | 178 sys::path::remove_dots(P, /*remove_dot_dot=*/true); in readUncompressed()
|