Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DPath.h163 void replace_path_prefix(SmallVectorImpl<char> &Path,
/freebsd-12.1/contrib/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp419 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix); in getThinLTOOutputFile()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DPath.cpp524 void replace_path_prefix(SmallVectorImpl<char> &Path, in replace_path_prefix() function
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTO.cpp1083 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix); in getThinLTOOutputFile()