Home
last modified time | relevance | path

Searched refs:DW_OP_bregx (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp81 Descriptions[DW_OP_bregx] = Desc(Op::Dwarf2, Op::SizeLEB, Op::SignedSizeLEB); in getDescriptions()
216 if (Opcode == DW_OP_bregx || Opcode == DW_OP_regx) in prettyPrintRegisterOp()
218 else if (Opcode >= DW_OP_breg0 && Opcode < DW_OP_bregx) in prettyPrintRegisterOp()
226 Opcode == DW_OP_bregx) in prettyPrintRegisterOp()
253 Opcode == DW_OP_bregx || Opcode == DW_OP_regx) in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.cpp61 emitOp(dwarf::DW_OP_bregx); in addBReg()
507 case dwarf::DW_OP_bregx: in addExpression()
508 emitOp(dwarf::DW_OP_bregx); in addExpression()
/third_party/libunwind/src/dwarf/
DGexpr.c103 [DW_OP_bregx] = OPND2 (ULEB128, SLEB128),
365 case DW_OP_bregx: in dwarf_eval_expr()
/third_party/libunwind/include/
Ddwarf.h130 DW_OP_bregx = 0x92, enumerator
/third_party/elfutils/libdw/
Ddwarf.h572 DW_OP_bregx = 0x92, /* ULEB128 register followed by SLEB128 off. */ enumerator
Dcfi.c180 fs->cfa_data.offset.atom = DW_OP_bregx; in execute_cfi()
Ddwarf_getlocation.c501 case DW_OP_bregx: in __libdw_intern_expression()
/third_party/elfutils/libdwfl/
Dframe_unwind.c230 case DW_OP_bregx: in expr_eval()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfoMetadata.cpp842 case dwarf::DW_OP_bregx: in getSize()
927 case dwarf::DW_OP_bregx: in isValid()
/third_party/elfutils/tests/
Dvarlocs.c376 case DW_OP_bregx: in print_expr()
/third_party/libabigail/src/
Dabg-dwarf-reader.cc7868 case DW_OP_bregx: in op_pushes_non_constant_value()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp7653 Ops.push_back(dwarf::DW_OP_bregx); in describeLoadedValue()
/third_party/elfutils/src/
Dreadelf.c4661 case DW_OP_bregx: in print_ops()