Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DPath.h173 bool replace_path_prefix(SmallVectorImpl<char> &Path, StringRef OldPrefix,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp801 if (llvm::sys::path::replace_path_prefix(P, Entry.first, Entry.second)) { in RemapDebugPaths()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp478 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix); in getThinLTOOutputFile()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DGCOV.cpp823 sys::path::replace_path_prefix(si.displayName, options.SourcePrefix, in print()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DPath.cpp516 bool replace_path_prefix(SmallVectorImpl<char> &Path, StringRef OldPrefix, in replace_path_prefix() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPMacroExpansion.cpp1461 if (llvm::sys::path::replace_path_prefix(Path, Entry.first, Entry.second)) in remapMacroPath()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp1314 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix); in getThinLTOOutputFile()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1579 if (llvm::sys::path::replace_path_prefix(Path, Entry.first, Entry.second)) in normalizeFilename()
H A DCGDebugInfo.cpp486 if (llvm::sys::path::replace_path_prefix(P, Entry.first, Entry.second)) in remapDIPath()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1984 if (llvm::sys::path::replace_path_prefix(p, Entry.first, Entry.second)) in remapPath()