Searched refs:getThinLTOOutputFile (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | LTO.cpp | 61 static std::string getThinLTOOutputFile(StringRef ModulePath) { in getThinLTOOutputFile() function 62 return lto::getThinLTOOutputFile(ModulePath, in getThinLTOOutputFile() 210 std::string Path = replaceThinLTOSuffix(getThinLTOOutputFile(ModulePath)); in createEmptyIndex() 250 std::string Path = getThinLTOOutputFile(S); in compile()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 413 static std::string getThinLTOOutputFile(const std::string &Path, in getThinLTOOutputFile() function 578 OutputName = getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix); in distributedIndexes() 606 OutputName = getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix); in emitImports()
|
| /freebsd-12.1/contrib/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 81 std::string getThinLTOOutputFile(const std::string &Path,
|
| /freebsd-12.1/contrib/llvm/lib/LTO/ |
| H A D | LTO.cpp | 1077 std::string lto::getThinLTOOutputFile(const std::string &Path, in getThinLTOOutputFile() function in lto 1120 getThinLTOOutputFile(ModulePath, OldPrefix, NewPrefix); in start()
|