/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
H A D | lldbdwarf.py | 36 DW_OP_shl = 0x24 variable 226 elif val == DW_OP_shl:
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfExpression.cpp | 561 case dwarf::DW_OP_shl: in addExpression() 696 emitOp(dwarf::DW_OP_shl); in emitLegacySExt() 716 emitOp(dwarf::DW_OP_shl); in emitLegacyZExt()
|
/openbsd/gnu/llvm/libunwind/src/ |
H A D | dwarf2.h | 114 DW_OP_shl = 0x24, enumerator
|
H A D | DwarfInstructions.hpp | 652 case DW_OP_shl: in evaluateExpression()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | dwarf2expr.c | 585 case DW_OP_shl: in execute_stack_op() 634 case DW_OP_shl: in execute_stack_op()
|
H A D | dwarf2read.c | 7957 case DW_OP_shl: in dwarf_stack_op_name()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | dwarf2.h | 283 DW_OP_shl = 0x24, enumerator
|
H A D | unwind-dw2.c | 639 case DW_OP_shl: in execute_stack_op() 680 case DW_OP_shl: in execute_stack_op()
|
H A D | dwarf2out.c | 2403 case DW_OP_shl: 8615 op = DW_OP_shl;
|
H A D | ChangeLog | 68 DW_OP_shl, DW_OP_shr, DW_OP_shra, DW_OP_xor.
|
/openbsd/gnu/usr.bin/binutils/include/elf/ |
H A D | dwarf2.h | 401 DW_OP_shl = 0x24, enumerator
|
/openbsd/usr.bin/ctfconv/ |
H A D | dwarf.h | 511 #define DW_OP_shl 0x24 macro
|
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/ |
H A D | dwarf2.h | 418 DW_OP_shl = 0x24, enumerator
|
/openbsd/gnu/gcc/gcc/ |
H A D | dwarf2.h | 420 DW_OP_shl = 0x24, enumerator
|
H A D | unwind-dw2.c | 753 case DW_OP_shl: in execute_stack_op() 795 case DW_OP_shl: in execute_stack_op()
|
H A D | dwarf2out.c | 2855 case DW_OP_shl: in dwarf_stack_op_name() 8944 op = DW_OP_shl; in mem_loc_descriptor() 9330 op = DW_OP_shl; in loc_descriptor_from_tree_1()
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVLocation.cpp | 201 case dwarf::DW_OP_shl: in getOperandsDWARFInfo()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterInfos_mips.h | 44 llvm::dwarf::DW_OP_lit26, llvm::dwarf::DW_OP_shl, llvm::dwarf::DW_OP_and,
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFExpression.cpp | 59 Descriptions[DW_OP_shl] = Desc(Op::Dwarf2); in getDescriptions()
|
/openbsd/gnu/llvm/lldb/source/Expression/ |
H A D | DWARFExpression.cpp | 172 case DW_OP_shl: // 0x24 in GetOpcodeDataSize() 1604 case DW_OP_shl: in Evaluate()
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 1385 case dwarf::DW_OP_shl: in isValid() 1809 case dwarf::DW_OP_shl: in createFragmentExpression()
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | dwarf.c | 703 case DW_OP_shl: in decode_location_expression()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 1968 return dwarf::DW_OP_shl; in getDwarfOpForBinOp()
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | readelf.c | 7434 case DW_OP_shl: in decode_location_expression()
|