Searched refs:DW_CFA_offset (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DWARFCFIChecker/ |
| H A D | DWARFCFIState.cpp | 91 CFIP.addInstruction(dwarf::DW_CFA_offset, Directive.getRegister(), in convert() 114 CFIP.addInstruction(dwarf::DW_CFA_offset, Directive.getRegister(), in convert()
|
| /freebsd/contrib/llvm-project/libunwind/src/ |
| H A D | dwarf2.h | 45 DW_CFA_offset = 0x80, // high 2 bits are 0x2, lower 6 bits are register enumerator
|
| H A D | DwarfParser.hpp | 829 case DW_CFA_offset: in parseFDEInstructions()
|
| /freebsd/contrib/elftoolchain/libdwarf/ |
| H A D | dwarf_pro_frame.c | 169 ret = _dwarf_frame_fde_add_inst(fde, DW_CFA_offset | (reg & 0x3f), in dwarf_fde_cfa_offset()
|
| H A D | dwarf.h | 672 #define DW_CFA_offset 0x80 macro
|
| H A D | libdwarf_frame.c | 617 case DW_CFA_offset: in _dwarf_frame_run_inst() 1013 case DW_CFA_offset: in _dwarf_frame_convert_inst() 1371 case DW_CFA_offset: in _dwarf_frame_fde_add_inst()
|
| H A D | dwarf_dump.c | 517 case DW_CFA_offset: in dwarf_get_CFA_name()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/LowLevel/ |
| H A D | DWARFCFIProgram.cpp | 181 DECLARE_OP2(DW_CFA_offset, OT_Register, OT_UnsignedFactDataOffset); in getOperandTypes()
|
| H A D | DWARFUnwindTable.cpp | 152 case dwarf::DW_CFA_offset: in parseRows()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/ |
| H A D | DWARFCFIProgram.h | 104 case DW_CFA_offset: in parse()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | DWARFCallFrameInfo.cpp | 790 case DW_CFA_offset: { // 0x80 - high 2 bits are 0x2, lower 6 bits are in HandleCommonDwarfOpcode()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 1466 Streamer.emitInt8(dwarf::DW_CFA_offset + Reg); in emitCFIInstruction()
|
| /freebsd/contrib/elftoolchain/readelf/ |
| H A D | readelf.c | 6046 case DW_CFA_offset: in dump_dwarf_frame_inst()
|