Home
last modified time | relevance | path

Searched refs:DW_OP_regx (Results 1 – 13 of 13) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/
H A Ddebug-info-qreg.ll5 ;CHECK: sub-register DW_OP_regx
9 ;CHECK-NEXT: sub-register DW_OP_regx
H A Ddebug-info-sreg2.ll9 ; 0x90 DW_OP_regx of super-register
H A Ddebug-info-d16-reg.ll4 ;CHECK: DW_OP_regx
H A Ddebug-info-s16-reg.ll4 ;CHECK: super-register DW_OP_regx
/minix/sys/lib/libunwind/
H A Ddwarf2.h220 DW_OP_regx = 0x90, // ULEB128 register enumerator
H A DDwarfInstructions.hpp504 case DW_OP_regx: in evaluateExpression()
/minix/external/bsd/elftoolchain/dist/libdwarf/
H A Dlibdwarf_loc.c211 case DW_OP_regx: in _dwarf_loc_fill_loc()
482 case DW_OP_regx: in _dwarf_loc_expr_add_atom()
H A Ddwarf.h364 #define DW_OP_regx 0x90 macro
H A Ddwarf_dump.c1004 case DW_OP_regx: in dwarf_get_OP_name()
/minix/external/bsd/llvm/dist/llvm/test/DebugInfo/ARM/
H A Ds-super-register.ll7 ; 0x90 DW_OP_regx of super-register
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp38 EmitOp(dwarf::DW_OP_regx, Comment); in AddReg()
/minix/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DDwarf.h505 DW_OP_regx = 0x90, enumerator
/minix/external/bsd/llvm/dist/llvm/lib/Support/
H A DDwarf.cpp447 case DW_OP_regx: return "DW_OP_regx"; in OperationEncodingString()