Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DLangOptions.cpp55 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 DPath.h173 bool replace_path_prefix(SmallVectorImpl<char> &Path, StringRef OldPrefix,
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp816 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 DGCOV.cpp836 sys::path::replace_path_prefix(si.displayName, options.SourcePrefix, in print()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp511 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix); in getThinLTOOutputFile()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp516 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 DLTO.cpp1314 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix); in getThinLTOOutputFile()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1579 if (llvm::sys::path::replace_path_prefix(Path, Entry.first, Entry.second)) in normalizeFilename()
H A DCGDebugInfo.cpp459 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 DDWARFLinker.cpp1984 if (llvm::sys::path::replace_path_prefix(p, Entry.first, Entry.second)) in remapPath()