Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLTO.cpp61 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 Dllvm-lto.cpp413 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 DLTO.h81 std::string getThinLTOOutputFile(const std::string &Path,
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTO.cpp1077 std::string lto::getThinLTOOutputFile(const std::string &Path, in getThinLTOOutputFile() function in lto
1120 getThinLTOOutputFile(ModulePath, OldPrefix, NewPrefix); in start()