| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | AddressRange.cpp | 98 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 D | ValueObjectMemory.cpp | 57 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 D | Address.cpp | 293 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 D | ThreadPlanCallFunction.cpp | 103 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 D | ThreadPlanCallFunctionUsingABI.cpp | 57 m_function_addr.GetLoadAddress(target_sp.get())); in GetDescription()
|
| H A D | ThreadPlanStepInRange.cpp | 270 func_start_address.GetLoadAddress( in ShouldStop() 276 func_start_address.GetLoadAddress( in ShouldStop()
|
| H A D | ThreadPlanStepRange.cpp | 161 } else if (new_context.line_entry.range.GetBaseAddress().GetLoadAddress( in InRange() 361 run_to_address.GetLoadAddress( in SetNextBranchBreakpoint()
|
| H A D | ThreadPlanStepThrough.cpp | 54 m_backstop_addr = return_frame_sp->GetFrameCodeAddress().GetLoadAddress( in ThreadPlanStepThrough()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverAddress.cpp | 148 m_resolved_addr = m_addr.GetLoadAddress(&m_breakpoint->GetTarget()); in SearchCallback() 161 m_addr.GetLoadAddress(&m_breakpoint->GetTarget()); in SearchCallback()
|
| H A D | BreakpointSiteList.cpp | 26 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 D | Watchpoint.cpp | 99 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 D | SBAddress.cpp | 90 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 D | SBBreakpointLocation.cpp | 72 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 D | StoppointLocation.h | 38 virtual lldb::addr_t GetLoadAddress() const { return m_addr; } in GetLoadAddress() function
|
| H A D | BreakpointLocation.h | 53 lldb::addr_t GetLoadAddress() const override;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | HistoryUnwind.cpp | 43 addr_t pc = frame->GetFrameCodeAddress().GetLoadAddress( in DoCreateRegisterContextForFrame()
|
| H A D | RegisterContextLLDB.cpp | 221 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 D | SBBreakpointLocation.h | 35 lldb::addr_t GetLoadAddress();
|
| H A D | SBSection.h | 42 lldb::addr_t GetLoadAddress(lldb::SBTarget &target);
|
| H A D | SBAddress.h | 39 addr_t GetLoadAddress(const lldb::SBTarget &target) const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DynamicLoaderPOSIXDYLD.cpp | 129 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 D | MICmdCmdGdbInfo.cpp | 215 lldb::addr_t addrLoad = section.GetLoadAddress(sbTarget); in PrintFnSharedLibrary()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Architecture/Mips/ |
| H A D | ArchitectureMips.cpp | 109 addr_t function_start = sym_addr.GetLoadAddress(&target); in GetBreakableLoadAddress()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | Symbol.h | 74 lldb::addr_t GetLoadAddress(Target *target) const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | Address.h | 303 lldb::addr_t GetLoadAddress(Target *target) const;
|