Home
last modified time | relevance | path

Searched refs:DIEExpr (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp285 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()
DDwarfCompileUnit.cpp805 DIEValue *Value = new (DIEValueAllocator) DIEExpr(Expr); in addExpr()
/external/llvm/include/llvm/CodeGen/
DDIE.h298 class DIEExpr : public DIEValue {
302 explicit DIEExpr(const MCExpr *E) : DIEValue(isExpr), Expr(E) {} in DIEExpr() function