Searched refs:DW_OP_implicit_value (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | implicit_value-double.ll | 1 ;; This test checks for emission of DW_OP_implicit_value operation 10 ; CHECK-NEXT: [{{.*}}): DW_OP_implicit_value 0x8 0x1f 0x85 0xeb 0x51 0xb8 0x1e … 21 ;; Using DW_OP_implicit_value for fragments is not currently supported.
|
| 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 | 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 | 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-15.0.7/lldb/unittests/Expression/ |
| H A D | DWARFExpressionTest.cpp | 312 TEST(DWARFExpression, DW_OP_implicit_value) { in TEST() argument 316 Evaluate({DW_OP_implicit_value, bytes, 0x11, 0x22, 0x33, 0x44}), in TEST()
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbdwarf.py | 158 DW_OP_implicit_value = 0x9E variable
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfExpression.cpp | 229 emitOp(dwarf::DW_OP_implicit_value); in addConstantFP()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFExpression.cpp | 92 Descriptions[DW_OP_implicit_value] = in getDescriptions()
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 320 case DW_OP_implicit_value: // 0x9e ULEB128 size followed by block of that size in GetOpcodeDataSize() 2237 case DW_OP_implicit_value: { in Evaluate()
|
| /llvm-project-15.0.7/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/ |
| H A D | AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md | 524 DW_OP_value, DW_OP_regx, DW_OP_implicit_value, DW_OP_implicit_pointer, 1723 a `DW_OP_implicit_value V` operation was executed. 2427 1. `DW_OP_implicit_value` 2429 `DW_OP_implicit_value` has two operands. The first is an unsigned LEB128
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst | 1500 if a ``DW_OP_implicit_value V`` operation was executed. 2413 1. ``DW_OP_implicit_value`` 2415 ``DW_OP_implicit_value`` has two operands. The first is an unsigned LEB128
|