Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp414 class IndexBitcodeWriter : public BitcodeWriterBase { class
442 IndexBitcodeWriter(BitstreamWriter &Stream, StringTableBuilder &StrtabBuilder, in IndexBitcodeWriter() function in __anon9ee8d7120111::IndexBitcodeWriter
3759 void IndexBitcodeWriter::writeModStrings() { in writeModStrings()
4333 void IndexBitcodeWriter::writeCombinedGlobalValueSummary() { in writeCombinedGlobalValueSummary()
4912 IndexBitcodeWriter IndexWriter(*Stream, StrtabBuilder, *Index, in writeIndex()
4945 void IndexBitcodeWriter::write() { in write()