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.cpp148 if (target.ResolveLoadAddress(address.GetCallableLoadAddress(&target), in line_entry_helper()
271 if (!target.ResolveLoadAddress(vtable_address_first_entry, in FindLibCppStdFunctionCallableInfo()
279 if (!target.ResolveLoadAddress(vtable_address, vtable_addr_resolved)) in FindLibCppStdFunctionCallableInfo()
321 if (target.ResolveLoadAddress(possible_function_address, in FindLibCppStdFunctionCallableInfo()
424 if (!target_sp->ResolveLoadAddress(curr_pc, pc_addr_resolved)) 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
122 return section_load_list->ResolveLoadAddress(load_addr, so_addr, in ResolveLoadAddress()
H A DProcessTrace.cpp127 GetTarget().ResolveLoadAddress(addr, resolved_address); in DoReadMemory()
H A DThreadPlanTracer.cpp143 addr_valid = m_process.GetTarget().ResolveLoadAddress(pc, pc_addr); in Log()
H A DSectionLoadList.cpp219 bool SectionLoadList::ResolveLoadAddress(addr_t load_addr, Address &so_addr, in ResolveLoadAddress() function in SectionLoadList
H A DThreadPlanStepInRange.cpp267 GetTarget().ResolveLoadAddress(curr_addr, curr_sec_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.cpp41 target->ResolveLoadAddress(func_ptr_address, so_addr); in CXXFunctionPointerSummaryProvider()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp84 target.ResolveLoadAddress(addr, resolved_addr); in GetBreakableLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp133 if (!target.ResolveLoadAddress(fixed_bad_address, brk_address)) in DeterminePtrauthFailure()
193 if (!target.ResolveLoadAddress(return_pc - 4, blr_address)) in DeterminePtrauthFailure()
/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/Core/
H A DDumpDataExtractor.cpp139 if (target_sp->ResolveLoadAddress(addr, so_addr)) { in DumpInstructions()
710 if (target_sp->ResolveLoadAddress(addr, so_addr)) { in DumpDataExtractor()
721 if (target_sp->ResolveLoadAddress(addr_fixed, so_addr)) { in DumpDataExtractor()
H A DAddress.cpp142 if (target->ResolveLoadAddress(deref_addr, deref_so_addr)) in ReadAddress()
1037 if (target && target->ResolveLoadAddress(load_addr, *this, in SetLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCoroutines.cpp56 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().ResolveLoadAddress(addr, so_addr)) in GetSymbolNameFromAddress()
563 if (!process_sp->GetTarget().ResolveLoadAddress(addr, so_addr)) in GetSymbolDeclarationFromAddress()
601 if (!process_sp->GetTarget().ResolveLoadAddress(addr, so_addr)) 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.ResolveLoadAddress(vm_addr, address)) { in FindLocationByAddress()
160 if (!target.ResolveLoadAddress(vm_addr, address)) { in FindLocationIDByAddress()
H A DSBTarget.cpp584 lldb::SBAddress SBTarget::ResolveLoadAddress(lldb::addr_t vm_addr) { in ResolveLoadAddress() function in SBTarget
591 if (target_sp->ResolveLoadAddress(vm_addr, addr)) in ResolveLoadAddress()
624 if (target_sp->ResolveLoadAddress(vm_addr, addr)) in ResolvePastLoadAddress()
2058 return GetInstructionsWithFlavor(ResolveLoadAddress(base_addr), nullptr, buf, in GetInstructions()
2068 return GetInstructionsWithFlavor(ResolveLoadAddress(base_addr), flavor_string, in GetInstructionsWithFlavor()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectVTable.cpp97 target_sp->ResolveLoadAddress(vfunc_ptr, resolved_vfunc_ptr_address); in UpdateValue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp253 if (!process->GetTarget().ResolveLoadAddress(vtable_load_addr, vtable_addr)) in GetVTableInfo()
356 if (!m_process->GetTarget().ResolveLoadAddress( in GetDynamicTypeAndAddress()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegister.cpp98 if (exe_ctx.GetTargetRef().ResolveLoadAddress(reg_addr, in DumpRegister()
H A DCommandObjectSource.cpp331 if (target.ResolveLoadAddress(addr, so_addr)) { in GetSymbolContextsForAddress()
990 if (target.ResolveLoadAddress(m_options.address, so_addr)) { in DoExecute()
H A DCommandObjectDisassemble.cpp283 if (target.ResolveLoadAddress(m_options.symbol_containing_addr, in GetContainingAddressRanges()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp107 m_owner.GetTarget().ResolveLoadAddress(addr.GetOffset(), so_addr); in FindByAddress()

12