Searched refs:replace_path_prefix (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | LangOptions.cpp | 55 if (llvm::sys::path::replace_path_prefix(Path, Entry.first, Entry.second)) in remapPathPrefix()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Path.h | 173 bool replace_path_prefix(SmallVectorImpl<char> &Path, StringRef OldPrefix,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCContext.cpp | 816 if (llvm::sys::path::replace_path_prefix(P, Entry.first, Entry.second)) { in RemapDebugPaths()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | GCOV.cpp | 836 sys::path::replace_path_prefix(si.displayName, options.SourcePrefix, in print()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 511 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix); in getThinLTOOutputFile()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Path.cpp | 516 bool replace_path_prefix(SmallVectorImpl<char> &Path, StringRef OldPrefix, in replace_path_prefix() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 1314 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix); in getThinLTOOutputFile()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 1579 if (llvm::sys::path::replace_path_prefix(Path, Entry.first, Entry.second)) in normalizeFilename()
|
| H A D | CGDebugInfo.cpp | 459 if (llvm::sys::path::replace_path_prefix(P, Entry.first, Entry.second)) in remapDIPath()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | 1984 if (llvm::sys::path::replace_path_prefix(p, Entry.first, Entry.second)) in remapPath()
|