Searched refs:getThinLTOOutputFile (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | LTO.cpp | 34 static std::string getThinLTOOutputFile(StringRef modulePath) { in getThinLTOOutputFile() function 35 return lto::getThinLTOOutputFile(modulePath, config->thinLTOPrefixReplaceOld, in getThinLTOOutputFile() 175 replaceThinLTOSuffix(getThinLTOOutputFile(f->obj->getName())); in thinLTOCreateEmptyIndexFiles() 217 std::string path = getThinLTOOutputFile(s); in compile()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | LTO.cpp | 40 std::string BitcodeCompiler::getThinLTOOutputFile(StringRef path) { in getThinLTOOutputFile() function in BitcodeCompiler 41 return lto::getThinLTOOutputFile(path, ctx.config.thinLTOPrefixReplaceOld, in getThinLTOOutputFile() 206 std::string path = getThinLTOOutputFile(s); in compile()
|
| H A D | LTO.h | 57 std::string getThinLTOOutputFile(StringRef path);
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | LTO.cpp | 40 static std::string getThinLTOOutputFile(Ctx &ctx, StringRef modulePath) { in getThinLTOOutputFile() function 41 return lto::getThinLTOOutputFile(modulePath, ctx.arg.thinLTOPrefixReplaceOld, in getThinLTOOutputFile() 298 replaceThinLTOSuffix(ctx, getThinLTOOutputFile(ctx, f->obj->getName())); in thinLTOCreateEmptyIndexFiles() 344 std::string path = getThinLTOOutputFile(ctx, s); in compile()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 580 static std::string getThinLTOOutputFile(StringRef Path, StringRef OldPrefix, in getThinLTOOutputFile() function 757 OutputName = getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix); in distributedIndexes() 788 getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix); in emitImports()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 90 LLVM_ABI std::string getThinLTOOutputFile(StringRef Path, StringRef OldPrefix,
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 1785 std::string lto::getThinLTOOutputFile(StringRef Path, StringRef OldPrefix, in getThinLTOOutputFile() function in lto 1836 getThinLTOOutputFile(ModulePath, OldPrefix, ObjectPrefix); in start() 1845 getThinLTOOutputFile(ModulePath, OldPrefix, NewPrefix); in start()
|