Home
last modified time | relevance | path

Searched refs:indexFile (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DLTO.cpp85 indexFile = openFile(config->thinLTOIndexOnlyArg); in BitcodeCompiler()
96 config->thinLTOEmitImportsFiles, indexFile.get(), onIndexWrite); in BitcodeCompiler()
261 if (indexFile) in compile()
262 indexFile->close(); in compile()
H A DLTO.h40 std::unique_ptr<llvm::raw_fd_ostream> indexFile; variable
/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp109 indexFile = openFile(ctx.config.thinLTOIndexOnlyArg); in BitcodeCompiler()
129 ctx.config.thinLTOEmitImportsFiles, indexFile.get(), OnIndexWrite); in BitcodeCompiler()
218 if (indexFile) in compile()
219 indexFile->close(); in compile()
H A DLTO.h54 std::unique_ptr<llvm::raw_fd_ostream> indexFile; variable
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp171 indexFile = openFile(ctx.arg.thinLTOIndexOnlyArg); in BitcodeCompiler()
182 ctx.arg.thinLTOEmitImportsFiles, indexFile.get(), onIndexWrite); in BitcodeCompiler()
361 if (indexFile) in compile()
362 indexFile->close(); in compile()
H A DLTO.h55 std::unique_ptr<llvm::raw_fd_ostream> indexFile; variable
/freebsd/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h6717 CXIdxClientFile *indexFile,