HomeSort by relevance Sort by last modified time
    Searched refs:DIEExpr (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
DIE.h 148 /// DIEExpr - An expression DIE.
150 class DIEExpr {
154 explicit DIEExpr(const MCExpr *E) : Expr(E) {}
310 typedef AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 315 // 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; }
DwarfCompileUnit.cpp 811 Die.addValue(DIEValueAllocator, (dwarf::Attribute)0, Form, DIEExpr(Expr));

Completed in 285 milliseconds