Searched refs:IndexBitcodeWriter (Results 1 – 1 of 1) sorted by relevance
266 class IndexBitcodeWriter : public BitcodeWriter { class285 IndexBitcodeWriter(SmallVectorImpl<char> &Buffer, in IndexBitcodeWriter() function in __anonf8687d3e0111::IndexBitcodeWriter309 const IndexBitcodeWriter &Writer;333 iterator(const IndexBitcodeWriter &Writer, bool IsAtEnd) : Writer(Writer) { in iterator()2807 void IndexBitcodeWriter::writeCombinedValueSymbolTable() { in writeCombinedValueSymbolTable()3122 void IndexBitcodeWriter::writeModStrings() { in writeModStrings()3364 void IndexBitcodeWriter::writeCombinedGlobalValueSummary() { in writeCombinedGlobalValueSummary()3577 void IndexBitcodeWriter::writeBlocks() { in writeBlocks()3748 void IndexBitcodeWriter::writeIndex() { in writeIndex()3782 IndexBitcodeWriter IndexWriter(Buffer, Index, ModuleToSummariesForIndex); in WriteIndexToFile()