Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp270 case DW_CFA_restore: in parse()
562 case dwarf::DW_CFA_restore: in parseRows()
799 static OperandType OpTypes[DW_CFA_restore + 1][MaxOperands]; in getOperandTypes()
802 return ArrayRef<OperandType[MaxOperands]>(&OpTypes[0], DW_CFA_restore + 1); in getOperandTypes()
843 DECLARE_OP1(DW_CFA_restore, OT_Register); in getOperandTypes()
855 return ArrayRef<OperandType[MaxOperands]>(&OpTypes[0], DW_CFA_restore + 1); in getOperandTypes()
/freebsd/contrib/llvm-project/libunwind/src/
H A Ddwarf2.h46 DW_CFA_restore = 0xC0, // high 2 bits are 0x3, lower 6 bits are register enumerator
H A DDwarfParser.hpp827 case DW_CFA_restore: in parseFDEInstructions()
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h673 #define DW_CFA_restore 0xc0 macro
H A Dlibdwarf_frame.c630 case DW_CFA_restore: in _dwarf_frame_run_inst()
1019 case DW_CFA_restore: in _dwarf_frame_convert_inst()
1369 case DW_CFA_restore: in _dwarf_frame_fde_add_inst()
H A Ddwarf_dump.c519 case DW_CFA_restore: in dwarf_get_CFA_name()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp662 case DW_CFA_restore: { // 0xC0 - high 2 bits are 0x3, lower 6 bits are in FDEToUnwindPlan()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1447 Streamer.emitInt8(dwarf::DW_CFA_restore | Reg); in emitCFIInstruction()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c6054 case DW_CFA_restore: in dump_dwarf_frame_inst()