Searched defs:DIEExpr (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DDIE.h296 /// DIEExpr - An expression DIE.
298 class DIEExpr : public DIEValue { class in namespace:llvm
302 explicit DIEExpr(const MCExpr *E) : DIEValue(isExpr), Expr(E) {} function in class:llvm::DIEExpr

Completed in 38 milliseconds