Searched refs:indexFile (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/lld/COFF/ |
| H A D | LTO.cpp | 107 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 D | LTO.h | 54 std::unique_ptr<llvm::raw_fd_ostream> indexFile; variable
|
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | LTO.cpp | 95 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 D | LTO.h | 40 std::unique_ptr<llvm::raw_fd_ostream> indexFile; variable
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | LTO.cpp | 194 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 D | LTO.h | 52 std::unique_ptr<llvm::raw_fd_ostream> indexFile; variable
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | Indexing.cpp | 971 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 D | CXIndexDataConsumer.cpp | 1115 CXIdxClientFile *indexFile, CXFile *file, in translateLoc() argument 1132 if (indexFile) in translateLoc() 1133 *indexFile = getIndexFile(FE); in translateLoc()
|
| H A D | CXIndexDataConsumer.h | 423 void translateLoc(SourceLocation Loc, CXIdxClientFile *indexFile, CXFile *file,
|
| /openbsd-src/gnu/llvm/clang/include/clang-c/ |
| H A D | Index.h | 6260 CXIdxClientFile *indexFile,
|