Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DLTO.cpp56 static std::string getThinLTOOutputFile(StringRef path) { in getThinLTOOutputFile() function
57 return lto::getThinLTOOutputFile( in getThinLTOOutputFile()
183 std::string path = getThinLTOOutputFile(s); in compile()
/llvm-project-15.0.7/lld/ELF/
H A DLTO.cpp69 static std::string getThinLTOOutputFile(StringRef modulePath) { in getThinLTOOutputFile() function
70 return lto::getThinLTOOutputFile( in getThinLTOOutputFile()
296 std::string path = replaceThinLTOSuffix(getThinLTOOutputFile(f->getName())); in thinLTOCreateEmptyIndexFiles()
338 std::string path = getThinLTOOutputFile(s); in compile()
/llvm-project-15.0.7/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp519 static std::string getThinLTOOutputFile(const std::string &Path, in getThinLTOOutputFile() function
696 OutputName = getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix); in distributedIndexes()
727 getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix); in emitImports()
/llvm-project-15.0.7/llvm/include/llvm/LTO/
H A DLTO.h81 std::string getThinLTOOutputFile(const std::string &Path,
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTO.cpp1363 std::string lto::getThinLTOOutputFile(const std::string &Path, in getThinLTOOutputFile() function in lto
1404 getThinLTOOutputFile(std::string(ModulePath), OldPrefix, NewPrefix); in start()
/llvm-project-15.0.7/llvm/tools/gold/
H A Dgold-plugin.cpp996 getThinLTOOutputFile(ModulePath, OldPrefix, NewPrefix); in writeEmptyDistributedBuildOutputs()