Home
last modified time | relevance | path

Searched refs:ResolveLoadAddress (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp80 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 DSectionLoadHistory.cpp114 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 DProcessTrace.cpp126 GetTarget().GetSectionLoadList().ResolveLoadAddress(addr, resolved_address); in DoReadMemory()
H A DThreadPlanTracer.cpp142 addr_valid = m_process.GetTarget().GetSectionLoadList().ResolveLoadAddress( in Log()
H A DSectionLoadList.cpp219 bool SectionLoadList::ResolveLoadAddress(addr_t load_addr, Address &so_addr, in ResolveLoadAddress() function in SectionLoadList
H A DThreadPlanStepInRange.cpp265 GetTarget().GetSectionLoadList().ResolveLoadAddress(curr_addr, in ShouldStop()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DSectionLoadList.h43 bool ResolveLoadAddress(lldb::addr_t load_addr, Address &so_addr,
H A DSectionLoadHistory.h47 bool ResolveLoadAddress(uint32_t stop_id, lldb::addr_t load_addr,
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DCXXFunctionPointer.cpp43 target->GetSectionLoadList().ResolveLoadAddress(func_ptr_address, in CXXFunctionPointerSummaryProvider()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp85 target.ResolveLoadAddress(addr, resolved_addr); in GetBreakableLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp138 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 DValueObjectVTable.cpp98 target_sp->ResolveLoadAddress(vfunc_ptr, resolved_vfunc_ptr_address); in UpdateValue()
H A DAddress.cpp142 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 DDynamicLoaderWindowsDYLD.cpp84 if (!m_process->GetTarget().ResolveLoadAddress(module_addr, resolved_addr)) in OnUnloadModule()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp130 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 DCoroutines.cpp59 if (!target_sp->ResolveLoadAddress(destroy_func_addr, destroy_func_address)) in ExtractDestroyFunction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp549 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 DSBAddress.cpp128 *this = target.ResolveLoadAddress(load_addr); in SetLoadAddress()
H A DSBBreakpoint.cpp140 if (!target.GetSectionLoadList().ResolveLoadAddress(vm_addr, address)) { in FindLocationByAddress()
160 if (!target.GetSectionLoadList().ResolveLoadAddress(vm_addr, address)) { in FindLocationIDByAddress()
H A DSBTarget.cpp591 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 DItaniumABILanguageRuntime.cpp258 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 DBreakpointLocationList.cpp106 m_owner.GetTarget().GetSectionLoadList().ResolveLoadAddress( in FindByAddress()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegister.cpp98 if (exe_ctx.GetTargetRef().GetSectionLoadList().ResolveLoadAddress( in DumpRegister()
H A DCommandObjectSource.cpp331 if (target->GetSectionLoadList().ResolveLoadAddress(addr, so_addr)) { in GetSymbolContextsForAddress()
998 if (target->GetSectionLoadList().ResolveLoadAddress(m_options.address, in DoExecute()
H A DCommandObjectDisassemble.cpp258 if (target.GetSectionLoadList().ResolveLoadAddress( in GetContainingAddressRanges()

12