Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/libunwind/src/
Ddwarf2.h102 DW_OP_xderef = 0x18, enumerator
DDwarfInstructions.hpp564 case DW_OP_xderef: in evaluateExpression()
/openbsd/src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
Dlldbdwarf.py24 DW_OP_xderef = 0x18 variable
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.cpp621 case dwarf::DW_OP_xderef: in addExpression()
623 emitOp(dwarf::DW_OP_xderef); in addExpression()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Ddwarf2.h271 DW_OP_xderef = 0x18, enumerator
Ddwarf2out.c2379 case DW_OP_xderef:
/openbsd/src/gnu/usr.bin/binutils/include/elf/
Ddwarf2.h389 DW_OP_xderef = 0x18, enumerator
/openbsd/src/usr.bin/ctfconv/
Ddwarf.h499 #define DW_OP_xderef 0x18 macro
/openbsd/src/gnu/usr.bin/binutils-2.17/include/elf/
Ddwarf2.h406 DW_OP_xderef = 0x18, enumerator
/openbsd/src/gnu/gcc/gcc/
Ddwarf2.h408 DW_OP_xderef = 0x18, enumerator
Ddwarf2out.c2831 case DW_OP_xderef: in dwarf_stack_op_name()
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp47 Descriptions[DW_OP_xderef] = Desc(Op::Dwarf2); in getDescriptions()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DDebugInfoMetadata.cpp1390 case dwarf::DW_OP_xderef: in isValid()
1620 Expr->Elements[PatternSize - 1] == dwarf::DW_OP_xderef) { in extractAddressClass()
1823 case dwarf::DW_OP_xderef: in createFragmentExpression()
/openbsd/src/gnu/llvm/lldb/source/Expression/
DDWARFExpression.cpp161 case DW_OP_xderef: // 0x18 in GetOpcodeDataSize()
1239 case DW_OP_xderef: in Evaluate()
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
Ddwarf.c665 case DW_OP_xderef: in decode_location_expression()
/openbsd/src/gnu/llvm/llvm/docs/
DAMDGPUDwarfExtensionsForHeterogeneousDebugging.rst333 address spaces, for example as an argument to the ``DW_OP_xderef*`` operations.
354 The DWARF ``DW_OP_xderef*`` operations allow a value to be converted into an
420 different address spaces. Therefore, the ``DW_OP_xderef*`` operations are
1903 5. ``DW_OP_xderef`` *Deprecated*
1905 ``DW_OP_xderef`` pops two stack entries. The first must be an integral type
3127 ``DW_OP_xderef*``.
DLangRef.rst5894 - ``DW_OP_xderef`` provides extended dereference mechanism. The entry at the top
6000 !4 = !DIExpression(DW_OP_constu, 2, DW_OP_swap, DW_OP_xderef)
/openbsd/src/gnu/usr.bin/binutils/gdb/
Ddwarf2read.c7933 case DW_OP_xderef: in dwarf_stack_op_name()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGDebugInfo.cpp4327 Expr.push_back(llvm::dwarf::DW_OP_xderef); in AppendAddressSpaceXDeref()
/openbsd/src/gnu/usr.bin/binutils/binutils/
Dreadelf.c7396 case DW_OP_xderef: in decode_location_expression()