Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DPath.h158 void replace_path_prefix(SmallVectorImpl<char> &Path,
/external/llvm/unittests/Support/
DPath.cpp983 path::replace_path_prefix(Path, OldPrefix, NewPrefix); in TEST()
986 path::replace_path_prefix(Path, OldPrefix, NewPrefix); in TEST()
989 path::replace_path_prefix(Path, OldPrefix, NewPrefix2); in TEST()
992 path::replace_path_prefix(Path, EmptyPrefix, NewPrefix); in TEST()
995 path::replace_path_prefix(Path, OldPrefix, EmptyPrefix); in TEST()
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp330 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix); in getThinLTOOutputFile()
/external/llvm/lib/Support/
DPath.cpp525 void replace_path_prefix(SmallVectorImpl<char> &Path, in replace_path_prefix() function
/external/llvm/tools/gold/
Dgold-plugin.cpp1292 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix); in getThinLTOOutputFile()