Searched refs:getThinLTOOutputFile (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | LTO.cpp | 56 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 D | LTO.cpp | 69 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 D | llvm-lto.cpp | 519 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 D | LTO.h | 81 std::string getThinLTOOutputFile(const std::string &Path,
|
| /llvm-project-15.0.7/llvm/lib/LTO/ |
| H A D | LTO.cpp | 1363 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 D | gold-plugin.cpp | 996 getThinLTOOutputFile(ModulePath, OldPrefix, NewPrefix); in writeEmptyDistributedBuildOutputs()
|