/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFExpression.cpp | 79 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 D | DWARFExpression.cpp | 81 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 D | DwarfExpression.cpp | 61 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 D | DwarfExpression.cpp | 61 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/ |
D | dwarf_defs.go | 279 DW_OP_bregx = 0x92 // 2 ULEB128 register followed by SLEB128 offset const
|
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfExpression.cpp | 40 EmitOp(dwarf::DW_OP_bregx); in AddRegIndirect()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/ |
H A D | RISCVRegisterInfo.cpp | 672 Ops.append({dwarf::DW_OP_bregx, VLENB, 0ULL}); in getOffsetOpcodes() 678 Ops.append({dwarf::DW_OP_bregx, VLENB, 0ULL}); in getOffsetOpcodes()
|
H A D | RISCVFrameLowering.cpp | 376 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 D | AArch64RegisterInfo.cpp | 808 Ops.append({dwarf::DW_OP_bregx, VG, 0ULL}); in getOffsetOpcodes() 814 Ops.append({dwarf::DW_OP_bregx, VG, 0ULL}); in getOffsetOpcodes()
|
H A D | AArch64InstrInfo.cpp | 4177 Expr.push_back((uint8_t)dwarf::DW_OP_bregx); in appendVGScaledOffsetExpr()
|
/aosp_15_r20/art/libelffile/dwarf/ |
H A D | dwarf_constants.h | 402 DW_OP_bregx = 0x92, enumerator
|
/aosp_15_r20/external/elfutils/libdw/ |
H A D | dwarf.h | 572 DW_OP_bregx = 0x92, /* ULEB128 register followed by SLEB128 off. */ enumerator
|
H A D | cfi.c | 180 fs->cfa_data.offset.atom = DW_OP_bregx; in execute_cfi()
|
H A D | dwarf_getlocation.c | 502 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 D | LVLocation.cpp | 101 case dwarf::DW_OP_bregx: { in getOperandsDWARFInfo()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 842 case dwarf::DW_OP_bregx: in getSize() 927 case dwarf::DW_OP_bregx: in isValid()
|
/aosp_15_r20/external/elfutils/libdwfl/ |
H A D | frame_unwind.c | 230 case DW_OP_bregx: in expr_eval()
|
/aosp_15_r20/external/elfutils/tests/ |
H A D | varlocs.c | 382 case DW_OP_bregx: in print_expr()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 1305 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 D | X86InstrInfo.cpp | 7653 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 D | X86InstrInfo.cpp | 9136 Ops.push_back(dwarf::DW_OP_bregx); in describeLoadedValue()
|
/aosp_15_r20/external/elfutils/src/ |
H A D | readelf.c | 5045 case DW_OP_bregx: in print_ops()
|