Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DCPPLanguageRuntime.cpp144 if (!target.GetSectionLoadList().ResolveLoadAddress(vtable_address, in FindLibCppStdFunctionCallableInfo()
182 if (target.GetSectionLoadList().ResolveLoadAddress( in FindLibCppStdFunctionCallableInfo()
239 if (target.ResolveLoadAddress(address.GetCallableLoadAddress(&target), in FindLibCppStdFunctionCallableInfo()
291 if (!target_sp->GetSectionLoadList().ResolveLoadAddress(curr_pc, in GetStepThroughTrampolinePlan()
H A DSectionLoadHistory.cpp115 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 DThreadPlanTracer.cpp135 addr_valid = process_sp->GetTarget().GetSectionLoadList().ResolveLoadAddress( in Log()
H A DSectionLoadList.cpp206 bool SectionLoadList::ResolveLoadAddress(addr_t load_addr, Address &so_addr, in ResolveLoadAddress() function in SectionLoadList
H A DThreadPlanStepInRange.cpp286 target->GetSectionLoadList().ResolveLoadAddress(curr_addr, in ShouldStop()
H A DTarget.cpp386 GetSectionLoadList().ResolveLoadAddress(addr, so_addr); in CreateBreakpoint()
1775 section_load_list.ResolveLoadAddress(load_addr, resolved_addr); in ReadMemory()
1971 section_load_list.ResolveLoadAddress(pointer_vm_addr, pointer_addr); in ReadPointerFromMemory()
2714 bool Target::ResolveLoadAddress(addr_t load_addr, Address &so_addr, in ResolveLoadAddress() function in Target
2716 return m_section_load_history.ResolveLoadAddress(stop_id, load_addr, so_addr); in ResolveLoadAddress()
H A DStackFrame.cpp1353 if (target_sp->ResolveLoadAddress(base_and_offset.first->m_immediate + in GuessValueForAddress()
1582 if (!frame.CalculateTarget()->ResolveLoadAddress( in DoGuessValueAt()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DCXXFunctionPointer.cpp42 if (target->GetSectionLoadList().ResolveLoadAddress(func_ptr_address, in CXXFunctionPointerSummaryProvider()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DSectionLoadList.h46 bool ResolveLoadAddress(lldb::addr_t load_addr, Address &so_addr,
H A DSectionLoadHistory.h50 bool ResolveLoadAddress(uint32_t stop_id, lldb::addr_t load_addr,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp90 target.ResolveLoadAddress(addr, resolved_addr); in GetBreakableLoadAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp62 if (target.GetSectionLoadList().ResolveLoadAddress(vtable_load_addr, in GetTypeInfoFromVTableAddress()
270 if (!process->GetTarget().GetSectionLoadList().ResolveLoadAddress( in GetDynamicTypeAndAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp545 if (!process_sp->GetTarget().GetSectionLoadList().ResolveLoadAddress(addr, in GetSymbolNameFromAddress()
560 if (!process_sp->GetTarget().GetSectionLoadList().ResolveLoadAddress(addr, in GetSymbolDeclarationFromAddress()
599 if (!process_sp->GetTarget().GetSectionLoadList().ResolveLoadAddress( in GetFirstNonInternalFramePc()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBAddress.cpp119 *this = target.ResolveLoadAddress(load_addr); in SetLoadAddress()
H A DSBBreakpoint.cpp111 if (!target.GetSectionLoadList().ResolveLoadAddress(vm_addr, address)) { in FindLocationByAddress()
129 if (!target.GetSectionLoadList().ResolveLoadAddress(vm_addr, address)) { in FindLocationIDByAddress()
H A DSBTarget.cpp611 lldb::SBAddress SBTarget::ResolveLoadAddress(lldb::addr_t vm_addr) { in ResolveLoadAddress() function in SBTarget
617 if (target_sp->ResolveLoadAddress(vm_addr, addr)) in ResolveLoadAddress()
648 if (target_sp->ResolveLoadAddress(vm_addr, addr)) in ResolvePastLoadAddress()
2050 return GetInstructionsWithFlavor(ResolveLoadAddress(base_addr), NULL, buf, in GetInstructions()
2058 return GetInstructionsWithFlavor(ResolveLoadAddress(base_addr), flavor_string, in GetInstructionsWithFlavor()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDumpDataExtractor.cpp163 if (target_sp->GetSectionLoadList().ResolveLoadAddress(addr, so_addr)) { in DumpDataExtractor()
657 if (target_sp->GetSectionLoadList().ResolveLoadAddress(addr, in DumpDataExtractor()
H A DAddress.cpp140 if (target->GetSectionLoadList().ResolveLoadAddress(deref_addr, in ReadAddress()
1003 if (target && target->GetSectionLoadList().ResolveLoadAddress( in SetLoadAddress()
H A DValue.cpp375 if (target_sections.ResolveLoadAddress(address, file_so_addr)) { in GetValueAsData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectRegister.cpp107 .ResolveLoadAddress(reg_addr, so_reg_addr)) { in DumpRegister()
H A DCommandObjectDisassemble.cpp408 if (target->GetSectionLoadList().ResolveLoadAddress( in DoExecute()
H A DCommandObjectSource.cpp360 if (target->GetSectionLoadList().ResolveLoadAddress(addr, so_addr)) { in GetSymbolContextsForAddress()
1076 if (target->GetSectionLoadList().ResolveLoadAddress(m_options.address, in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp108 m_owner.GetTarget().GetSectionLoadList().ResolveLoadAddress( in FindByAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTarget.h535 lldb::SBAddress ResolveLoadAddress(lldb::addr_t vm_addr);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp1373 target->GetSectionLoadList().ResolveLoadAddress(value, value_so_addr); in SymbolLookup()
1374 target->GetSectionLoadList().ResolveLoadAddress(pc, pc_so_addr); in SymbolLookup()

12