/external/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 312 std::string &NewPrefix) { in getThinLTOOldAndNewPrefix() argument 318 NewPrefix = Split.second.str(); in getThinLTOOldAndNewPrefix() 326 const std::string &NewPrefix) { in getThinLTOOutputFile() argument 327 if (OldPrefix.empty() && NewPrefix.empty()) in getThinLTOOutputFile() 330 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix); in getThinLTOOutputFile() 467 std::string OldPrefix, NewPrefix; in distributedIndexes() local 468 getThinLTOOldAndNewPrefix(OldPrefix, NewPrefix); in distributedIndexes() 482 OutputName = getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix); in distributedIndexes() 499 std::string OldPrefix, NewPrefix; in emitImports() local 500 getThinLTOOldAndNewPrefix(OldPrefix, NewPrefix); in emitImports() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 397 std::string &NewPrefix) { in getThinLTOOldAndNewPrefix() argument 403 NewPrefix = Split.second.str(); in getThinLTOOldAndNewPrefix() 411 const std::string &NewPrefix) { in getThinLTOOutputFile() argument 412 if (OldPrefix.empty() && NewPrefix.empty()) in getThinLTOOutputFile() 415 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix); in getThinLTOOutputFile() 555 std::string OldPrefix, NewPrefix; in distributedIndexes() local 556 getThinLTOOldAndNewPrefix(OldPrefix, NewPrefix); in distributedIndexes() 570 OutputName = getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix); in distributedIndexes() 587 std::string OldPrefix, NewPrefix; in emitImports() local 588 getThinLTOOldAndNewPrefix(OldPrefix, NewPrefix); in emitImports() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/gold/ |
D | gold-plugin.cpp | 817 std::string &NewPrefix) { in getThinLTOOldAndNewPrefix() argument 820 std::tie(OldPrefix, NewPrefix) = PrefixReplace.split(';'); in getThinLTOOldAndNewPrefix() 852 std::string OldPrefix, NewPrefix; in createLTO() local 853 getThinLTOOldAndNewPrefix(OldPrefix, NewPrefix); in createLTO() 854 Backend = createWriteIndexesThinBackend(OldPrefix, NewPrefix, in createLTO() 920 const std::string &NewPrefix, in writeEmptyDistributedBuildOutputs() argument 923 getThinLTOOutputFile(ModulePath, OldPrefix, NewPrefix); in writeEmptyDistributedBuildOutputs() 981 std::string OldPrefix, NewPrefix; in runLTO() local 983 getThinLTOOldAndNewPrefix(OldPrefix, NewPrefix); in runLTO() 1003 writeEmptyDistributedBuildOutputs(Identifier, OldPrefix, NewPrefix, in runLTO() [all …]
|
/external/llvm/utils/TableGen/ |
D | OptParserEmitter.cpp | 127 unsigned NewPrefix = CurPrefix + 1; in EmitOptParser() local 129 Twine(NewPrefix)).str())).second) in EmitOptParser() 130 CurPrefix = NewPrefix; in EmitOptParser()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | OptParserEmitter.cpp | 129 unsigned NewPrefix = CurPrefix + 1; in EmitOptParser() local 131 Twine(NewPrefix)).str())).second) in EmitOptParser() 132 CurPrefix = NewPrefix; in EmitOptParser()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | LTO.cpp | 1050 const std::string &NewPrefix) { in getThinLTOOutputFile() argument 1051 if (OldPrefix.empty() && NewPrefix.empty()) in getThinLTOOutputFile() 1054 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix); in getThinLTOOutputFile() 1067 std::string OldPrefix, NewPrefix; member in __anon8ca600a00f11::WriteIndexesThinBackend 1076 std::string OldPrefix, std::string NewPrefix, bool ShouldEmitImportsFiles, in WriteIndexesThinBackend() argument 1079 OldPrefix(OldPrefix), NewPrefix(NewPrefix), in WriteIndexesThinBackend() 1091 getThinLTOOutputFile(ModulePath, OldPrefix, NewPrefix); in start() 1124 std::string OldPrefix, std::string NewPrefix, bool ShouldEmitImportsFiles, in createWriteIndexesThinBackend() argument 1130 Conf, CombinedIndex, ModuleToDefinedGVSummaries, OldPrefix, NewPrefix, in createWriteIndexesThinBackend()
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 1275 std::string &NewPrefix) { in getThinLTOOldAndNewPrefix() argument 1280 NewPrefix = Split.second.str(); in getThinLTOOldAndNewPrefix() 1288 const std::string &NewPrefix) { in getThinLTOOutputFile() argument 1289 if (OldPrefix.empty() && NewPrefix.empty()) in getThinLTOOutputFile() 1292 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix); in getThinLTOOutputFile() 1409 std::string OldPrefix, NewPrefix; in thinLTOLink() local 1410 getThinLTOOldAndNewPrefix(OldPrefix, NewPrefix); in thinLTOLink() 1419 getThinLTOOutputFile(F.name, OldPrefix, NewPrefix); in thinLTOLink()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Path.cpp | 527 const StringRef &NewPrefix) { in replace_path_prefix() argument 528 if (OldPrefix.empty() && NewPrefix.empty()) in replace_path_prefix() 536 if (OldPrefix.size() == NewPrefix.size()) { in replace_path_prefix() 537 std::copy(NewPrefix.begin(), NewPrefix.end(), Path.begin()); in replace_path_prefix() 543 path::append(NewPath, NewPrefix); in replace_path_prefix()
|
/external/llvm/lib/Support/ |
D | Path.cpp | 527 const StringRef &NewPrefix) { in replace_path_prefix() argument 528 if (OldPrefix.empty() && NewPrefix.empty()) in replace_path_prefix() 536 if (OldPrefix.size() == NewPrefix.size()) { in replace_path_prefix() 537 std::copy(NewPrefix.begin(), NewPrefix.end(), Path.begin()); in replace_path_prefix() 543 path::append(NewPath, NewPrefix); in replace_path_prefix()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/ |
D | LTO.h | 70 const std::string &NewPrefix); 218 std::string NewPrefix,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Path.cpp | 516 const StringRef &OldPrefix, const StringRef &NewPrefix, in replace_path_prefix() argument 518 if (OldPrefix.empty() && NewPrefix.empty()) in replace_path_prefix() 526 if (OldPrefix.size() == NewPrefix.size()) { in replace_path_prefix() 527 std::copy(NewPrefix.begin(), NewPrefix.end(), Path.begin()); in replace_path_prefix() 533 path::append(NewPath, style, NewPrefix); in replace_path_prefix()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Path.h | 160 const StringRef &NewPrefix);
|
/external/llvm/include/llvm/Support/ |
D | Path.h | 160 const StringRef &NewPrefix);
|
/external/llvm/unittests/Support/ |
D | Path.cpp | 978 SmallString<64> NewPrefix("/new"); in TEST() local 983 path::replace_path_prefix(Path, OldPrefix, NewPrefix); in TEST() 986 path::replace_path_prefix(Path, OldPrefix, NewPrefix); in TEST() 992 path::replace_path_prefix(Path, EmptyPrefix, NewPrefix); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Path.h | 164 const StringRef &OldPrefix, const StringRef &NewPrefix,
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | Path.cpp | 1208 SmallString<64> NewPrefix("/new"); in TEST() local 1213 path::replace_path_prefix(Path, OldPrefix, NewPrefix); in TEST() 1216 path::replace_path_prefix(Path, OldPrefix, NewPrefix); in TEST() 1222 path::replace_path_prefix(Path, EmptyPrefix, NewPrefix); in TEST()
|