Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DLTO.cpp107 indexFile = openFile(ctx.config.thinLTOIndexOnlyArg); in BitcodeCompiler()
116 ctx.config.thinLTOEmitImportsFiles, indexFile.get(), OnIndexWrite); in BitcodeCompiler()
205 if (indexFile) in compile()
206 indexFile->close(); in compile()
H A DLTO.h54 std::unique_ptr<llvm::raw_fd_ostream> indexFile; variable
/openbsd-src/gnu/llvm/lld/MachO/
H A DLTO.cpp95 indexFile = openFile(config->thinLTOIndexOnlyArg); in BitcodeCompiler()
104 config->thinLTOEmitImportsFiles, indexFile.get(), onIndexWrite); in BitcodeCompiler()
267 if (indexFile) in compile()
268 indexFile->close(); in compile()
H A DLTO.h40 std::unique_ptr<llvm::raw_fd_ostream> indexFile; variable
/openbsd-src/gnu/llvm/lld/ELF/
H A DLTO.cpp194 indexFile = openFile(config->thinLTOIndexOnlyArg); in BitcodeCompiler()
203 config->thinLTOEmitImportsFiles, indexFile.get(), onIndexWrite); in BitcodeCompiler()
365 if (indexFile) in compile()
366 indexFile->close(); in compile()
H A DLTO.h52 std::unique_ptr<llvm::raw_fd_ostream> indexFile; variable
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DIndexing.cpp971 CXIdxClientFile *indexFile, in clang_indexLoc_getFileLocation() argument
976 if (indexFile) *indexFile = nullptr; in clang_indexLoc_getFileLocation()
988 DataConsumer.translateLoc(Loc, indexFile, file, line, column, offset); in clang_indexLoc_getFileLocation()
H A DCXIndexDataConsumer.cpp1115 CXIdxClientFile *indexFile, CXFile *file, in translateLoc() argument
1132 if (indexFile) in translateLoc()
1133 *indexFile = getIndexFile(FE); in translateLoc()
H A DCXIndexDataConsumer.h423 void translateLoc(SourceLocation Loc, CXIdxClientFile *indexFile, CXFile *file,
/openbsd-src/gnu/llvm/clang/include/clang-c/
H A DIndex.h6260 CXIdxClientFile *indexFile,