Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp198 if (target.GetSectionLoadList().IsEmpty()) in FindLibCppStdFunctionCallableInfo()
203 if (!target.GetSectionLoadList().ResolveLoadAddress( in FindLibCppStdFunctionCallableInfo()
211 if (!target.GetSectionLoadList().ResolveLoadAddress(vtable_address, in FindLibCppStdFunctionCallableInfo()
254 if (target.GetSectionLoadList().ResolveLoadAddress( in FindLibCppStdFunctionCallableInfo()
350 if (target_sp->GetSectionLoadList().IsEmpty()) in GetStepThroughTrampolinePlan()
357 if (!target_sp->GetSectionLoadList().ResolveLoadAddress(curr_pc, in GetStepThroughTrampolinePlan()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DCXXFunctionPointer.cpp42 if (target && !target->GetSectionLoadList().IsEmpty()) { in CXXFunctionPointerSummaryProvider()
43 target->GetSectionLoadList().ResolveLoadAddress(func_ptr_address, in CXXFunctionPointerSummaryProvider()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/
H A DObjectFilePlaceholder.cpp62 target.GetSectionLoadList().SetSectionLoadAddress( in SetLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp138 if (target_sp->GetSectionLoadList().ResolveLoadAddress(addr, so_addr)) { in DumpInstructions()
141 if (target_sp->GetSectionLoadList().IsEmpty() || in DumpInstructions()
709 if (target_sp->GetSectionLoadList().ResolveLoadAddress(addr, in DumpDataExtractor()
721 if (target_sp->GetSectionLoadList().ResolveLoadAddress( in DumpDataExtractor()
H A DAddress.cpp141 if (target && !target->GetSectionLoadList().IsEmpty()) { in ReadAddress()
142 if (target->GetSectionLoadList().ResolveLoadAddress(deref_addr, in ReadAddress()
1049 if (target && target->GetSectionLoadList().ResolveLoadAddress( in SetLoadAddress()
H A DSection.cpp237 load_base_addr = target->GetSectionLoadList().GetSectionLoadAddress( in GetLoadBaseAddress()
641 target && !target->GetSectionLoadList().IsEmpty(); in Dump()
H A DDisassembler.cpp105 bool is_resolved = target.GetSectionLoadList().IsEmpty() in ResolveAddress()
108 : target.GetSectionLoadList().ResolveLoadAddress( in ResolveAddress()
H A DValue.cpp366 const SectionLoadList &target_sections = target->GetSectionLoadList(); in GetValueAsData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp106 if (target.GetSectionLoadList().GetSectionLoadAddress( in LoadAllImagesAtFileAddresses()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcessTrace.cpp126 GetTarget().GetSectionLoadList().ResolveLoadAddress(addr, resolved_address); in DoReadMemory()
H A DThreadPlanTracer.cpp142 addr_valid = m_process.GetTarget().GetSectionLoadList().ResolveLoadAddress( in Log()
H A DThreadPlanStepInRange.cpp265 GetTarget().GetSectionLoadList().ResolveLoadAddress(curr_addr, in ShouldStop()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp79 SectionLoadList &section_load_list = target.GetSectionLoadList(); in GetBreakableLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp305 if (target->GetSectionLoadList().IsEmpty()) { in GetSymbolContextsForAddress()
331 if (target->GetSectionLoadList().ResolveLoadAddress(addr, so_addr)) { in GetSymbolContextsForAddress()
970 if (target->GetSectionLoadList().IsEmpty()) { in DoExecute()
998 if (target->GetSectionLoadList().ResolveLoadAddress(m_options.address, in DoExecute()
H A DCommandObjectDisassemble.cpp256 if (!target.GetSectionLoadList().IsEmpty()) { in GetContainingAddressRanges()
258 if (target.GetSectionLoadList().ResolveLoadAddress( in GetContainingAddressRanges()
H A DCommandObjectRegister.cpp98 if (exe_ctx.GetTargetRef().GetSectionLoadList().ResolveLoadAddress( in DumpRegister()
H A DCommandObjectTarget.cpp1526 if (target && !target->GetSectionLoadList().IsEmpty()) { in LookupAddressInModule()
1527 if (!target->GetSectionLoadList().ResolveLoadAddress(addr, so_addr)) in LookupAddressInModule()
2978 if (target->GetSectionLoadList() in DoExecute()
3348 if (target && !target->GetSectionLoadList().IsEmpty()) { in PrintModule()
3563 if (target->GetSectionLoadList().ResolveLoadAddress(m_options.m_addr, in DoExecute()
5291 target.GetSectionLoadList().Dump(result.GetOutputStream(), &target); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp549 if (!process_sp->GetTarget().GetSectionLoadList().ResolveLoadAddress(addr, in GetSymbolNameFromAddress()
564 if (!process_sp->GetTarget().GetSectionLoadList().ResolveLoadAddress(addr, in GetSymbolDeclarationFromAddress()
603 if (!process_sp->GetTarget().GetSectionLoadList().ResolveLoadAddress( in GetFirstNonInternalFramePc()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp181 if (target.GetSectionLoadList().SetSectionLoadAddress( in SetLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp140 if (!target.GetSectionLoadList().ResolveLoadAddress(vm_addr, address)) { in FindLocationByAddress()
160 if (!target.GetSectionLoadList().ResolveLoadAddress(vm_addr, address)) { in FindLocationIDByAddress()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp106 m_owner.GetTarget().GetSectionLoadList().ResolveLoadAddress( in FindByAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleSaver.cpp267 !process.GetTarget().GetSectionLoadList().IsEmpty()) in BuildModulesSection()
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp385 target.GetSectionLoadList().SetSectionUnloaded(section_sp); in ReadJITDescriptorImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1785 } else if (target && !target->GetSectionLoadList().IsEmpty()) { in SymbolLookup()
1786 target->GetSectionLoadList().ResolveLoadAddress(value, value_so_addr); in SymbolLookup()
1787 target->GetSectionLoadList().ResolveLoadAddress(pc, pc_so_addr); in SymbolLookup()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp647 target.GetSectionLoadList().GetSectionLoadAddress(section_sp); in GetLoadableData()

12