Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp78 Descriptions[DW_OP_bregx] = Desc(Op::Dwarf2, Op::SizeLEB, Op::SignedSizeLEB); in getOpDescriptions()
267 if (Opcode == DW_OP_bregx || Opcode == DW_OP_regx || in prettyPrintRegisterOp()
270 else if (Opcode >= DW_OP_breg0 && Opcode < DW_OP_bregx) in prettyPrintRegisterOp()
278 Opcode == DW_OP_bregx) in prettyPrintRegisterOp()
311 Opcode == DW_OP_bregx || Opcode == DW_OP_regx || in print()
458 case dwarf::DW_OP_bregx: { in printCompactDWARFExpr()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp61 emitOp(dwarf::DW_OP_bregx); in addBReg()
643 case dwarf::DW_OP_bregx: in addExpression()
644 emitOp(dwarf::DW_OP_bregx); in addExpression()
/freebsd/contrib/llvm-project/libunwind/src/
H A Ddwarf2.h224 DW_OP_bregx = 0x92, // ULEB128 register followed by SLEB128 offset enumerator
H A DDwarfInstructions.hpp855 case DW_OP_bregx: in evaluateExpression()
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_loc.c280 case DW_OP_bregx: in _dwarf_loc_fill_loc()
588 case DW_OP_bregx: in _dwarf_loc_expr_add_atom()
H A Ddwarf.h494 #define DW_OP_bregx 0x92 macro
H A Ddwarf_dump.c1323 case DW_OP_bregx: in dwarf_get_OP_name()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp137 stream.PutHex8(DW_OP_bregx); in ConvertPDBLocationToDWARFExpression()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp222 m_out_stream.PutHex8(DW_OP_bregx); in Visit()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp142 relative_offset ? llvm::dwarf::DW_OP_bregx : llvm::dwarf::DW_OP_regx; in MakeRegisterBasedLocationExpressionInternal()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp855 Ops.append({dwarf::DW_OP_bregx, VG, 0ULL}); in getOffsetOpcodes()
861 Ops.append({dwarf::DW_OP_bregx, VG, 0ULL}); in getOffsetOpcodes()
H A DAArch64InstrInfo.cpp5177 Expr.push_back((uint8_t)dwarf::DW_OP_bregx); in appendVGScaledOffsetExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.cpp732 Ops.append({dwarf::DW_OP_bregx, VLENB, 0ULL}); in getOffsetOpcodes()
738 Ops.append({dwarf::DW_OP_bregx, VLENB, 0ULL}); in getOffsetOpcodes()
H A DRISCVFrameLowering.cpp444 Expr.push_back((uint8_t)dwarf::DW_OP_bregx); in createDefCFAExpression()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp101 case dwarf::DW_OP_bregx: { in getOperandsDWARFInfo()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp328 case DW_OP_bregx: // 0x92 2 ULEB128 register followed by SLEB128 offset in GetOpcodeDataSize()
2034 case DW_OP_bregx: { in Evaluate()
2729 } else if (opcode == DW_OP_bregx) { in MatchesOperand()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1397 case dwarf::DW_OP_bregx: in getSize()
1487 case dwarf::DW_OP_bregx: in isValid()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp770 {llvm::dwarf::DW_OP_constu, NumElemsPerVG, llvm::dwarf::DW_OP_bregx, in CreateType()
822 {llvm::dwarf::DW_OP_bregx, // Read the contents of a register. in CreateType()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c6699 case DW_OP_bregx: in dump_dwarf_loc()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp9982 Ops.push_back(dwarf::DW_OP_bregx); in describeLoadedValue()