HomeSort by: relevance | last modified time | path
    Searched refs:DIEExpr (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
DIE.h 201 class DIEExpr {
205 explicit DIEExpr(const MCExpr *E) : Expr(E) {}
388 AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 461 // DIEExpr Implementation
466 void DIEExpr::emitValue(const AsmPrinter *AP, dwarf::Form Form) const {
472 unsigned DIEExpr::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const {
486 void DIEExpr::print(raw_ostream &O) const { O << "Expr: " << *Expr; }
DwarfCompileUnit.cpp 1505 addAttribute(Die, (dwarf::Attribute)0, Form, DIEExpr(Expr));

Completed in 19 milliseconds