Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp266 class IndexBitcodeWriter : public BitcodeWriter { class
285 IndexBitcodeWriter(SmallVectorImpl<char> &Buffer, in IndexBitcodeWriter() function in __anon0d7702fd0111::IndexBitcodeWriter
309 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()