Searched refs:DW_OP_implicit_value (Results 1 – 13 of 13) sorted by relevance
/llvm-project/llvm/test/DebugInfo/X86/ |
H A D | implicit_value-double.ll | 1 ;; This test checks for emission of DW_OP_implicit_value operation 13 ; CHECK-NEXT: [{{.*}}): DW_OP_implicit_value 0x8 0x1f 0x85 0xeb 0x51 0xb8 0x1e … 25 ;; Using DW_OP_implicit_value for fragments is not currently supported.
|
H A D | stack-value-piece-inseltpoison.ll | 29 …W_OP_piece 0x4, {{(DW_OP_lit0, DW_OP_stack_value, DW_OP_piece 0x4|DW_OP_implicit_value 0x4 0x00 0x… 30 …W_OP_piece 0x4, {{(DW_OP_lit0, DW_OP_stack_value, DW_OP_piece 0x4|DW_OP_implicit_value 0x4 0x00 0x… 37 …DW_OP_piece 0x4, {{DW_OP_lit0, DW_OP_stack_value, DW_OP_piece 0x4|DW_OP_implicit_value 0x4 0x00 0x…
|
H A D | stack-value-piece.ll | 29 …W_OP_piece 0x4, {{(DW_OP_lit0, DW_OP_stack_value, DW_OP_piece 0x4|DW_OP_implicit_value 0x4 0x00 0x… 30 …W_OP_piece 0x4, {{(DW_OP_lit0, DW_OP_stack_value, DW_OP_piece 0x4|DW_OP_implicit_value 0x4 0x00 0x… 37 …DW_OP_piece 0x4, {{DW_OP_lit0, DW_OP_stack_value, DW_OP_piece 0x4|DW_OP_implicit_value 0x4 0x00 0x…
|
H A D | implicit_value-float.ll | 1 ;; This test checks for emission of DW_OP_implicit_value operation 10 ; CHECK-NEXT: [{{.*}}): DW_OP_implicit_value 0x4 0xc3 0xf5 0x48 0x40)
|
/llvm-project/lldb/packages/Python/lldbsuite/test/ |
H A D | lldbdwarf.py | 158 DW_OP_implicit_value = 0x9E variable
|
/llvm-project/lldb/unittests/Expression/ |
H A D | DWARFExpressionTest.cpp | 361 TEST(DWARFExpression, DW_OP_implicit_value) { in TEST() 365 Evaluate({DW_OP_implicit_value, bytes, 0x11, 0x22, 0x33, 0x44}), 358 TEST(DWARFExpression,DW_OP_implicit_value) TEST() argument
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVLocation.cpp | 284 case dwarf::DW_OP_implicit_value: in getOperandsDWARFInfo() 285 Stream << "TODO: DW_OP_implicit_value"; in getOperandsDWARFInfo()
|
/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | README.md | 163 * `DW_OP_implicit_value`
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfExpression.cpp | 236 emitOp(dwarf::DW_OP_implicit_value); in addConstantFP() 253 dbgs() << "Skipped DW_OP_implicit_value creation for ConstantFP of size: " in addMachineRegExpression()
|
/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFExpression.cpp | 90 Descriptions[DW_OP_implicit_value] = in getOpDescriptions()
|
/llvm-project/lldb/source/Expression/ |
H A D | DWARFExpression.cpp | 353 case DW_OP_implicit_value: // 0x9e ULEB128 size followed by block of that size in GetLocation_DW_OP_addr() 2046 // OPCODE: DW_OP_implicit_value in Evaluate() 2053 case DW_OP_implicit_value: { in Evaluate()
|
/llvm-project/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/ |
H A D | AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md | 818 DW_OP_value, DW_OP_regx, DW_OP_implicit_value, DW_OP_implicit_pointer, 2021 a `DW_OP_implicit_value V` operation was executed. 2724 1. `DW_OP_implicit_value` 2726 `DW_OP_implicit_value` has two operands. The first is an unsigned LEB128
|
/llvm-project/llvm/docs/ |
H A D | AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst | 1652 if a ``DW_OP_implicit_value V`` operation was executed. 2567 1. ``DW_OP_implicit_value`` 2569 ``DW_OP_implicit_value`` has two operands. The first is an unsigned LEB128
|