/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ |
H A D | CPPLanguageRuntime.cpp | 80 if (target.ResolveLoadAddress(address.GetCallableLoadAddress(&target), in line_entry_helper() 203 if (!target.GetSectionLoadList().ResolveLoadAddress( in FindLibCppStdFunctionCallableInfo() 211 if (!target.GetSectionLoadList().ResolveLoadAddress(vtable_address, in FindLibCppStdFunctionCallableInfo() 254 if (target.GetSectionLoadList().ResolveLoadAddress( in FindLibCppStdFunctionCallableInfo() 357 if (!target_sp->GetSectionLoadList().ResolveLoadAddress(curr_pc, in GetStepThroughTrampolinePlan()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | SectionLoadHistory.cpp | 114 bool SectionLoadHistory::ResolveLoadAddress(uint32_t stop_id, addr_t load_addr, in ResolveLoadAddress() function in SectionLoadHistory 121 return section_load_list->ResolveLoadAddress(load_addr, so_addr); in ResolveLoadAddress()
|
H A D | ProcessTrace.cpp | 126 GetTarget().GetSectionLoadList().ResolveLoadAddress(addr, resolved_address); in DoReadMemory()
|
H A D | ThreadPlanTracer.cpp | 142 addr_valid = m_process.GetTarget().GetSectionLoadList().ResolveLoadAddress( in Log()
|
H A D | SectionLoadList.cpp | 219 bool SectionLoadList::ResolveLoadAddress(addr_t load_addr, Address &so_addr, in ResolveLoadAddress() function in SectionLoadList
|
H A D | ThreadPlanStepInRange.cpp | 265 GetTarget().GetSectionLoadList().ResolveLoadAddress(curr_addr, in ShouldStop()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | SectionLoadList.h | 43 bool ResolveLoadAddress(lldb::addr_t load_addr, Address &so_addr,
|
H A D | SectionLoadHistory.h | 47 bool ResolveLoadAddress(uint32_t stop_id, lldb::addr_t load_addr,
|
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | CXXFunctionPointer.cpp | 43 target->GetSectionLoadList().ResolveLoadAddress(func_ptr_address, in CXXFunctionPointerSummaryProvider()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/ |
H A D | ArchitectureMips.cpp | 85 target.ResolveLoadAddress(addr, resolved_addr); in GetBreakableLoadAddress()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | DumpDataExtractor.cpp | 138 if (target_sp->GetSectionLoadList().ResolveLoadAddress(addr, so_addr)) { in DumpInstructions() 709 if (target_sp->GetSectionLoadList().ResolveLoadAddress(addr, in DumpDataExtractor() 721 if (target_sp->GetSectionLoadList().ResolveLoadAddress( in DumpDataExtractor()
|
H A D | ValueObjectVTable.cpp | 98 target_sp->ResolveLoadAddress(vfunc_ptr, resolved_vfunc_ptr_address); in UpdateValue()
|
H A D | Address.cpp | 142 if (target->GetSectionLoadList().ResolveLoadAddress(deref_addr, in ReadAddress() 1049 if (target && target->GetSectionLoadList().ResolveLoadAddress( in SetLoadAddress()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/ |
H A D | DynamicLoaderWindowsDYLD.cpp | 84 if (!m_process->GetTarget().ResolveLoadAddress(module_addr, resolved_addr)) in OnUnloadModule()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | StopInfoMachException.cpp | 130 if (!target.ResolveLoadAddress(fixed_bad_address, brk_address)) in DeterminePtrauthFailure() 190 if (!target.ResolveLoadAddress(return_pc - 4, blr_address)) in DeterminePtrauthFailure()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | Coroutines.cpp | 59 if (!target_sp->ResolveLoadAddress(destroy_func_addr, destroy_func_address)) in ExtractDestroyFunction()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
H A D | InstrumentationRuntimeTSan.cpp | 549 if (!process_sp->GetTarget().GetSectionLoadList().ResolveLoadAddress(addr, in GetSymbolNameFromAddress() 564 if (!process_sp->GetTarget().GetSectionLoadList().ResolveLoadAddress(addr, in GetSymbolDeclarationFromAddress() 603 if (!process_sp->GetTarget().GetSectionLoadList().ResolveLoadAddress( in GetFirstNonInternalFramePc()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBAddress.cpp | 128 *this = target.ResolveLoadAddress(load_addr); in SetLoadAddress()
|
H A D | SBBreakpoint.cpp | 140 if (!target.GetSectionLoadList().ResolveLoadAddress(vm_addr, address)) { in FindLocationByAddress() 160 if (!target.GetSectionLoadList().ResolveLoadAddress(vm_addr, address)) { in FindLocationIDByAddress()
|
H A D | SBTarget.cpp | 591 lldb::SBAddress SBTarget::ResolveLoadAddress(lldb::addr_t vm_addr) { in ResolveLoadAddress() function in SBTarget 599 if (target_sp->ResolveLoadAddress(vm_addr, addr)) in ResolveLoadAddress() 634 if (target_sp->ResolveLoadAddress(vm_addr, addr)) in ResolvePastLoadAddress() 2086 return GetInstructionsWithFlavor(ResolveLoadAddress(base_addr), nullptr, buf, in GetInstructions() 2096 return GetInstructionsWithFlavor(ResolveLoadAddress(base_addr), flavor_string, in GetInstructionsWithFlavor()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
H A D | ItaniumABILanguageRuntime.cpp | 258 if (!process->GetTarget().ResolveLoadAddress(vtable_load_addr, vtable_addr)) in GetVTableInfo() 360 if (!m_process->GetTarget().ResolveLoadAddress( in GetDynamicTypeAndAddress()
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointLocationList.cpp | 106 m_owner.GetTarget().GetSectionLoadList().ResolveLoadAddress( in FindByAddress()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectRegister.cpp | 98 if (exe_ctx.GetTargetRef().GetSectionLoadList().ResolveLoadAddress( in DumpRegister()
|
H A D | CommandObjectSource.cpp | 331 if (target->GetSectionLoadList().ResolveLoadAddress(addr, so_addr)) { in GetSymbolContextsForAddress() 998 if (target->GetSectionLoadList().ResolveLoadAddress(m_options.address, in DoExecute()
|
H A D | CommandObjectDisassemble.cpp | 258 if (target.GetSectionLoadList().ResolveLoadAddress( in GetContainingAddressRanges()
|