Lines Matching refs:Dwarf5AccelTableWriter
187 class Dwarf5AccelTableWriter : public AccelTableWriter { class
207 void emit(Dwarf5AccelTableWriter &Ctx);
241 Dwarf5AccelTableWriter(
375 void Dwarf5AccelTableWriter::Header::emit(Dwarf5AccelTableWriter &Ctx) { in emit()
470 void Dwarf5AccelTableWriter::populateAbbrevsMap() { in populateAbbrevsMap()
495 void Dwarf5AccelTableWriter::emitCUList() const { in emitCUList()
505 void Dwarf5AccelTableWriter::emitTUList() const { in emitTUList()
517 void Dwarf5AccelTableWriter::emitBuckets() const { in emitBuckets()
526 void Dwarf5AccelTableWriter::emitStringOffsets() const { in emitStringOffsets()
537 void Dwarf5AccelTableWriter::emitAbbrevs() const { in emitAbbrevs()
558 void Dwarf5AccelTableWriter::emitEntry( in emitEntry()
616 void Dwarf5AccelTableWriter::emitData() { in emitData()
636 Dwarf5AccelTableWriter::Dwarf5AccelTableWriter( in Dwarf5AccelTableWriter() function in Dwarf5AccelTableWriter
660 void Dwarf5AccelTableWriter::emit() { in emit()
725 Dwarf5AccelTableWriter( in emitDWARF5AccelTable()
757 Dwarf5AccelTableWriter(Asm, Contents, CUs, TypeUnits, getIndexForEntry, false) in emitDWARF5AccelTable()