Searched refs:replace_path_prefix (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Path.h | 158 void replace_path_prefix(SmallVectorImpl<char> &Path,
|
/external/llvm/include/llvm/Support/ |
D | Path.h | 158 void replace_path_prefix(SmallVectorImpl<char> &Path,
|
/external/llvm/unittests/Support/ |
D | Path.cpp | 983 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Path.h | 163 void replace_path_prefix(SmallVectorImpl<char> &Path,
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | Path.cpp | 1213 path::replace_path_prefix(Path, OldPrefix, NewPrefix); in TEST() 1216 path::replace_path_prefix(Path, OldPrefix, NewPrefix); in TEST() 1219 path::replace_path_prefix(Path, OldPrefix, NewPrefix2); in TEST() 1222 path::replace_path_prefix(Path, EmptyPrefix, NewPrefix); in TEST() 1225 path::replace_path_prefix(Path, OldPrefix, EmptyPrefix); in TEST()
|
/external/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 330 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix); in getThinLTOOutputFile()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 415 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix); in getThinLTOOutputFile()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Path.cpp | 525 void replace_path_prefix(SmallVectorImpl<char> &Path, in replace_path_prefix() function
|
/external/llvm/lib/Support/ |
D | Path.cpp | 525 void replace_path_prefix(SmallVectorImpl<char> &Path, in replace_path_prefix() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Path.cpp | 515 void replace_path_prefix(SmallVectorImpl<char> &Path, in replace_path_prefix() function
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 1292 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix); in getThinLTOOutputFile()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | LTO.cpp | 1054 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix); in getThinLTOOutputFile()
|