Home
last modified time | relevance | path

Searched refs:DW_OP_entry_value (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDWARFExpressionCompactPrinterTest.cpp107 TestExprPrinter({DW_OP_entry_value, 0x01, DW_OP_reg0, DW_OP_stack_value}, in TEST_F()
113 {DW_OP_entry_value, 0x02, DW_OP_breg13, 0x10, DW_OP_stack_value}, in TEST_F()
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
Ddebug_loc_OP_entry_value.s6 # CHECK-NEXT: DW_OP_entry_value(DW_OP_reg5 RDI), DW_OP_stack_value)
20 .byte 163 # DW_OP_entry_value
Dlocstats.ll4 ; CHECK: "sum_all_variables(#bytes in parent scope covered by DW_OP_entry_value)": 5,
7 ; CHECK-NEXT: "sum_all_params(#bytes in parent scope covered by DW_OP_entry_value)": 5,
10 ; CHECK-NEXT: "sum_all_local_vars(#bytes in parent scope covered by DW_OP_entry_value)": 0,
/external/llvm-project/llvm/test/Verifier/
Ddiexpression-dwarf-entry-value.ll8 !0 = !DIExpression(DW_OP_entry_value, 1)
/external/llvm-project/llvm/test/DebugInfo/Sparc/
Dentry-value-complex-reg-expr.ll5 ; emitted a single DW_OP_entry_value wrapping that whole composite location
6 ; description, but that is not valid DWARF; DW_OP_entry_value operations can
/external/llvm-project/llvm/test/DebugInfo/X86/
Dno-entry-values-with-O0.ll2 ; RUN: | llvm-dwarfdump - | FileCheck --implicit-check-not=DW_OP_entry_value %s
4 ; RUN: | llvm-dwarfdump - | FileCheck --implicit-check-not=DW_OP_entry_value %s
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp104 Descriptions[DW_OP_entry_value] = Desc(Op::Dwarf5, Op::SizeLEB); in getDescriptions()
310 else if (Opcode != DW_OP_entry_value && in print()
330 if (Op.getCode() == DW_OP_entry_value || in print()
432 case dwarf::DW_OP_entry_value: in printCompactDWARFExpr()
/external/llvm-project/llvm/test/DebugInfo/MIR/AArch64/
Ddbgcall-site-indirect-param.mir5 # RUN: | llvm-dwarfdump - | FileCheck %s -check-prefix=DWARF -implicit-check-not=DW_OP_entry_value
27 # DWARF-NEXT: [0x0000000000000010, 0x000000000000001c): DW_OP_entry_value(DW_OP_reg0 W0))
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp105 Descriptions[DW_OP_entry_value] = Desc(Op::Dwarf5, Op::SizeLEB); in getDescriptions()
281 else if (Opcode != DW_OP_entry_value && in print()
300 if (Op.getCode() == DW_OP_entry_value || in print()
/external/elfutils/libdw/
Ddwarf_getlocation_attr.c86 case DW_OP_entry_value: in dwarf_getlocation_attr()
Ddwarf.h590 DW_OP_entry_value = 0xa3, enumerator
Ddwarf_getlocation.c498 case DW_OP_entry_value: in __libdw_intern_expression()
DChangeLog749 DW_OP_entry_value, DW_OP_const_type, DW_OP_regval_type,
754 DW_OP_regval_type, DW_OP_entry_value, DW_OP_implicit_pointer,
757 DW_OP_entry_value, DW_OP_const_type and DW_OP_implicit_pointer.
/external/llvm-project/llvm/test/DebugInfo/MIR/X86/
Davoid-single-entry-value-location.mir4 # CHECK: DW_AT_location {{.*}} (DW_OP_entry_value
Ddebug-entry-value-operation.mir16 # CHECK: DW_OP_entry_value
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.cpp328 emitOp(CU.getDwarf5OrGNULocationAtom(dwarf::DW_OP_entry_value)); in beginEntryValueExpression()
DDwarfCompileUnit.cpp952 case dwarf::DW_OP_entry_value: in getDwarf5OrGNULocationAtom()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.cpp397 emitOp(CU.getDwarf5OrGNULocationAtom(dwarf::DW_OP_entry_value)); in finalizeEntryValue()
DDwarfCompileUnit.cpp1057 case dwarf::DW_OP_entry_value: in getDwarf5OrGNULocationAtom()
/external/llvm-project/llvm/tools/llvm-dwarfdump/
DStatistics.cpp268 return Op.getCode() == dwarf::DW_OP_entry_value || in collectStatsForDie()
/external/elfutils/tests/
Dvarlocs.c514 case DW_OP_entry_value: in print_expr()
DChangeLog1179 DW_OP_entry_value, DW_OP_convert, DW_OP_reinterpret,
/external/llvm-project/lldb/source/Expression/
DDWARFExpression.cpp400 case DW_OP_entry_value: // 0xa3 ULEB128 size + variable-length block in GetOpcodeDataSize()
2534 case DW_OP_entry_value: { in Evaluate()
/external/llvm-project/llvm/docs/
DAMDGPUDwarfExtensionsForHeterogeneousDebugging.rst1583 8. ``DW_OP_entry_value`` *Deprecated*
1585 ``DW_OP_entry_value`` pushes the value of an expression that is evaluated in
1622 *The* ``DW_OP_entry_value`` *operation is deprecated as its main usage is
1634 GDB only implements ``DW_OP_entry_value`` when E is exactly
3720 * ``DW_OP_call_frame_cfa`` and ``DW_OP_entry_value`` are not allowed because
/external/elfutils/src/
DChangeLog1058 DW_OP_implicit_pointer, DW_OP_entry_value, DW_OP_const_type,

12