Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp398 class IndexBitcodeWriter : public BitcodeWriterBase { class
417 IndexBitcodeWriter(BitstreamWriter &Stream, StringTableBuilder &StrtabBuilder, in IndexBitcodeWriter() function in __anone309b5010111::IndexBitcodeWriter
3346 void IndexBitcodeWriter::writeModStrings() { in writeModStrings()
3732 void IndexBitcodeWriter::writeCombinedGlobalValueSummary() { in writeCombinedGlobalValueSummary()
4276 IndexBitcodeWriter IndexWriter(*Stream, StrtabBuilder, *Index, in writeIndex()
4308 void IndexBitcodeWriter::write() { in write()