Searched refs:indexFile (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | LTO.cpp | 100 indexFile = openFile(config->thinLTOIndexOnlyArg); in BitcodeCompiler() 109 config->thinLTOEmitImportsFiles, indexFile.get(), OnIndexWrite); in BitcodeCompiler() 195 if (indexFile) in compile() 196 indexFile->close(); in compile()
|
| H A D | LTO.h | 55 std::unique_ptr<llvm::raw_fd_ostream> indexFile; variable
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | LTO.cpp | 191 indexFile = openFile(config->thinLTOIndexOnlyArg); in BitcodeCompiler() 200 config->thinLTOEmitImportsFiles, indexFile.get(), onIndexWrite); in BitcodeCompiler() 355 if (indexFile) in compile() 356 indexFile->close(); in compile()
|
| H A D | LTO.h | 56 std::unique_ptr<llvm::raw_fd_ostream> indexFile; variable
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | Indexing.cpp | 972 CXIdxClientFile *indexFile, in clang_indexLoc_getFileLocation() argument 977 if (indexFile) *indexFile = nullptr; in clang_indexLoc_getFileLocation() 989 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,
|
| /llvm-project-15.0.7/clang/include/clang-c/ |
| H A D | Index.h | 6812 CXIdxClientFile *indexFile,
|