Home
last modified time | relevance | path

Searched refs:GetLoadAddress (Results 1 – 25 of 80) sorted by relevance

1234

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DAddressRange.cpp98 addr_t load_base_addr = GetBaseAddress().GetLoadAddress(target); in ContainsLoadAddress()
102 addr_t load_addr = addr.GetLoadAddress(target); in ContainsLoadAddress()
116 addr_t load_base_addr = GetBaseAddress().GetLoadAddress(target); in ContainsLoadAddress()
160 vmaddr = m_base_addr.GetLoadAddress(target); in Dump()
H A DValueObjectMemory.cpp57 lldb::addr_t load_address = m_address.GetLoadAddress(target_sp.get()); in ValueObjectMemory()
89 lldb::addr_t load_address = m_address.GetLoadAddress(target_sp.get()); in ValueObjectMemory()
190 lldb::addr_t load_addr = m_address.GetLoadAddress(target); in UpdateValue()
H A DAddress.cpp293 addr_t Address::GetLoadAddress(Target *target) const { in GetLoadAddress() function in Address
330 code_addr = GetLoadAddress(target); in GetCallableLoadAddress()
352 addr_t code_addr = GetLoadAddress(target); in GetOpcodeLoadAddress()
436 addr_t load_addr = GetLoadAddress(target); in Dump()
733 addr_t load_addr = GetLoadAddress(target); in Dump()
896 addr_t a_load_addr = a.GetLoadAddress(target); in CompareLoadAddress()
897 addr_t b_load_addr = b.GetLoadAddress(target); in CompareLoadAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanCallFunction.cpp103 start_load_addr = m_start_addr.GetLoadAddress(&GetTarget()); in ConstructorSetup()
118 function_load_addr = m_function_addr.GetLoadAddress(&GetTarget()); in ConstructorSetup()
248 m_function_addr.GetLoadAddress(target_sp.get())); in GetDescription()
H A DThreadPlanCallFunctionUsingABI.cpp57 m_function_addr.GetLoadAddress(target_sp.get())); in GetDescription()
H A DThreadPlanStepInRange.cpp270 func_start_address.GetLoadAddress( in ShouldStop()
276 func_start_address.GetLoadAddress( in ShouldStop()
H A DThreadPlanStepRange.cpp161 } else if (new_context.line_entry.range.GetBaseAddress().GetLoadAddress( in InRange()
361 run_to_address.GetLoadAddress( in SetNextBranchBreakpoint()
H A DThreadPlanStepThrough.cpp54 m_backstop_addr = return_frame_sp->GetFrameCodeAddress().GetLoadAddress( in ThreadPlanStepThrough()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp148 m_resolved_addr = m_addr.GetLoadAddress(&m_breakpoint->GetTarget()); in SearchCallback()
161 m_addr.GetLoadAddress(&m_breakpoint->GetTarget()); in SearchCallback()
H A DBreakpointSiteList.cpp26 lldb::addr_t bp_site_load_addr = bp->GetLoadAddress(); in Add()
191 if (prev_bp->GetLoadAddress() + prev_bp->GetByteSize() > lower_bound) in FindInRange()
H A DWatchpoint.cpp99 Address watch_address(GetLoadAddress()); in CaptureWatchedValue()
186 GetID(), GetLoadAddress(), m_byte_size, in DumpWithLevel()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBAddress.cpp90 lldb::addr_t SBAddress::GetLoadAddress(const SBTarget &target) const { in GetLoadAddress() function in SBAddress
98 addr = m_opaque_ap->GetLoadAddress(target_sp.get()); in GetLoadAddress()
H A DSBBreakpointLocation.cpp72 addr_t SBBreakpointLocation::GetLoadAddress() { in GetLoadAddress() function in SBBreakpointLocation
79 ret_addr = loc_sp->GetLoadAddress(); in GetLoadAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DStoppointLocation.h38 virtual lldb::addr_t GetLoadAddress() const { return m_addr; } in GetLoadAddress() function
H A DBreakpointLocation.h53 lldb::addr_t GetLoadAddress() const override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DHistoryUnwind.cpp43 addr_t pc = frame->GetFrameCodeAddress().GetLoadAddress( in DoCreateRegisterContextForFrame()
H A DRegisterContextLLDB.cpp221 m_start_pc.GetLoadAddress(exe_ctx.GetTargetPtr())); in InitializeZerothFrame()
265 (uint64_t)m_current_pc.GetLoadAddress(exe_ctx.GetTargetPtr()), in InitializeZerothFrame()
525 m_current_offset = pc - m_start_pc.GetLoadAddress(&process->GetTarget()); in InitializeNonZerothFrame()
568 m_start_pc.GetLoadAddress(exe_ctx.GetTargetPtr())); in InitializeNonZerothFrame()
581 m_start_pc.GetLoadAddress(exe_ctx.GetTargetPtr())); in InitializeNonZerothFrame()
615 (uint64_t)m_current_pc.GetLoadAddress(exe_ctx.GetTargetPtr()), in InitializeNonZerothFrame()
750 m_current_pc.GetLoadAddress(exe_ctx.GetTargetPtr()); in GetFullUnwindPlanForFrame()
2019 start_pc = m_start_pc.GetLoadAddress(CalculateTarget().get()); in GetStartPC()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBBreakpointLocation.h35 lldb::addr_t GetLoadAddress();
H A DSBSection.h42 lldb::addr_t GetLoadAddress(lldb::SBTarget &target);
H A DSBAddress.h39 addr_t GetLoadAddress(const lldb::SBTarget &target) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp129 if (addr.GetLoadAddress(&target) != LLDB_INVALID_ADDRESS) in DidAttach()
376 location->GetLoadAddress(), in SetRendezvousBreakpoint()
489 lldb::addr_t addr = range.GetBaseAddress().GetLoadAddress(&target); in GetStepThroughTrampolinePlan()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdGdbInfo.cpp215 lldb::addr_t addrLoad = section.GetLoadAddress(sbTarget); in PrintFnSharedLibrary()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp109 addr_t function_start = sym_addr.GetLoadAddress(&target); in GetBreakableLoadAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymbol.h74 lldb::addr_t GetLoadAddress(Target *target) const;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DAddress.h303 lldb::addr_t GetLoadAddress(Target *target) const;

1234