Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DDIETest.cpp57 DIEExpr Tst(Val); in TEST_P()
62 DIEExpr Tst(Val); in TEST_P()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp459 void DIEExpr::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue()
465 unsigned DIEExpr::sizeOf(const dwarf::FormParams &FormParams, in sizeOf()
480 void DIEExpr::print(raw_ostream &O) const { O << "Expr: " << *Expr; } in print()
H A DDwarfCompileUnit.cpp1539 addAttribute(Die, (dwarf::Attribute)0, Form, DIEExpr(Expr)); in addExpr()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DDIE.h201 class DIEExpr {
205 explicit DIEExpr(const MCExpr *E) : Expr(E) {} in DIEExpr() function
388 AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDwarfGenerator.cpp63 DIEExpr(&Expr)); in addAttribute()