Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/test/CodeGen/AArch64/
Dframelayout-sve.mir73 …sion: DW_OP_breg31 +0, DW_OP_consts +32, DW_OP_plus, DW_OP_consts +16, DW_OP_bregx 0x2e +0, DW_OP_…
117 …sion: DW_OP_breg31 +0, DW_OP_consts +48, DW_OP_plus, DW_OP_consts +16, DW_OP_bregx 0x2e +0, DW_OP_…
207 …sion: DW_OP_breg31 +0, DW_OP_consts +32, DW_OP_plus, DW_OP_consts +24, DW_OP_bregx 0x2e +0, DW_OP_…
317 …ssion: DW_OP_breg31 +0, DW_OP_consts +32, DW_OP_plus, DW_OP_consts +8, DW_OP_bregx 0x2e +0, DW_OP_…
384 …on: DW_OP_breg31 +0, DW_OP_consts +16, DW_OP_plus, DW_OP_consts +2056, DW_OP_bregx 0x2e +0, DW_OP_…
466 …ssion: DW_OP_breg31 +0, DW_OP_consts +48, DW_OP_plus, DW_OP_consts +8, DW_OP_bregx 0x2e +0, DW_OP_…
504 …sion: DW_OP_breg31 +0, DW_OP_consts +48, DW_OP_plus, DW_OP_consts +24, DW_OP_bregx 0x2e +0, DW_OP_…
505 …W_CFA_expression: reg72 DW_OP_consts -16, DW_OP_plus, DW_OP_consts -8, DW_OP_bregx 0x2e +0, DW_OP_…
506 …_CFA_expression: reg73 DW_OP_consts -16, DW_OP_plus, DW_OP_consts -16, DW_OP_bregx 0x2e +0, DW_OP_…
507 …_CFA_expression: reg74 DW_OP_consts -16, DW_OP_plus, DW_OP_consts -24, DW_OP_bregx 0x2e +0, DW_OP_…
[all …]
/external/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()
/external/llvm-project/llvm/test/DebugInfo/AArch64/
Ddbg-sve-types.ll9 ; CHECK-NEXT: DW_AT_upper_bound (DW_OP_lit8, DW_OP_bregx VG+0, DW_OP_mul, DW_OP_lit1, DW_OP_m…
40 !17 = !DISubrange(lowerBound: 0, upperBound: !DIExpression(DW_OP_constu, 8, DW_OP_bregx, 46, 0, DW_…
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp80 Descriptions[DW_OP_bregx] = Desc(Op::Dwarf2, Op::SizeLEB, Op::SignedSizeLEB); in getDescriptions()
234 if (Opcode == DW_OP_bregx || Opcode == DW_OP_regx || in prettyPrintRegisterOp()
237 else if (Opcode >= DW_OP_breg0 && Opcode < DW_OP_bregx) in prettyPrintRegisterOp()
245 Opcode == DW_OP_bregx) in prettyPrintRegisterOp()
274 Opcode == DW_OP_bregx || Opcode == DW_OP_regx || in print()
418 case dwarf::DW_OP_bregx: { in printCompactDWARFExpr()
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDWARFExpressionCompactPrinterTest.cpp99 TestExprPrinter({DW_OP_bregx, 0x0d, 0x28}, "[SP+40]"); in TEST_F()
/external/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()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.cpp61 emitOp(dwarf::DW_OP_bregx); in addBReg()
597 case dwarf::DW_OP_bregx: in addExpression()
598 emitOp(dwarf::DW_OP_bregx); in addExpression()
/external/llvm-project/libunwind/src/
Ddwarf2.h224 DW_OP_bregx = 0x92, // ULEB128 register followed by SLEB128 offset enumerator
DDwarfInstructions.hpp767 case DW_OP_bregx: in evaluateExpression()
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBLocationToDWARFExpression.cpp136 stream.PutHex8(DW_OP_bregx); in ConvertPDBLocationToDWARFExpression()
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbdwarf.py146 DW_OP_bregx = 0x92 variable
/external/llvm-project/lldb/source/Symbol/
DPostfixExpression.cpp220 m_out_stream.PutHex8(DW_OP_bregx); in Visit()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.cpp40 EmitOp(dwarf::DW_OP_bregx); in AddRegIndirect()
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DDWARFLocationExpression.cpp143 ? llvm::dwarf::DW_OP_bregx in MakeRegisterBasedLocationExpressionInternal()
/external/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.c481 case DW_OP_bregx: in __libdw_intern_expression()
/external/llvm-project/lldb/source/Expression/
DDWARFExpression.cpp385 case DW_OP_bregx: // 0x92 2 ULEB128 register followed by SLEB128 offset in GetOpcodeDataSize()
2018 case DW_OP_bregx: { in Evaluate()
2698 } else if (opcode == DW_OP_bregx) { in MatchesOperand()
/external/elfutils/libdwfl/
Dframe_unwind.c241 case DW_OP_bregx: in expr_eval()
/external/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()
/external/elfutils/tests/
Dvarlocs.c377 case DW_OP_bregx: in print_expr()
/external/llvm-project/llvm/lib/IR/
DDebugInfoMetadata.cpp1054 case dwarf::DW_OP_bregx: in getSize()
1139 case dwarf::DW_OP_bregx: in isValid()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp399 Expr.push_back((uint8_t)dwarf::DW_OP_bregx); in appendVGScaledOffsetExpr()
/external/llvm-project/llvm/docs/
DAMDGPUDwarfExtensionsForHeterogeneousDebugging.rst1999 8. ``DW_OP_bregx``
2001 ``DW_OP_bregx`` has two operands. The first is an unsigned LEB128 integer
2893 with the result of evaluating a ``DW_OP_bregx R, 0`` operation. This
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp741 {llvm::dwarf::DW_OP_constu, NumElemsPerVG, llvm::dwarf::DW_OP_bregx, in CreateType()

12