Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp454 void DIEExpr::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue()
460 unsigned DIEExpr::sizeOf(const dwarf::FormParams &FormParams, in sizeOf()
475 void DIEExpr::print(raw_ostream &O) const { in print()
H A DDwarfCompileUnit.cpp1714 addAttribute(Die, (dwarf::Attribute)0, Form, DIEExpr(Expr)); in addExpr()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h208 class DIEExpr {
212 explicit DIEExpr(const MCExpr *E) : Expr(E) {} in DIEExpr() function
402 AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,