Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp79 Descriptions[DW_OP_bregx] = Desc(Op::Dwarf2, Op::SizeLEB, Op::SignedSizeLEB); in getDescriptions()
237 if (Opcode == DW_OP_bregx || Opcode == DW_OP_regx || in prettyPrintRegisterOp()
240 else if (Opcode >= DW_OP_breg0 && Opcode < DW_OP_bregx) in prettyPrintRegisterOp()
248 Opcode == DW_OP_bregx) in prettyPrintRegisterOp()
275 Opcode == DW_OP_bregx || Opcode == DW_OP_regx || in print()
424 case dwarf::DW_OP_bregx: { in printCompactDWARFExpr()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp61 emitOp(dwarf::DW_OP_bregx); in addBReg()
636 case dwarf::DW_OP_bregx: in addExpression()
637 emitOp(dwarf::DW_OP_bregx); in addExpression()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/dwarf/
Ddwarf_defs.go279 DW_OP_bregx = 0x92 // 2 ULEB128 register followed by SLEB128 offset const
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp40 EmitOp(dwarf::DW_OP_bregx); in AddRegIndirect()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.cpp672 Ops.append({dwarf::DW_OP_bregx, VLENB, 0ULL}); in getOffsetOpcodes()
678 Ops.append({dwarf::DW_OP_bregx, VLENB, 0ULL}); in getOffsetOpcodes()
H A DRISCVFrameLowering.cpp376 Expr.push_back((uint8_t)dwarf::DW_OP_bregx); in createDefCFAExpression()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp808 Ops.append({dwarf::DW_OP_bregx, VG, 0ULL}); in getOffsetOpcodes()
814 Ops.append({dwarf::DW_OP_bregx, VG, 0ULL}); in getOffsetOpcodes()
H A DAArch64InstrInfo.cpp4177 Expr.push_back((uint8_t)dwarf::DW_OP_bregx); in appendVGScaledOffsetExpr()
/aosp_15_r20/art/libelffile/dwarf/
H A Ddwarf_constants.h402 DW_OP_bregx = 0x92, enumerator
/aosp_15_r20/external/elfutils/libdw/
H A Ddwarf.h572 DW_OP_bregx = 0x92, /* ULEB128 register followed by SLEB128 off. */ enumerator
H A Dcfi.c180 fs->cfa_data.offset.atom = DW_OP_bregx; in execute_cfi()
H A Ddwarf_getlocation.c502 case DW_OP_bregx: in __libdw_intern_expression()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp101 case dwarf::DW_OP_bregx: { in getOperandsDWARFInfo()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDebugInfoMetadata.cpp842 case dwarf::DW_OP_bregx: in getSize()
927 case dwarf::DW_OP_bregx: in isValid()
/aosp_15_r20/external/elfutils/libdwfl/
H A Dframe_unwind.c230 case DW_OP_bregx: in expr_eval()
/aosp_15_r20/external/elfutils/tests/
H A Dvarlocs.c382 case DW_OP_bregx: in print_expr()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1305 case dwarf::DW_OP_bregx: in getSize()
1395 case dwarf::DW_OP_bregx: in isValid()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp7653 Ops.push_back(dwarf::DW_OP_bregx); in describeLoadedValue()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp9136 Ops.push_back(dwarf::DW_OP_bregx); in describeLoadedValue()
/aosp_15_r20/external/elfutils/src/
H A Dreadelf.c5045 case DW_OP_bregx: in print_ops()