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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp400 class IndexBitcodeWriter : public BitcodeWriterBase { class in namespace:__anon3417
416 /// Constructs a IndexBitcodeWriter object for the given combined index,
419 IndexBitcodeWriter(BitstreamWriter &Stream, StringTableBuilder &StrtabBuilder, function in class:__anon3417::IndexBitcodeWriter
3470 void IndexBitcodeWriter::writeModStrings() {
3941 void IndexBitcodeWriter::writeCombinedGlobalValueSummary() {
4500 IndexBitcodeWriter IndexWriter(*Stream, StrtabBuilder, *Index,
4532 void IndexBitcodeWriter::write() {

Completed in 60 milliseconds