| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | CPPLanguageRuntime.cpp | 144 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 D | SectionLoadHistory.cpp | 115 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 D | ThreadPlanTracer.cpp | 135 addr_valid = process_sp->GetTarget().GetSectionLoadList().ResolveLoadAddress( in Log()
|
| H A D | SectionLoadList.cpp | 206 bool SectionLoadList::ResolveLoadAddress(addr_t load_addr, Address &so_addr, in ResolveLoadAddress() function in SectionLoadList
|
| H A D | ThreadPlanStepInRange.cpp | 286 target->GetSectionLoadList().ResolveLoadAddress(curr_addr, in ShouldStop()
|
| H A D | Target.cpp | 386 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 D | StackFrame.cpp | 1353 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 D | CXXFunctionPointer.cpp | 42 if (target->GetSectionLoadList().ResolveLoadAddress(func_ptr_address, in CXXFunctionPointerSummaryProvider()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | SectionLoadList.h | 46 bool ResolveLoadAddress(lldb::addr_t load_addr, Address &so_addr,
|
| H A D | SectionLoadHistory.h | 50 bool ResolveLoadAddress(uint32_t stop_id, lldb::addr_t load_addr,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Architecture/Mips/ |
| H A D | ArchitectureMips.cpp | 90 target.ResolveLoadAddress(addr, resolved_addr); in GetBreakableLoadAddress()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 62 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 D | TSanRuntime.cpp | 545 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 D | SBAddress.cpp | 119 *this = target.ResolveLoadAddress(load_addr); in SetLoadAddress()
|
| H A D | SBBreakpoint.cpp | 111 if (!target.GetSectionLoadList().ResolveLoadAddress(vm_addr, address)) { in FindLocationByAddress() 129 if (!target.GetSectionLoadList().ResolveLoadAddress(vm_addr, address)) { in FindLocationIDByAddress()
|
| H A D | SBTarget.cpp | 611 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 D | DumpDataExtractor.cpp | 163 if (target_sp->GetSectionLoadList().ResolveLoadAddress(addr, so_addr)) { in DumpDataExtractor() 657 if (target_sp->GetSectionLoadList().ResolveLoadAddress(addr, in DumpDataExtractor()
|
| H A D | Address.cpp | 140 if (target->GetSectionLoadList().ResolveLoadAddress(deref_addr, in ReadAddress() 1003 if (target && target->GetSectionLoadList().ResolveLoadAddress( in SetLoadAddress()
|
| H A D | Value.cpp | 375 if (target_sections.ResolveLoadAddress(address, file_so_addr)) { in GetValueAsData()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectRegister.cpp | 107 .ResolveLoadAddress(reg_addr, so_reg_addr)) { in DumpRegister()
|
| H A D | CommandObjectDisassemble.cpp | 408 if (target->GetSectionLoadList().ResolveLoadAddress( in DoExecute()
|
| H A D | CommandObjectSource.cpp | 360 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 D | BreakpointLocationList.cpp | 108 m_owner.GetTarget().GetSectionLoadList().ResolveLoadAddress( in FindByAddress()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBTarget.h | 535 lldb::SBAddress ResolveLoadAddress(lldb::addr_t vm_addr);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/ |
| H A D | DisassemblerLLVMC.cpp | 1373 target->GetSectionLoadList().ResolveLoadAddress(value, value_so_addr); in SymbolLookup() 1374 target->GetSectionLoadList().ResolveLoadAddress(pc, pc_so_addr); in SymbolLookup()
|