Searched refs:DIEExpr (Results 1 – 5 of 5) sorted by relevance
57 DIEExpr Tst(Val); in TEST_P()62 DIEExpr Tst(Val); in TEST_P()
459 void DIEExpr::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue()465 unsigned DIEExpr::sizeOf(const dwarf::FormParams &FormParams, in sizeOf()480 void DIEExpr::print(raw_ostream &O) const { O << "Expr: " << *Expr; } in print()
1539 addAttribute(Die, (dwarf::Attribute)0, Form, DIEExpr(Expr)); in addExpr()
201 class DIEExpr {205 explicit DIEExpr(const MCExpr *E) : Expr(E) {} in DIEExpr() function388 AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,
63 DIEExpr(&Expr)); in addAttribute()