Searched refs:DIEExpr (Results 1 – 3 of 3) sorted by relevance
275 void DIEExpr::EmitValue(AsmPrinter *AP, dwarf::Form Form) const { in EmitValue()281 unsigned DIEExpr::SizeOf(AsmPrinter *AP, dwarf::Form Form) const { in SizeOf()289 void DIEExpr::print(raw_ostream &O) const { in print()
816 DIEValue *Value = new (DIEValueAllocator) DIEExpr(Expr); in addExpr()
297 class DIEExpr : public DIEValue {301 explicit DIEExpr(const MCExpr *E) : DIEValue(isExpr), Expr(E) {} in DIEExpr() function