Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeWriter.h108 writeIndex(const ModuleSummaryIndex *Index,
/freebsd/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWP.h101 writeIndex(MCStreamer &Out, MCSection *Section,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp452 bool writeIndex(llvm::BitstreamWriter &Stream);
749 bool GlobalModuleIndexBuilder::writeIndex(llvm::BitstreamWriter &Stream) { in writeIndex() function in GlobalModuleIndexBuilder
843 GlobalModuleIndex::writeIndex(FileManager &FileMgr, in writeIndex() function in GlobalModuleIndex
901 if (Builder.writeIndex(OutputStream)) in writeIndex()
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp490 void writeIndex(MCStreamer &Out, MCSection *Section, in writeIndex() function
927 writeIndex(Out, MCOFI.getDwarfTUIndexSection(), ContributionOffsets, in write()
938 writeIndex(Out, MCOFI.getDwarfCUIndexSection(), ContributionOffsets, in write()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp2301 if (llvm::Error Err = GlobalModuleIndex::writeIndex( in loadGlobalModuleIndex()
2335 if (llvm::Error Err = GlobalModuleIndex::writeIndex( in loadGlobalModuleIndex()
H A DFrontendAction.cpp1230 if (llvm::Error Err = GlobalModuleIndex::writeIndex( in Execute()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp5561 void BitcodeWriter::writeIndex( in writeIndex() function in BitcodeWriter
5626 Writer.writeIndex(&Index, ModuleToSummariesForIndex, DecSummaries); in writeIndexToFile()