Home
last modified time | relevance | path

Searched refs:writeIndex (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A DBitcodeWriter.h103 void writeIndex(
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h185 static llvm::Error writeIndex(FileManager &FileMgr,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp464 bool writeIndex(llvm::BitstreamWriter &Stream);
758 bool GlobalModuleIndexBuilder::writeIndex(llvm::BitstreamWriter &Stream) { in writeIndex() function in GlobalModuleIndexBuilder
852 GlobalModuleIndex::writeIndex(FileManager &FileMgr, in writeIndex() function in GlobalModuleIndex
911 if (Builder.writeIndex(OutputStream)) in writeIndex()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp438 writeIndex(MCStreamer &Out, MCSection *Section, in writeIndex() function
798 writeIndex(Out, MCOFI.getDwarfTUIndexSection(), ContributionOffsets, in write()
806 writeIndex(Out, MCOFI.getDwarfCUIndexSection(), ContributionOffsets, in write()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp2105 if (llvm::Error Err = GlobalModuleIndex::writeIndex( in loadGlobalModuleIndex()
2139 if (llvm::Error Err = GlobalModuleIndex::writeIndex( in loadGlobalModuleIndex()
H A DFrontendAction.cpp960 if (llvm::Error Err = GlobalModuleIndex::writeIndex( in Execute()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4619 void BitcodeWriter::writeIndex( in writeIndex() function in BitcodeWriter
4680 Writer.writeIndex(&Index, ModuleToSummariesForIndex); in WriteIndexToFile()