Home
last modified time | relevance | path

Searched refs:DW_OP_swap (Results 1 – 22 of 22) sorted by relevance

/openbsd/src/gnu/llvm/libunwind/src/
Ddwarf2.h100 DW_OP_swap = 0x16, enumerator
DDwarfInstructions.hpp545 case DW_OP_swap: in evaluateExpression()
/openbsd/src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
Dlldbdwarf.py22 DW_OP_swap = 0x16 variable
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.cpp617 case dwarf::DW_OP_swap: in addExpression()
619 emitOp(dwarf::DW_OP_swap); in addExpression()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Ddwarf2.h269 DW_OP_swap = 0x16, enumerator
Ddwarf2out.c2375 case DW_OP_swap:
/openbsd/src/gnu/usr.bin/binutils/include/elf/
Ddwarf2.h387 DW_OP_swap = 0x16, enumerator
/openbsd/src/usr.bin/ctfconv/
Ddwarf.h497 #define DW_OP_swap 0x16 macro
/openbsd/src/gnu/usr.bin/binutils-2.17/include/elf/
Ddwarf2.h404 DW_OP_swap = 0x16, enumerator
/openbsd/src/gnu/gcc/gcc/
Ddwarf2.h406 DW_OP_swap = 0x16, enumerator
Dunwind-dw2.c658 case DW_OP_swap: in execute_stack_op()
Ddwarf2out.c2827 case DW_OP_swap: in dwarf_stack_op_name()
/openbsd/src/gnu/usr.bin/binutils/gdb/
Ddwarf2expr.c508 case DW_OP_swap: in execute_stack_op()
Ddwarf2read.c7929 case DW_OP_swap: in dwarf_stack_op_name()
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp45 Descriptions[DW_OP_swap] = Desc(Op::Dwarf2); in getDescriptions()
/openbsd/src/gnu/llvm/lldb/source/Expression/
DDWARFExpression.cpp159 case DW_OP_swap: // 0x16 in GetOpcodeDataSize()
1349 case DW_OP_swap: in Evaluate()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DDebugInfoMetadata.cpp1348 case dwarf::DW_OP_swap: { in isValid()
1619 Expr->Elements[PatternSize - 2] == dwarf::DW_OP_swap && in extractAddressClass()
/openbsd/src/gnu/llvm/llvm/docs/
DAMDGPUDwarfExtensionsForHeterogeneousDebugging.rst1373 5. ``DW_OP_swap``
1375 ``DW_OP_swap`` swaps the top two stack entries. The entry at the top of the
1910 The operation is equivalent to performing ``DW_OP_swap;
1926 The operation is equivalent to performing ``DW_OP_swap;
1945 The operation is equivalent to performing ``DW_OP_swap;
5129 DW_OP_swap ! objptr dim[i]+offsetof(dim)
5141 DW_OP_swap
DLangRef.rst5893 - ``DW_OP_swap`` swaps top two stack entries.
6000 !4 = !DIExpression(DW_OP_constu, 2, DW_OP_swap, DW_OP_xderef)
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
Ddwarf.c659 case DW_OP_swap: in decode_location_expression()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGDebugInfo.cpp4326 Expr.push_back(llvm::dwarf::DW_OP_swap); in AppendAddressSpaceXDeref()
/openbsd/src/gnu/usr.bin/binutils/binutils/
Dreadelf.c7390 case DW_OP_swap: in decode_location_expression()