Lines Matching refs:emitValue
321 void DIEValue::emitValue(const AsmPrinter *AP) const { in emitValue() function in DIEValue
327 getDIE##T().emitValue(AP, Form); \ in emitValue()
370 void DIEInteger::emitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in emitValue() function in DIEInteger
459 void DIEExpr::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEExpr
488 void DIELabel::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIELabel
520 void DIEBaseTypeRef::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEBaseTypeRef
539 void DIEDelta::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEDelta
571 void DIEString::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEString
580 DIEInteger(S.getIndex()).emitValue(AP, Form); in emitValue()
584 DIELabel(S.getSymbol()).emitValue(AP, Form); in emitValue()
586 DIEInteger(S.getOffset()).emitValue(AP, Form); in emitValue()
623 void DIEInlineString::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEInlineString
648 void DIEEntry::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEEntry
722 void DIELoc::emitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in emitValue() function in DIELoc
735 V.emitValue(Asm); in emitValue()
772 void DIEBlock::emitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in emitValue() function in DIEBlock
787 V.emitValue(Asm); in emitValue()
837 void DIELocList::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIELocList
862 void DIEAddrOffset::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEAddrOffset
863 Addr.emitValue(AP, dwarf::DW_FORM_addrx); in emitValue()
864 Offset.emitValue(AP, dwarf::DW_FORM_data4); in emitValue()