| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 460 std::string &NewPrefix) { in getThinLTOOldAndNewPrefix() argument 466 NewPrefix = Split.second.str(); in getThinLTOOldAndNewPrefix() 474 const std::string &NewPrefix) { in getThinLTOOutputFile() argument 475 if (OldPrefix.empty() && NewPrefix.empty()) in getThinLTOOutputFile() 478 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix); in getThinLTOOutputFile() 628 std::string OldPrefix, NewPrefix; in distributedIndexes() local 629 getThinLTOOldAndNewPrefix(OldPrefix, NewPrefix); in distributedIndexes() 648 OutputName = getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix); in distributedIndexes() 665 std::string OldPrefix, NewPrefix; in emitImports() local 666 getThinLTOOldAndNewPrefix(OldPrefix, NewPrefix); in emitImports() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/ |
| H A D | gold-plugin.cpp | 854 std::string &NewPrefix) { in getThinLTOOldAndNewPrefix() argument 859 NewPrefix = std::string(Split.second); in getThinLTOOldAndNewPrefix() 895 std::string OldPrefix, NewPrefix; in createLTO() local 896 getThinLTOOldAndNewPrefix(OldPrefix, NewPrefix); in createLTO() 897 Backend = createWriteIndexesThinBackend(OldPrefix, NewPrefix, in createLTO() 981 const std::string &NewPrefix, in writeEmptyDistributedBuildOutputs() argument 984 getThinLTOOutputFile(ModulePath, OldPrefix, NewPrefix); in writeEmptyDistributedBuildOutputs() 1042 std::string OldPrefix, NewPrefix; in runLTO() local 1044 getThinLTOOldAndNewPrefix(OldPrefix, NewPrefix); in runLTO() 1064 writeEmptyDistributedBuildOutputs(Identifier, OldPrefix, NewPrefix, in runLTO() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
| H A D | LTO.cpp | 1310 const std::string &NewPrefix) { in getThinLTOOutputFile() argument 1311 if (OldPrefix.empty() && NewPrefix.empty()) in getThinLTOOutputFile() 1314 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix); in getThinLTOOutputFile() 1327 std::string OldPrefix, NewPrefix; member in __anon1be247a81111::WriteIndexesThinBackend 1336 std::string OldPrefix, std::string NewPrefix, bool ShouldEmitImportsFiles, in WriteIndexesThinBackend() argument 1339 OldPrefix(OldPrefix), NewPrefix(NewPrefix), in WriteIndexesThinBackend() 1351 getThinLTOOutputFile(std::string(ModulePath), OldPrefix, NewPrefix); in start() 1388 std::string OldPrefix, std::string NewPrefix, bool ShouldEmitImportsFiles, in createWriteIndexesThinBackend() argument 1394 Conf, CombinedIndex, ModuleToDefinedGVSummaries, OldPrefix, NewPrefix, in createWriteIndexesThinBackend()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | OptParserEmitter.cpp | 234 unsigned NewPrefix = CurPrefix + 1; in EmitOptParser() local 235 std::string Prefix = (Twine("prefix_") + Twine(NewPrefix)).str(); in EmitOptParser() 237 CurPrefix = NewPrefix; in EmitOptParser()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 82 const std::string &NewPrefix); 248 std::string NewPrefix,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | Path.cpp | 517 StringRef NewPrefix, Style style) { 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 llvm::copy(NewPrefix, Path.begin()); in replace_path_prefix() 533 (Twine(NewPrefix) + RelPath).toVector(NewPath); in replace_path_prefix()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | Path.h | 174 StringRef NewPrefix,
|