Searched refs:indexFile (Results 1 – 7 of 7) sorted by relevance
114 indexFile = openFile(ctx.config.thinLTOIndexOnlyArg); in BitcodeCompiler()124 ctx.config.thinLTOEmitImportsFiles, indexFile.get(), OnIndexWrite); in BitcodeCompiler()213 if (indexFile) in compile()214 indexFile->close(); in compile()
54 std::unique_ptr<llvm::raw_fd_ostream> indexFile; variable
86 indexFile = openFile(config->thinLTOIndexOnlyArg); in BitcodeCompiler()96 config->thinLTOEmitImportsFiles, indexFile.get(), onIndexWrite); in BitcodeCompiler()261 if (indexFile) in compile()262 indexFile->close(); in compile()
40 std::unique_ptr<llvm::raw_fd_ostream> indexFile; variable
173 indexFile = openFile(config->thinLTOIndexOnlyArg); in BitcodeCompiler()183 config->thinLTOEmitImportsFiles, indexFile.get(), onIndexWrite); in BitcodeCompiler()355 if (indexFile) in compile()356 indexFile->close(); in compile()
6548 CXIdxClientFile *indexFile,