Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp275 void DIEExpr::EmitValue(AsmPrinter *AP, dwarf::Form Form) const { in EmitValue()
281 unsigned DIEExpr::SizeOf(AsmPrinter *AP, dwarf::Form Form) const { in SizeOf()
289 void DIEExpr::print(raw_ostream &O) const { in print()
H A DDwarfCompileUnit.cpp816 DIEValue *Value = new (DIEValueAllocator) DIEExpr(Expr); in addExpr()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DDIE.h297 class DIEExpr : public DIEValue {
301 explicit DIEExpr(const MCExpr *E) : DIEValue(isExpr), Expr(E) {} in DIEExpr() function