Home
last modified time | relevance | path

Searched refs:IndexFile (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLTO.cpp123 IndexFile = openFile(Config->ThinLTOIndexOnlyArg); in BitcodeCompiler()
131 Config->ThinLTOEmitImportsFiles, IndexFile.get(), OnIndexWrite); in BitcodeCompiler()
270 if (IndexFile) in compile()
271 IndexFile->close(); in compile()
H A DLTO.h57 std::unique_ptr<llvm::raw_fd_ostream> IndexFile; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp280 SmallString<256> IndexFile = CrossTUDir; in loadExternalAST() local
282 IndexFile = IndexName; in loadExternalAST()
284 llvm::sys::path::append(IndexFile, IndexName); in loadExternalAST()
286 parseCrossTUIndex(IndexFile, CrossTUDir); in loadExternalAST()