Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp196 if (target.GetSectionLoadList().IsEmpty()) in FindLibCppStdFunctionCallableInfo()
201 if (!target.GetSectionLoadList().ResolveLoadAddress( in FindLibCppStdFunctionCallableInfo()
209 if (!target.GetSectionLoadList().ResolveLoadAddress(vtable_address, in FindLibCppStdFunctionCallableInfo()
252 if (target.GetSectionLoadList().ResolveLoadAddress( in FindLibCppStdFunctionCallableInfo()
348 if (target_sp->GetSectionLoadList().IsEmpty()) in GetStepThroughTrampolinePlan()
355 if (!target_sp->GetSectionLoadList().ResolveLoadAddress(curr_pc, in GetStepThroughTrampolinePlan()
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DCXXFunctionPointer.cpp40 if (target && !target->GetSectionLoadList().IsEmpty()) { in CXXFunctionPointerSummaryProvider()
41 if (target->GetSectionLoadList().ResolveLoadAddress(func_ptr_address, in CXXFunctionPointerSummaryProvider()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp63 if (!target.GetSectionLoadList().IsEmpty()) { in GetTypeInfoFromVTableAddress()
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/Core/
H A DDumpDataExtractor.cpp154 if (target_sp->GetSectionLoadList().ResolveLoadAddress(addr, so_addr)) { in DumpInstructions()
157 if (target_sp->GetSectionLoadList().IsEmpty() || in DumpInstructions()
632 if (target_sp->GetSectionLoadList().ResolveLoadAddress(addr, in DumpDataExtractor()
644 if (target_sp->GetSectionLoadList().ResolveLoadAddress( in DumpDataExtractor()
H A DSection.cpp247 load_base_addr = target->GetSectionLoadList().GetSectionLoadAddress( in GetLoadBaseAddress()
573 target && !target->GetSectionLoadList().IsEmpty(); in Dump()
H A DAddress.cpp138 if (target && !target->GetSectionLoadList().IsEmpty()) { in ReadAddress()
139 if (target->GetSectionLoadList().ResolveLoadAddress(deref_addr, in ReadAddress()
1012 if (target && target->GetSectionLoadList().ResolveLoadAddress( in SetLoadAddress()
H A DDisassembler.cpp110 bool is_resolved = target.GetSectionLoadList().IsEmpty() in ResolveAddress()
113 : target.GetSectionLoadList().ResolveLoadAddress( in ResolveAddress()
H A DValue.cpp352 const SectionLoadList &target_sections = target->GetSectionLoadList(); in GetValueAsData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
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 DThreadPlanStepInRange.cpp264 GetTarget().GetSectionLoadList().ResolveLoadAddress(curr_addr, in ShouldStop()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp113 .GetSectionLoadList() in LoadAllImagesAtFileAddresses()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp252 if (!target.GetSectionLoadList().IsEmpty()) { in GetContainingAddressRanges()
254 if (target.GetSectionLoadList().ResolveLoadAddress( in GetContainingAddressRanges()
H A DCommandObjectSource.cpp306 if (target->GetSectionLoadList().IsEmpty()) { in GetSymbolContextsForAddress()
332 if (target->GetSectionLoadList().ResolveLoadAddress(addr, so_addr)) { in GetSymbolContextsForAddress()
1011 if (target->GetSectionLoadList().IsEmpty()) { in DoExecute()
1039 if (target->GetSectionLoadList().ResolveLoadAddress(m_options.address, in DoExecute()
H A DCommandObjectRegister.cpp106 .GetSectionLoadList() in DumpRegister()
H A DCommandObjectTarget.cpp1465 if (target && !target->GetSectionLoadList().IsEmpty()) { in LookupAddressInModule()
1466 if (!target->GetSectionLoadList().ResolveLoadAddress(addr, so_addr)) in LookupAddressInModule()
2707 if (target->GetSectionLoadList() in DoExecute()
3079 if (target && !target->GetSectionLoadList().IsEmpty()) { in PrintModule()
3288 if (target->GetSectionLoadList().ResolveLoadAddress(m_options.m_addr, in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp85 SectionLoadList &section_load_list = target.GetSectionLoadList(); in GetBreakableLoadAddress()
/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/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp222 if (target.GetSectionLoadList().SetSectionLoadAddress( in SetLoadAddress()
/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/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1319 } else if (target && !target->GetSectionLoadList().IsEmpty()) { in SymbolLookup()
1320 target->GetSectionLoadList().ResolveLoadAddress(value, value_so_addr); in SymbolLookup()
1321 target->GetSectionLoadList().ResolveLoadAddress(pc, pc_so_addr); in SymbolLookup()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp107 target.GetSectionLoadList().SetSectionLoadAddress( in SetLoadAddress()
421 SectionLoadList &load_list = GetTarget().GetSectionLoadList(); in BuildMemoryRegions()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp388 target.GetSectionLoadList().SetSectionUnloaded(section_sp); in ReadJITDescriptorImpl()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
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/Symbol/
H A DObjectFile.cpp631 target.GetSectionLoadList().GetSectionLoadAddress(section_sp); in GetLoadableData()

12