Lines Matching refs:emitValue

319 void DIEValue::emitValue(const AsmPrinter *AP) const {  in emitValue()  function in DIEValue
325 getDIE##T().emitValue(AP, Form); \ in emitValue()
368 void DIEInteger::emitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in emitValue() function in DIEInteger
458 void DIEExpr::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEExpr
487 void DIELabel::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIELabel
519 void DIEBaseTypeRef::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEBaseTypeRef
538 void DIEDelta::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEDelta
570 void DIEString::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEString
579 DIEInteger(S.getIndex()).emitValue(AP, Form); in emitValue()
583 DIELabel(S.getSymbol()).emitValue(AP, Form); in emitValue()
585 DIEInteger(S.getOffset()).emitValue(AP, Form); in emitValue()
622 void DIEInlineString::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEInlineString
647 void DIEEntry::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEEntry
721 void DIELoc::emitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in emitValue() function in DIELoc
734 V.emitValue(Asm); in emitValue()
771 void DIEBlock::emitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in emitValue() function in DIEBlock
786 V.emitValue(Asm); in emitValue()
836 void DIELocList::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIELocList
861 void DIEAddrOffset::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEAddrOffset
862 Addr.emitValue(AP, dwarf::DW_FORM_addrx); in emitValue()
863 Offset.emitValue(AP, dwarf::DW_FORM_data4); in emitValue()