Home
last modified time | relevance | path

Searched refs:DW_CFA_restore (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp114 case DW_CFA_restore: in parseInstructions()
300 static OperandType OpTypes[DW_CFA_restore+1][2]; in getOperandTypes()
332 DECLARE_OP1(DW_CFA_restore, OT_Register); in getOperandTypes()
343 return ArrayRef<OperandType[2]>(&OpTypes[0], DW_CFA_restore+1); in getOperandTypes()
/external/elfutils/libdw/
Dcfi.c303 case DW_CFA_restore + 0 ... DW_CFA_restore + CFI_PRIMARY_MAX: in execute_cfi()
305 if (unlikely (abi_cfi) && likely (opcode == DW_CFA_restore)) in execute_cfi()
Ddwarf.h715 DW_CFA_restore = 0xc0, enumerator
Dknown-dwarf.h200 DWARF_ONE_KNOWN_DW_CFA (restore, DW_CFA_restore) \
/external/libunwind_llvm/src/
Ddwarf2.h47 DW_CFA_restore = 0xC0, // high 2 bits are 0x3, lower 6 bits are register enumerator
DDwarfParser.hpp705 case DW_CFA_restore: in parseInstructions()
/external/google-breakpad/src/common/dwarf/
Ddwarf2enums.h546 DW_CFA_restore = 0xc0, enumerator
Ddwarf2reader_cfi_unittest.cc1124 TEST_F(CFIInsn, DW_CFA_restore) { in TEST_F() argument
1149 .D8(dwarf2reader::DW_CFA_restore | 0x3c) in TEST_F()
1203 .D8(dwarf2reader::DW_CFA_restore | 0x2c) in TEST_F()
Ddwarf2reader.cc1455 case DW_CFA_restore: in DoInstruction()
/external/libunwind/include/
Ddwarf.h150 DW_CFA_restore = 0xc0, enumerator
/external/llvm/lib/Support/
DDwarf.cpp491 case DW_CFA_restore: return "DW_CFA_restore"; in CallFrameString()
/external/llvm/include/llvm/Support/
DDwarf.h487 DW_CFA_restore = 0xc0, enumerator
/external/libunwind/src/dwarf/
DGparser.c177 case DW_CFA_restore: in run_cfi_program()
/external/valgrind/coregrind/m_debuginfo/
Dreaddwarf.c1799 DW_CFA_restore = 3 enumerator
3023 if (hi2 == DW_CFA_restore) { in run_CF_instruction()
3430 if (hi2 == DW_CFA_restore) { in show_CF_instruction()
/external/llvm/lib/MC/
DMCDwarf.cpp1137 Streamer.EmitIntValue(dwarf::DW_CFA_restore | Reg, 1); in EmitCFIInstruction()
/external/elfutils/src/
Dreadelf.c5291 else if (opcode < DW_CFA_restore) in print_cfa_program()