Home
last modified time | relevance | path

Searched refs:getThinLTOOutputFile (Results 1 – 7 of 7) sorted by relevance

/src/contrib/llvm-project/lld/MachO/
H A DLTO.cpp36 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 DLTO.cpp46 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 DLTO.h57 std::string getThinLTOOutputFile(StringRef path);
/src/contrib/llvm-project/lld/ELF/
H A DLTO.cpp46 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 Dllvm-lto.cpp526 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 DLTO.h83 std::string getThinLTOOutputFile(StringRef Path, StringRef OldPrefix,
/src/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1595 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()