| /trueos/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/ |
| HD | UnwindAssembly-x86.cpp | 521 row->SetOffset (current_func_text_offset); in get_non_call_site_unwind_plan() 563 row->SetOffset (current_func_text_offset + insn_len); in get_non_call_site_unwind_plan() 579 row->SetOffset (current_func_text_offset + insn_len); in get_non_call_site_unwind_plan() 618 row->SetOffset (current_func_text_offset + insn_len); in get_non_call_site_unwind_plan() 632 row->SetOffset (current_func_text_offset + insn_len); in get_non_call_site_unwind_plan() 650 row->SetOffset (current_func_text_offset + insn_len); in get_non_call_site_unwind_plan() 679 m_cur_insn.SetOffset (m_cur_insn.GetOffset() + insn_len); in get_non_call_site_unwind_plan() 695 end_of_fun.SetOffset (end_of_fun.GetOffset() + m_func_bounds.GetByteSize()); in get_non_call_site_unwind_plan() 701 last_seven_bytes.SetOffset (last_seven_bytes.GetOffset() - 7); in get_non_call_site_unwind_plan() 717 last_two_bytes.SetOffset (last_two_bytes.GetOffset() - 2); in get_non_call_site_unwind_plan() [all …]
|
| /trueos/contrib/llvm/tools/lldb/source/API/ |
| HD | SBAddress.cpp | 93 addr.SetOffset (offset); in SetAddress() 157 m_opaque_ap->SetOffset(load_addr); in SetLoadAddress() 168 m_opaque_ap->SetOffset(addr_offset + offset); in OffsetAddress()
|
| /trueos/contrib/llvm/tools/lldb/source/Core/ |
| HD | AddressResolverName.cpp | 194 func_addr.SetOffset (func_addr.GetOffset() + prologue_byte_size); in SearchCallback() 223 func_addr.SetOffset (func_addr.GetOffset() + prologue_byte_size); in SearchCallback()
|
| HD | Address.cpp | 210 curr_address.SetOffset (curr_address.GetOffset() + bytes_read); in ReadCStringFromMemory() 552 cstr_addr.SetOffset(cstr_addr.GetOffset() + pointer_size); in Dump() 579 … cfstring_data_addr.SetOffset(cfstring_data_addr.GetOffset() + (2 * pointer_size)); in Dump()
|
| HD | Section.cpp | 165 so_addr.SetOffset(offset); in ResolveContainedAddress()
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | DWARFDebugArangeSet.h | 40 void SetOffset(uint32_t offset) { m_offset = offset; } in SetOffset() function
|
| HD | DWARFDebugPubnamesSet.h | 61 void SetOffset(dw_offset_t offset) { m_offset = offset; } in SetOffset() function
|
| HD | DWARFCompileUnit.cpp | 495 compare_die.SetOffset(die_offset); in GetDIEPtr() 520 compare_die.SetOffset(die_offset); in GetDIEPtrContainingOffset()
|
| HD | DWARFDebugInfoEntry.h | 341 SetOffset (dw_offset_t offset) in SetOffset() function
|
| /trueos/contrib/llvm/tools/lldb/source/Breakpoint/ |
| HD | BreakpointResolverName.cpp | 289 break_addr.SetOffset(break_addr.GetOffset() + prologue_byte_size); in SearchCallback() 312 break_addr.SetOffset(break_addr.GetOffset() + prologue_byte_size); in SearchCallback()
|
| /trueos/contrib/llvm/tools/lldb/source/Expression/ |
| HD | Materializer.cpp | 401 (*iter)->SetOffset(ret); in AddPersistentVariable() 711 (*iter)->SetOffset(ret); in AddVariable() 984 (*iter)->SetOffset(ret); in AddResultVariable() 1113 (*iter)->SetOffset(ret); in AddSymbol() 1291 (*iter)->SetOffset(ret); in AddRegister()
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| HD | Materializer.h | 146 void SetOffset (uint32_t offset) in SetOffset() function
|
| /trueos/contrib/llvm/tools/lldb/source/Symbol/ |
| HD | FuncUnwinders.cpp | 84 current_pc.SetOffset (current_pc.GetOffset() + current_offset); in GetUnwindPlanAtCallSite()
|
| HD | Function.cpp | 288 scratch_addr.SetOffset (scratch_addr.GetOffset() + GetAddressRange().GetByteSize() - 1); in GetEndLineSourceInfo()
|
| HD | Symbol.cpp | 219 m_addr_range.GetBaseAddress().SetOffset((intptr_t)name.GetCString()); in SetReExportedSymbolName()
|
| HD | Block.cpp | 309 range.GetBaseAddress().SetOffset(func_offset + range_ptr->GetRangeBase()); in GetRangeContainingAddress()
|
| HD | DWARFCallFrameInfo.cpp | 524 row->SetOffset(m_cfi_data.GetPointer(&offset) - startaddr.GetFileAddress()); in FDEToUnwindPlan()
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | Address.h | 461 SetOffset (lldb::addr_t offset) in SetOffset() function
|
| HD | EmulateInstruction.h | 295 SetOffset (int64_t signed_offset) in SetOffset() function
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
| HD | UnwindAssemblyInstEmulation.cpp | 163 …m_curr_row->SetOffset (inst->GetAddress().GetFileAddress() + inst->GetOpcode().GetByteSize() - bas… in GetNonCallSiteUnwindPlanFromAssembly() 233 …m_curr_row->SetOffset (inst->GetAddress().GetFileAddress() + inst->GetOpcode().GetByteSize() - bas… in GetNonCallSiteUnwindPlanFromAssembly()
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| HD | UnwindPlan.h | 267 SetOffset(lldb::addr_t offset) in SetOffset() function
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| HD | RegisterContextLLDB.cpp | 108 pc_minus_one.SetOffset(m_current_pc.GetOffset() - 1); in IsUnwindPlanValidForCurrentPC() 461 temporary_pc.SetOffset(m_current_pc.GetOffset() - 1); in InitializeNonZerothFrame() 485 m_current_pc.SetOffset(m_current_pc.GetOffset() - 1); in InitializeNonZerothFrame()
|
| /trueos/contrib/llvm/tools/lldb/source/Commands/ |
| HD | CommandObjectDisassemble.cpp | 431 range.GetBaseAddress().SetOffset (m_options.start_addr); in DoExecute()
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/ |
| HD | ABIMacOSX_i386.cpp | 763 row->SetOffset (0); in CreateDefaultUnwindPlan()
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/ |
| HD | ABIMacOSX_arm.cpp | 611 row->SetOffset (0); in CreateDefaultUnwindPlan()
|