Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/include/lld/Common/
H A DFilesystem.h21 std::unique_ptr<llvm::raw_fd_ostream> openLTOOutputFile(StringRef file);
/src/contrib/llvm-project/lld/Common/
H A DFilesystem.cpp150 std::unique_ptr<raw_fd_ostream> lld::openLTOOutputFile(StringRef file) { in openLTOOutputFile() function in lld
/src/contrib/llvm-project/lld/COFF/
H A DLTO.cpp96 openLTOOutputFile(ctx.config.outputFile)) in createConfig()
/src/contrib/llvm-project/lld/ELF/
H A DLTO.cpp152 openLTOOutputFile(config->outputFile)) in createConfig()