Searched refs:DW_CFA_restore (Results 1 – 16 of 16) sorted by relevance
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugFrame.cpp | 114 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/ |
D | cfi.c | 303 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()
|
D | dwarf.h | 715 DW_CFA_restore = 0xc0, enumerator
|
D | known-dwarf.h | 200 DWARF_ONE_KNOWN_DW_CFA (restore, DW_CFA_restore) \
|
/external/libunwind_llvm/src/ |
D | dwarf2.h | 47 DW_CFA_restore = 0xC0, // high 2 bits are 0x3, lower 6 bits are register enumerator
|
D | DwarfParser.hpp | 705 case DW_CFA_restore: in parseInstructions()
|
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2enums.h | 546 DW_CFA_restore = 0xc0, enumerator
|
D | dwarf2reader_cfi_unittest.cc | 1124 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()
|
D | dwarf2reader.cc | 1455 case DW_CFA_restore: in DoInstruction()
|
/external/libunwind/include/ |
D | dwarf.h | 150 DW_CFA_restore = 0xc0, enumerator
|
/external/llvm/lib/Support/ |
D | Dwarf.cpp | 491 case DW_CFA_restore: return "DW_CFA_restore"; in CallFrameString()
|
/external/llvm/include/llvm/Support/ |
D | Dwarf.h | 487 DW_CFA_restore = 0xc0, enumerator
|
/external/libunwind/src/dwarf/ |
D | Gparser.c | 177 case DW_CFA_restore: in run_cfi_program()
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readdwarf.c | 1799 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/ |
D | MCDwarf.cpp | 1137 Streamer.EmitIntValue(dwarf::DW_CFA_restore | Reg, 1); in EmitCFIInstruction()
|
/external/elfutils/src/ |
D | readelf.c | 5291 else if (opcode < DW_CFA_restore) in print_cfa_program()
|