| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ |
| H A D | CPPLanguageRuntime.cpp | 76 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 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 | 128 GetTarget().GetSectionLoadList().ResolveLoadAddress(addr, resolved_address); in DoReadMemory()
|
| H A D | ThreadPlanTracer.cpp | 143 addr_valid = m_process.GetTarget().GetSectionLoadList().ResolveLoadAddress( in Log()
|
| H A D | SectionLoadList.cpp | 208 bool SectionLoadList::ResolveLoadAddress(addr_t load_addr, Address &so_addr, in ResolveLoadAddress() function in SectionLoadList
|
| H A D | ThreadPlanStepInRange.cpp | 264 GetTarget().GetSectionLoadList().ResolveLoadAddress(curr_addr, in ShouldStop()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | CXXFunctionPointer.cpp | 41 if (target->GetSectionLoadList().ResolveLoadAddress(func_ptr_address, in CXXFunctionPointerSummaryProvider()
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | DumpDataExtractor.cpp | 154 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 D | Address.cpp | 139 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 D | ArchitectureMips.cpp | 91 target.ResolveLoadAddress(addr, resolved_addr); in GetBreakableLoadAddress()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 64 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 D | DynamicLoaderWindowsDYLD.cpp | 88 if (!m_process->GetTarget().ResolveLoadAddress(module_addr, resolved_addr)) in OnUnloadModule()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 546 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 D | CommandObjectRegister.cpp | 107 .ResolveLoadAddress(reg_addr, so_reg_addr)) { in DumpRegister()
|
| H A D | CommandObjectDisassemble.cpp | 254 if (target.GetSectionLoadList().ResolveLoadAddress( in GetContainingAddressRanges()
|
| H A D | CommandObjectSource.cpp | 332 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 D | SBAddress.cpp | 135 *this = target.ResolveLoadAddress(load_addr); in SetLoadAddress()
|
| H A D | SBTarget.cpp | 623 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 D | SBBreakpoint.cpp | 145 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 D | BreakpointLocationList.cpp | 107 m_owner.GetTarget().GetSectionLoadList().ResolveLoadAddress( in FindByAddress()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBTarget.h | 493 lldb::SBAddress ResolveLoadAddress(lldb::addr_t vm_addr);
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBTarget.i | 513 ResolveLoadAddress (lldb::addr_t vm_addr);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Function.cpp | 214 if (!exe_ctx.GetTargetPtr()->ResolveLoadAddress(raw_addr, callee_addr)) { in GetCallee()
|