Lines Matching refs:EmitValue
194 void DIEValue::EmitValue(const AsmPrinter *AP) const { in EmitValue() function in DIEValue
200 getDIE##T().EmitValue(AP, Form); \ in EmitValue()
242 void DIEInteger::EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in EmitValue() function in DIEInteger
320 void DIEExpr::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIEExpr
321 AP->OutStreamer->EmitValue(Expr, SizeOf(AP, Form)); in EmitValue()
342 void DIELabel::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIELabel
367 void DIEDelta::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIEDelta
391 void DIEString::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIEString
398 DIEInteger(S.getIndex()).EmitValue(AP, Form); in EmitValue()
405 DIELabel(S.getSymbol()).EmitValue(AP, Form); in EmitValue()
410 DIEInteger(S.getOffset()).EmitValue(AP, Form); in EmitValue()
443 void DIEEntry::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIEEntry
498 void DIELoc::EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in EmitValue() function in DIELoc
510 V.EmitValue(Asm); in EmitValue()
549 void DIEBlock::EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in EmitValue() function in DIEBlock
559 V.EmitValue(Asm); in EmitValue()
593 void DIELocList::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIELocList