Searched refs:op_offset (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugLine.cpp | 196 const uint32_t op_offset = offset; in DumpStatementOpcodes() local 212 log->Printf("0x%8.8x: DW_LNE_end_sequence", op_offset); in DumpStatementOpcodes() 231 op_offset, fileEntry.name, fileEntry.dir_idx, in DumpStatementOpcodes() 239 op_offset, discriminator); in DumpStatementOpcodes() 243 op_offset, opcode); in DumpStatementOpcodes() 254 log->Printf("0x%8.8x: DW_LNS_copy", op_offset); in DumpStatementOpcodes() 261 log->Printf("0x%8.8x: DW_LNS_advance_pc (0x%x)", op_offset, in DumpStatementOpcodes() 285 log->Printf("0x%8.8x: DW_LNS_negate_stmt", op_offset); in DumpStatementOpcodes() 290 log->Printf("0x%8.8x: DW_LNS_set_basic_block", op_offset); in DumpStatementOpcodes() 298 op_offset, addr_offset); in DumpStatementOpcodes() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | DWARFCallFrameInfo.cpp | 830 int32_t op_offset = (int32_t)m_cfi_data.GetULEB128(&offset) * data_align; in HandleCommonDwarfOpcode() local 831 reg_location.SetAtCFAPlusOffset(op_offset); in HandleCommonDwarfOpcode() 847 int32_t op_offset = (int32_t)m_cfi_data.GetULEB128(&offset) * data_align; in HandleCommonDwarfOpcode() local 849 reg_location.SetAtCFAPlusOffset(op_offset); in HandleCommonDwarfOpcode() 897 int32_t op_offset = (int32_t)m_cfi_data.GetULEB128(&offset); in HandleCommonDwarfOpcode() local 898 row.GetCFAValue().SetIsRegisterPlusOffset(reg_num, op_offset); in HandleCommonDwarfOpcode() 918 int32_t op_offset = (int32_t)m_cfi_data.GetULEB128(&offset); in HandleCommonDwarfOpcode() local 920 row.GetCFAValue().GetRegisterNumber(), op_offset); in HandleCommonDwarfOpcode() 961 reg_location.SetAtCFAPlusOffset(op_offset); in HandleCommonDwarfOpcode() 974 row.GetCFAValue().SetIsRegisterPlusOffset(reg_num, op_offset); in HandleCommonDwarfOpcode() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 141 const lldb::offset_t op_offset = offset; in DumpLocation() local 149 if (op_offset > start_offset) in DumpLocation() 155 if (op_offset > start_offset) in DumpLocation() 161 s->Printf("0x%8.8" PRIx64 ": %s", op_offset, in DumpLocation() 1361 const lldb::offset_t op_offset = offset; in Evaluate() local 3326 op_offset = opcodes_offset; in GetOpAndEndOffsets() 3335 lldb::offset_t op_offset; in MatchesOperand() local 3341 if (!m_data.ValidOffset(op_offset) || op_offset >= end_offset) { in MatchesOperand() 3351 uint8_t opcode = opcodes.GetU8(&op_offset); in MatchesOperand() 3384 offset = opcodes.GetSLEB128(&op_offset); in MatchesOperand() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| H A D | DWARFExpression.h | 399 bool GetOpAndEndOffsets(StackFrame &frame, lldb::offset_t &op_offset,
|