Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp424 class IndexBitcodeWriter : public BitcodeWriterBase { class
464 IndexBitcodeWriter(BitstreamWriter &Stream, StringTableBuilder &StrtabBuilder, in IndexBitcodeWriter() function in __anoneb218b5c0111::IndexBitcodeWriter
3929 void IndexBitcodeWriter::writeModStrings() { in writeModStrings()
4509 void IndexBitcodeWriter::writeCombinedGlobalValueSummary() { in writeCombinedGlobalValueSummary()
5104 IndexBitcodeWriter IndexWriter(*Stream, StrtabBuilder, *Index, DecSummaries, in writeIndex()
5139 void IndexBitcodeWriter::write() { in write()