Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DLTO.cpp56 static std::string getThinLTOOutputFile(StringRef path) { in getThinLTOOutputFile() function
57 return lto::getThinLTOOutputFile( in getThinLTOOutputFile()
182 std::string path = getThinLTOOutputFile(s); in compile()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLTO.cpp73 static std::string getThinLTOOutputFile(StringRef modulePath) { in getThinLTOOutputFile() function
74 return lto::getThinLTOOutputFile( in getThinLTOOutputFile()
284 std::string path = replaceThinLTOSuffix(getThinLTOOutputFile(f->getName())); in thinLTOCreateEmptyIndexFiles()
326 std::string path = getThinLTOOutputFile(s); in compile()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp505 static std::string getThinLTOOutputFile(const std::string &Path, in getThinLTOOutputFile() function
683 OutputName = getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix); in distributedIndexes()
714 getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix); in emitImports()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h80 std::string getThinLTOOutputFile(const std::string &Path,
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1308 std::string lto::getThinLTOOutputFile(const std::string &Path, in getThinLTOOutputFile() function in lto
1351 getThinLTOOutputFile(std::string(ModulePath), OldPrefix, NewPrefix); in start()