| /openbsd/src/gnu/llvm/llvm/tools/gold/ |
| D | gold-plugin.cpp | 851 static void getThinLTOOldAndNewPrefix(std::string &OldPrefix, in getThinLTOOldAndNewPrefix() argument 856 OldPrefix = std::string(Split.first); in getThinLTOOldAndNewPrefix() 896 std::string OldPrefix, NewPrefix; in createLTO() local 897 getThinLTOOldAndNewPrefix(OldPrefix, NewPrefix); in createLTO() 898 Backend = createWriteIndexesThinBackend(OldPrefix, NewPrefix, in createLTO() 981 const std::string &OldPrefix, in writeEmptyDistributedBuildOutputs() argument 985 getThinLTOOutputFile(ModulePath, OldPrefix, NewPrefix); in writeEmptyDistributedBuildOutputs() 1043 std::string OldPrefix, NewPrefix; in runLTO() local 1045 getThinLTOOldAndNewPrefix(OldPrefix, NewPrefix); in runLTO() 1065 writeEmptyDistributedBuildOutputs(Identifier, OldPrefix, NewPrefix, in runLTO() [all …]
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-lto/ |
| D | llvm-lto.cpp | 506 static void getThinLTOOldAndNewPrefix(std::string &OldPrefix, in getThinLTOOldAndNewPrefix() argument 512 OldPrefix = Split.first.str(); in getThinLTOOldAndNewPrefix() 520 const std::string &OldPrefix, in getThinLTOOutputFile() argument 522 if (OldPrefix.empty() && NewPrefix.empty()) in getThinLTOOutputFile() 525 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix); in getThinLTOOutputFile() 676 std::string OldPrefix, NewPrefix; in distributedIndexes() local 677 getThinLTOOldAndNewPrefix(OldPrefix, NewPrefix); in distributedIndexes() 696 OutputName = getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix); in distributedIndexes() 713 std::string OldPrefix, NewPrefix; in emitImports() local 714 getThinLTOOldAndNewPrefix(OldPrefix, NewPrefix); in emitImports() [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/LTO/ |
| D | LTO.cpp | 1400 const std::string &OldPrefix, in getThinLTOOutputFile() argument 1402 if (OldPrefix.empty() && NewPrefix.empty()) in getThinLTOOutputFile() 1405 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix); in getThinLTOOutputFile() 1418 std::string OldPrefix, NewPrefix; member in __anona45677b91111::WriteIndexesThinBackend 1425 std::string OldPrefix, std::string NewPrefix, bool ShouldEmitImportsFiles, in WriteIndexesThinBackend() argument 1429 OldPrefix(OldPrefix), NewPrefix(NewPrefix), in WriteIndexesThinBackend() 1440 getThinLTOOutputFile(std::string(ModulePath), OldPrefix, NewPrefix); in start() 1462 std::string OldPrefix, std::string NewPrefix, bool ShouldEmitImportsFiles, in createWriteIndexesThinBackend() argument 1468 Conf, CombinedIndex, ModuleToDefinedGVSummaries, OldPrefix, NewPrefix, in createWriteIndexesThinBackend()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/LTO/ |
| D | LTO.h | 82 const std::string &OldPrefix, 225 ThinBackend createWriteIndexesThinBackend(std::string OldPrefix,
|
| /openbsd/src/gnu/llvm/llvm/lib/Support/ |
| D | Path.cpp | 518 bool replace_path_prefix(SmallVectorImpl<char> &Path, StringRef OldPrefix, in replace_path_prefix() argument 520 if (OldPrefix.empty() && NewPrefix.empty()) in replace_path_prefix() 524 if (!starts_with(OrigPath, OldPrefix, style)) in replace_path_prefix() 528 if (OldPrefix.size() == NewPrefix.size()) { in replace_path_prefix() 533 StringRef RelPath = OrigPath.substr(OldPrefix.size()); in replace_path_prefix()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Support/ |
| D | Path.h | 194 bool replace_path_prefix(SmallVectorImpl<char> &Path, StringRef OldPrefix,
|
| /openbsd/src/gnu/llvm/llvm/lib/IR/ |
| D | AutoUpgrade.cpp | 4876 StringRef OldPrefix = "llvm.vectorizer."; in upgradeLoopTag() local 4877 assert(OldTag.startswith(OldPrefix) && "Expected old prefix"); in upgradeLoopTag() 4883 C, (Twine("llvm.loop.vectorize.") + OldTag.drop_front(OldPrefix.size())) in upgradeLoopTag()
|