Lines Matching refs:LineTable
158 DWARFDebugLine::Prologue dwarfgen::LineTable::createBasicPrologue() const { in createBasicPrologue()
199 void dwarfgen::LineTable::setPrologue(DWARFDebugLine::Prologue NewPrologue) { in setPrologue()
204 void dwarfgen::LineTable::setCustomPrologue( in setCustomPrologue()
210 void dwarfgen::LineTable::addByte(uint8_t Value) { in addByte()
214 void dwarfgen::LineTable::addStandardOpcode(uint8_t Opcode, in addStandardOpcode()
220 void dwarfgen::LineTable::addExtendedOpcode(uint64_t Length, uint8_t Opcode, in addExtendedOpcode()
228 void dwarfgen::LineTable::generate(MCContext &MC, AsmPrinter &Asm) const { in generate()
245 void dwarfgen::LineTable::writeData(ArrayRef<ValueAndLength> Data, in writeData()
266 size_t dwarfgen::LineTable::getContentsSize() const { in getContentsSize()
284 MCSymbol *dwarfgen::LineTable::writeDefaultPrologue(AsmPrinter &Asm) const { in writeDefaultPrologue()
312 void dwarfgen::LineTable::writePrologue(AsmPrinter &Asm) const { in writePrologue()
376 void dwarfgen::LineTable::writeProloguePayload( in writeProloguePayload()
571 dwarfgen::LineTable &dwarfgen::Generator::addLineTable(DwarfFormat Format) { in addLineTable()
573 std::make_unique<LineTable>(Version, Format, Asm->getPointerSize())); in addLineTable()