Searched refs:getThinLTOOutputFile (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/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()
|
| /freebsd-14.2/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() 200 std::string path = getThinLTOOutputFile(s); in compile()
|
| H A D | LTO.h | 57 std::string getThinLTOOutputFile(StringRef path);
|
| /freebsd-14.2/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() 291 replaceThinLTOSuffix(getThinLTOOutputFile(f->obj->getName())); in thinLTOCreateEmptyIndexFiles() 336 std::string path = getThinLTOOutputFile(s); in compile()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 517 static std::string getThinLTOOutputFile(StringRef Path, StringRef OldPrefix, in getThinLTOOutputFile() function 693 OutputName = getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix); in distributedIndexes() 724 getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix); in emitImports()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 81 std::string getThinLTOOutputFile(StringRef Path, StringRef OldPrefix,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 1563 std::string lto::getThinLTOOutputFile(StringRef Path, StringRef OldPrefix, in getThinLTOOutputFile() function in lto 1605 getThinLTOOutputFile(ModulePath, OldPrefix, NewPrefix); in start() 1611 getThinLTOOutputFile(ModulePath, OldPrefix, ObjectPrefix); in start()
|