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

/external/llvm/include/llvm/CodeGen/
H A DDIE.h147 /// DIEExpr - An expression DIE.
149 class DIEExpr { class in namespace:llvm
153 explicit DIEExpr(const MCExpr *E) : Expr(E) {} function in class:llvm::DIEExpr
290 typedef AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp315 // DIEExpr Implementation
320 void DIEExpr::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const {
326 unsigned DIEExpr::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const {
334 void DIEExpr::print(raw_ostream &O) const { O << "Expr: " << *Expr; }
H A DDwarfCompileUnit.cpp817 Die.addValue(DIEValueAllocator, (dwarf::Attribute)0, Form, DIEExpr(Expr));

Completed in 140 milliseconds