Home
last modified time | relevance | path

Searched refs:SetOffset (Results 1 – 25 of 31) sorted by relevance

12

/trueos/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/
HDUnwindAssembly-x86.cpp521 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/
HDSBAddress.cpp93 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/
HDAddressResolverName.cpp194 func_addr.SetOffset (func_addr.GetOffset() + prologue_byte_size); in SearchCallback()
223 func_addr.SetOffset (func_addr.GetOffset() + prologue_byte_size); in SearchCallback()
HDAddress.cpp210 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()
HDSection.cpp165 so_addr.SetOffset(offset); in ResolveContainedAddress()
/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugArangeSet.h40 void SetOffset(uint32_t offset) { m_offset = offset; } in SetOffset() function
HDDWARFDebugPubnamesSet.h61 void SetOffset(dw_offset_t offset) { m_offset = offset; } in SetOffset() function
HDDWARFCompileUnit.cpp495 compare_die.SetOffset(die_offset); in GetDIEPtr()
520 compare_die.SetOffset(die_offset); in GetDIEPtrContainingOffset()
HDDWARFDebugInfoEntry.h341 SetOffset (dw_offset_t offset) in SetOffset() function
/trueos/contrib/llvm/tools/lldb/source/Breakpoint/
HDBreakpointResolverName.cpp289 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/
HDMaterializer.cpp401 (*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/
HDMaterializer.h146 void SetOffset (uint32_t offset) in SetOffset() function
/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDFuncUnwinders.cpp84 current_pc.SetOffset (current_pc.GetOffset() + current_offset); in GetUnwindPlanAtCallSite()
HDFunction.cpp288 scratch_addr.SetOffset (scratch_addr.GetOffset() + GetAddressRange().GetByteSize() - 1); in GetEndLineSourceInfo()
HDSymbol.cpp219 m_addr_range.GetBaseAddress().SetOffset((intptr_t)name.GetCString()); in SetReExportedSymbolName()
HDBlock.cpp309 range.GetBaseAddress().SetOffset(func_offset + range_ptr->GetRangeBase()); in GetRangeContainingAddress()
HDDWARFCallFrameInfo.cpp524 row->SetOffset(m_cfi_data.GetPointer(&offset) - startaddr.GetFileAddress()); in FDEToUnwindPlan()
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDAddress.h461 SetOffset (lldb::addr_t offset) in SetOffset() function
HDEmulateInstruction.h295 SetOffset (int64_t signed_offset) in SetOffset() function
/trueos/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/
HDUnwindAssemblyInstEmulation.cpp163 …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/
HDUnwindPlan.h267 SetOffset(lldb::addr_t offset) in SetOffset() function
/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDRegisterContextLLDB.cpp108 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/
HDCommandObjectDisassemble.cpp431 range.GetBaseAddress().SetOffset (m_options.start_addr); in DoExecute()
/trueos/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/
HDABIMacOSX_i386.cpp763 row->SetOffset (0); in CreateDefaultUnwindPlan()
/trueos/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/
HDABIMacOSX_arm.cpp611 row->SetOffset (0); in CreateDefaultUnwindPlan()

12