Lines Matching refs:emitValue
315 void DIEValue::emitValue(const AsmPrinter *AP) const { in emitValue() function in DIEValue
321 getDIE##T().emitValue(AP, Form); \ in emitValue()
364 void DIEInteger::emitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in emitValue() function in DIEInteger
454 void DIEExpr::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEExpr
483 void DIELabel::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIELabel
515 void DIEBaseTypeRef::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEBaseTypeRef
534 void DIEDelta::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEDelta
566 void DIEString::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEString
575 DIEInteger(S.getIndex()).emitValue(AP, Form); in emitValue()
579 DIELabel(S.getSymbol()).emitValue(AP, Form); in emitValue()
581 DIEInteger(S.getOffset()).emitValue(AP, Form); in emitValue()
618 void DIEInlineString::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEInlineString
643 void DIEEntry::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEEntry
717 void DIELoc::emitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in emitValue() function in DIELoc
730 V.emitValue(Asm); in emitValue()
767 void DIEBlock::emitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in emitValue() function in DIEBlock
782 V.emitValue(Asm); in emitValue()
832 void DIELocList::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIELocList
857 void DIEAddrOffset::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEAddrOffset
858 Addr.emitValue(AP, dwarf::DW_FORM_addrx); in emitValue()
859 Offset.emitValue(AP, dwarf::DW_FORM_data4); in emitValue()