Searched refs:IndexFile (Results 1 – 3 of 3) sorted by relevance
123 IndexFile = openFile(Config->ThinLTOIndexOnlyArg); in BitcodeCompiler()131 Config->ThinLTOEmitImportsFiles, IndexFile.get(), OnIndexWrite); in BitcodeCompiler()270 if (IndexFile) in compile()271 IndexFile->close(); in compile()
57 std::unique_ptr<llvm::raw_fd_ostream> IndexFile; variable
280 SmallString<256> IndexFile = CrossTUDir; in loadExternalAST() local282 IndexFile = IndexName; in loadExternalAST()284 llvm::sys::path::append(IndexFile, IndexName); in loadExternalAST()286 parseCrossTUIndex(IndexFile, CrossTUDir); in loadExternalAST()