Lines Matching refs:emitValue
326 void DIEValue::emitValue(const AsmPrinter *AP) const { in emitValue() function in DIEValue
332 getDIE##T().emitValue(AP, Form); \ in emitValue()
375 void DIEInteger::emitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in emitValue() function in DIEInteger
466 void DIEExpr::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEExpr
494 void DIELabel::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIELabel
524 void DIEBaseTypeRef::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEBaseTypeRef
543 void DIEDelta::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEDelta
573 void DIEString::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEString
582 DIEInteger(S.getIndex()).emitValue(AP, Form); in emitValue()
586 DIELabel(S.getSymbol()).emitValue(AP, Form); in emitValue()
588 DIEInteger(S.getOffset()).emitValue(AP, Form); in emitValue()
624 void DIEInlineString::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEInlineString
649 void DIEEntry::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEEntry
730 void DIELoc::emitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in emitValue() function in DIELoc
743 V.emitValue(Asm); in emitValue()
782 void DIEBlock::emitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in emitValue() function in DIEBlock
797 V.emitValue(Asm); in emitValue()
846 void DIELocList::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIELocList
870 void DIEAddrOffset::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEAddrOffset
871 Addr.emitValue(AP, dwarf::DW_FORM_addrx); in emitValue()
872 Offset.emitValue(AP, dwarf::DW_FORM_data4); in emitValue()