Searched refs:replace_path_prefix (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | Path.h | 194 bool replace_path_prefix(SmallVectorImpl<char> &Path, StringRef OldPrefix,
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | LangOptions.cpp | 67 if (llvm::sys::path::replace_path_prefix(Path, Entry.first, Entry.second)) in remapPathPrefix()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 525 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix); in getThinLTOOutputFile()
|
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
| H A D | GCOV.cpp | 839 sys::path::replace_path_prefix(si.displayName, options.SourcePrefix, in print()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCContext.cpp | 892 if (llvm::sys::path::replace_path_prefix(Path, From, To)) in remapDebugPath()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | Path.cpp | 518 bool replace_path_prefix(SmallVectorImpl<char> &Path, StringRef OldPrefix, in replace_path_prefix() function
|
| /openbsd-src/gnu/llvm/llvm/lib/LTO/ |
| H A D | LTO.cpp | 1405 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix); in getThinLTOOutputFile()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 1600 if (llvm::sys::path::replace_path_prefix(Path, Entry.first, Entry.second)) in normalizeFilename()
|
| H A D | CGDebugInfo.cpp | 477 if (llvm::sys::path::replace_path_prefix(P, Entry.first, Entry.second)) in remapDIPath()
|
| /openbsd-src/gnu/llvm/clang/lib/Lex/ |
| H A D | ModuleMap.cpp | 1312 bool Done = llvm::sys::path::replace_path_prefix(Path, Dir, CanonicalDir); in canonicalizeModuleMapPath()
|
| /openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | 2102 if (llvm::sys::path::replace_path_prefix(p, Entry.first, Entry.second)) in remapPath()
|