Searched refs:getThinLTOOutputFile (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/llvm-project/lld/MachO/ |
| H A D | LTO.cpp | 36 static std::string getThinLTOOutputFile(StringRef modulePath) { in getThinLTOOutputFile() function 37 return lto::getThinLTOOutputFile(modulePath, config->thinLTOPrefixReplaceOld, in getThinLTOOutputFile() 175 replaceThinLTOSuffix(getThinLTOOutputFile(f->obj->getName())); in thinLTOCreateEmptyIndexFiles() 217 std::string path = getThinLTOOutputFile(s); in compile()
|
| /src/contrib/llvm-project/lld/COFF/ |
| H A D | LTO.cpp | 46 std::string BitcodeCompiler::getThinLTOOutputFile(StringRef path) { in getThinLTOOutputFile() function in BitcodeCompiler 47 return lto::getThinLTOOutputFile(path, ctx.config.thinLTOPrefixReplaceOld, in getThinLTOOutputFile() 201 std::string path = getThinLTOOutputFile(s); in compile()
|
| H A D | LTO.h | 57 std::string getThinLTOOutputFile(StringRef path);
|
| /src/contrib/llvm-project/lld/ELF/ |
| H A D | LTO.cpp | 46 static std::string getThinLTOOutputFile(StringRef modulePath) { in getThinLTOOutputFile() function 47 return lto::getThinLTOOutputFile(modulePath, config->thinLTOPrefixReplaceOld, in getThinLTOOutputFile() 293 replaceThinLTOSuffix(getThinLTOOutputFile(f->obj->getName())); in thinLTOCreateEmptyIndexFiles() 338 std::string path = getThinLTOOutputFile(s); in compile()
|
| /src/contrib/llvm-project/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 526 static std::string getThinLTOOutputFile(StringRef Path, StringRef OldPrefix, in getThinLTOOutputFile() function 703 OutputName = getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix); in distributedIndexes() 734 getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix); in emitImports()
|
| /src/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 83 std::string getThinLTOOutputFile(StringRef Path, StringRef OldPrefix,
|
| /src/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 1595 std::string lto::getThinLTOOutputFile(StringRef Path, StringRef OldPrefix, in getThinLTOOutputFile() function in lto 1637 getThinLTOOutputFile(ModulePath, OldPrefix, NewPrefix); in start() 1643 getThinLTOOutputFile(ModulePath, OldPrefix, ObjectPrefix); in start()
|