Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp81 Descriptions[DW_OP_bregx] = Desc(Op::Dwarf2, Op::SizeLEB, Op::SignedSizeLEB); in getDescriptions()
199 if (Opcode == DW_OP_bregx || Opcode == DW_OP_regx) in prettyPrintRegisterOp()
201 else if (Opcode >= DW_OP_breg0 && Opcode < DW_OP_bregx) in prettyPrintRegisterOp()
210 Opcode == DW_OP_bregx) in prettyPrintRegisterOp()
236 Opcode == DW_OP_bregx || Opcode == DW_OP_regx) in print()
/external/libunwind_llvm/src/
Ddwarf2.h224 DW_OP_bregx = 0x92, // ULEB128 register followed by SLEB128 offset enumerator
DDwarfInstructions.hpp732 case DW_OP_bregx: in evaluateExpression()
/external/libunwind/src/dwarf/
DGexpr.c101 [DW_OP_bregx] = OPND2 (ULEB128, SLEB128),
301 case DW_OP_bregx: in dwarf_eval_expr()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.cpp40 EmitOp(dwarf::DW_OP_bregx); in AddRegIndirect()
/external/libunwind/include/
Ddwarf.h127 DW_OP_bregx = 0x92, enumerator
/external/swiftshader/third_party/LLVM/lib/Support/
DDwarf.cpp430 case DW_OP_bregx: return "DW_OP_bregx"; in OperationEncodingString()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDwarf.h441 DW_OP_bregx = 0x92, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.cpp46 emitOp(dwarf::DW_OP_bregx); in addBReg()
/external/elfutils/libdw/
Ddwarf.h566 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.c477 case DW_OP_bregx: in __libdw_intern_expression()
Dknown-dwarf.h424 DWARF_ONE_KNOWN_DW_OP (bregx, DW_OP_bregx) \
/external/elfutils/libdwfl/
Dframe_unwind.c241 case DW_OP_bregx: in expr_eval()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp234 addUInt(TheDie, 0, dwarf::DW_FORM_data1, dwarf::DW_OP_bregx); in addRegisterOffset()
409 addUInt(Block, 0, dwarf::DW_FORM_data1, dwarf::DW_OP_bregx); in addBlockByrefAddress()
DAsmPrinter.cpp804 EmitInt8(dwarf::DW_OP_bregx); in EmitDwarfRegOp()
/external/elfutils/tests/
Dvarlocs.c377 case DW_OP_bregx: in print_expr()
/external/elfutils/src/
Dreadelf.c4542 case DW_OP_bregx: in print_ops()