Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp76 if (target.ResolveLoadAddress(address.GetCallableLoadAddress(&target), in line_entry_helper()
201 if (!target.GetSectionLoadList().ResolveLoadAddress( in FindLibCppStdFunctionCallableInfo()
209 if (!target.GetSectionLoadList().ResolveLoadAddress(vtable_address, in FindLibCppStdFunctionCallableInfo()
252 if (target.GetSectionLoadList().ResolveLoadAddress( in FindLibCppStdFunctionCallableInfo()
355 if (!target_sp->GetSectionLoadList().ResolveLoadAddress(curr_pc, in GetStepThroughTrampolinePlan()
/freebsd-13.1/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.cpp128 GetTarget().GetSectionLoadList().ResolveLoadAddress(addr, resolved_address); in DoReadMemory()
H A DThreadPlanTracer.cpp143 addr_valid = m_process.GetTarget().GetSectionLoadList().ResolveLoadAddress( in Log()
H A DSectionLoadList.cpp208 bool SectionLoadList::ResolveLoadAddress(addr_t load_addr, Address &so_addr, in ResolveLoadAddress() function in SectionLoadList
H A DThreadPlanStepInRange.cpp264 GetTarget().GetSectionLoadList().ResolveLoadAddress(curr_addr, in ShouldStop()
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DCXXFunctionPointer.cpp41 if (target->GetSectionLoadList().ResolveLoadAddress(func_ptr_address, in CXXFunctionPointerSummaryProvider()
/freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp154 if (target_sp->GetSectionLoadList().ResolveLoadAddress(addr, so_addr)) { in DumpInstructions()
632 if (target_sp->GetSectionLoadList().ResolveLoadAddress(addr, in DumpDataExtractor()
644 if (target_sp->GetSectionLoadList().ResolveLoadAddress( in DumpDataExtractor()
H A DAddress.cpp139 if (target->GetSectionLoadList().ResolveLoadAddress(deref_addr, in ReadAddress()
1012 if (target && target->GetSectionLoadList().ResolveLoadAddress( in SetLoadAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp91 target.ResolveLoadAddress(addr, resolved_addr); in GetBreakableLoadAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp64 if (target.GetSectionLoadList().ResolveLoadAddress(vtable_load_addr, in GetTypeInfoFromVTableAddress()
262 if (!process->GetTarget().GetSectionLoadList().ResolveLoadAddress( in GetDynamicTypeAndAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp88 if (!m_process->GetTarget().ResolveLoadAddress(module_addr, resolved_addr)) in OnUnloadModule()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp546 if (!process_sp->GetTarget().GetSectionLoadList().ResolveLoadAddress(addr, in GetSymbolNameFromAddress()
561 if (!process_sp->GetTarget().GetSectionLoadList().ResolveLoadAddress(addr, in GetSymbolDeclarationFromAddress()
599 if (!process_sp->GetTarget().GetSectionLoadList().ResolveLoadAddress( in GetFirstNonInternalFramePc()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegister.cpp107 .ResolveLoadAddress(reg_addr, so_reg_addr)) { in DumpRegister()
H A DCommandObjectDisassemble.cpp254 if (target.GetSectionLoadList().ResolveLoadAddress( in GetContainingAddressRanges()
H A DCommandObjectSource.cpp332 if (target->GetSectionLoadList().ResolveLoadAddress(addr, so_addr)) { in GetSymbolContextsForAddress()
1039 if (target->GetSectionLoadList().ResolveLoadAddress(m_options.address, in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBAddress.cpp135 *this = target.ResolveLoadAddress(load_addr); in SetLoadAddress()
H A DSBTarget.cpp623 lldb::SBAddress SBTarget::ResolveLoadAddress(lldb::addr_t vm_addr) { in ResolveLoadAddress() function in SBTarget
624 LLDB_RECORD_METHOD(lldb::SBAddress, SBTarget, ResolveLoadAddress, in ResolveLoadAddress()
632 if (target_sp->ResolveLoadAddress(vm_addr, addr)) in ResolveLoadAddress()
669 if (target_sp->ResolveLoadAddress(vm_addr, addr)) in ResolvePastLoadAddress()
2152 ResolveLoadAddress(base_addr), nullptr, buf, size)); in GetInstructions()
2165 ResolveLoadAddress(base_addr), flavor_string, buf, size)); in GetInstructionsWithFlavor()
2542 LLDB_REGISTER_METHOD(lldb::SBAddress, SBTarget, ResolveLoadAddress, in RegisterMethods()
H A DSBBreakpoint.cpp145 if (!target.GetSectionLoadList().ResolveLoadAddress(vm_addr, address)) { in FindLocationByAddress()
166 if (!target.GetSectionLoadList().ResolveLoadAddress(vm_addr, address)) { in FindLocationIDByAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp107 m_owner.GetTarget().GetSectionLoadList().ResolveLoadAddress( in FindByAddress()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h493 lldb::SBAddress ResolveLoadAddress(lldb::addr_t vm_addr);
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i513 ResolveLoadAddress (lldb::addr_t vm_addr);
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp214 if (!exe_ctx.GetTargetPtr()->ResolveLoadAddress(raw_addr, callee_addr)) { in GetCallee()

12