Searched refs:DIEExpr (Results 1 – 3 of 3) sorted by relevance
285 void DIEExpr::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue()291 unsigned DIEExpr::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf()299 void DIEExpr::print(raw_ostream &O) const { in print()
805 DIEValue *Value = new (DIEValueAllocator) DIEExpr(Expr); in addExpr()
298 class DIEExpr : public DIEValue {302 explicit DIEExpr(const MCExpr *E) : DIEValue(isExpr), Expr(E) {} in DIEExpr() function