Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp413 class IndexBitcodeWriter : public BitcodeWriterBase { class
432 IndexBitcodeWriter(BitstreamWriter &Stream, StringTableBuilder &StrtabBuilder, in IndexBitcodeWriter() function in __anon33774a8c0111::IndexBitcodeWriter
3650 void IndexBitcodeWriter::writeModStrings() { in writeModStrings()
4137 void IndexBitcodeWriter::writeCombinedGlobalValueSummary() { in writeCombinedGlobalValueSummary()
4683 IndexBitcodeWriter IndexWriter(*Stream, StrtabBuilder, *Index, in writeIndex()
4716 void IndexBitcodeWriter::write() { in write()