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