Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DCPPLanguageRuntime.cpp137 if (target.GetSectionLoadList().IsEmpty()) in FindLibCppStdFunctionCallableInfo()
144 if (!target.GetSectionLoadList().ResolveLoadAddress(vtable_address, in FindLibCppStdFunctionCallableInfo()
182 if (target.GetSectionLoadList().ResolveLoadAddress( in FindLibCppStdFunctionCallableInfo()
284 if (target_sp->GetSectionLoadList().IsEmpty()) in GetStepThroughTrampolinePlan()
291 if (!target_sp->GetSectionLoadList().ResolveLoadAddress(curr_pc, in GetStepThroughTrampolinePlan()
H A DThreadPlanTracer.cpp135 addr_valid = process_sp->GetTarget().GetSectionLoadList().ResolveLoadAddress( in Log()
H A DThreadPlanStepInRange.cpp286 target->GetSectionLoadList().ResolveLoadAddress(curr_addr, in ShouldStop()
H A DTarget.cpp386 GetSectionLoadList().ResolveLoadAddress(addr, so_addr); in CreateBreakpoint()
1761 SectionLoadList &section_load_list = GetSectionLoadList(); in ReadMemory()
1961 SectionLoadList &section_load_list = GetSectionLoadList(); in ReadPointerFromMemory()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DCXXFunctionPointer.cpp41 if (target && !target->GetSectionLoadList().IsEmpty()) { in CXXFunctionPointerSummaryProvider()
42 if (target->GetSectionLoadList().ResolveLoadAddress(func_ptr_address, in CXXFunctionPointerSummaryProvider()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp61 if (!target.GetSectionLoadList().IsEmpty()) { in GetTypeInfoFromVTableAddress()
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/Core/
H A DDumpDataExtractor.cpp163 if (target_sp->GetSectionLoadList().ResolveLoadAddress(addr, so_addr)) { in DumpDataExtractor()
166 if (target_sp->GetSectionLoadList().IsEmpty() || in DumpDataExtractor()
657 if (target_sp->GetSectionLoadList().ResolveLoadAddress(addr, in DumpDataExtractor()
H A DAddress.cpp139 if (target && !target->GetSectionLoadList().IsEmpty()) { in ReadAddress()
140 if (target->GetSectionLoadList().ResolveLoadAddress(deref_addr, in ReadAddress()
1003 if (target && target->GetSectionLoadList().ResolveLoadAddress( in SetLoadAddress()
H A DSection.cpp239 load_base_addr = target->GetSectionLoadList().GetSectionLoadAddress( in GetLoadBaseAddress()
599 target && !target->GetSectionLoadList().IsEmpty(); in Dump()
H A DValue.cpp372 const SectionLoadList &target_sections = target->GetSectionLoadList(); in GetValueAsData()
H A DDisassembler.cpp116 target->GetSectionLoadList().IsEmpty() ? in ResolveAddress()
119 target->GetSectionLoadList().ResolveLoadAddress(addr.GetOffset(), in ResolveAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp84 SectionLoadList &section_load_list = target.GetSectionLoadList(); in GetBreakableLoadAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp405 if (!target->GetSectionLoadList().IsEmpty()) { in DoExecute()
408 if (target->GetSectionLoadList().ResolveLoadAddress( in DoExecute()
H A DCommandObjectSource.cpp334 if (target->GetSectionLoadList().IsEmpty()) { in GetSymbolContextsForAddress()
360 if (target->GetSectionLoadList().ResolveLoadAddress(addr, so_addr)) { in GetSymbolContextsForAddress()
1047 if (target->GetSectionLoadList().IsEmpty()) { in DoExecute()
1076 if (target->GetSectionLoadList().ResolveLoadAddress(m_options.address, in DoExecute()
H A DCommandObjectRegister.cpp106 .GetSectionLoadList() in DumpRegister()
H A DCommandObjectTarget.cpp1524 if (target && !target->GetSectionLoadList().IsEmpty()) { in LookupAddressInModule()
1525 if (!target->GetSectionLoadList().ResolveLoadAddress(addr, so_addr)) in LookupAddressInModule()
2814 if (target->GetSectionLoadList() in DoExecute()
3229 if (target && !target->GetSectionLoadList().IsEmpty()) { in PrintModule()
3451 if (target->GetSectionLoadList().ResolveLoadAddress(m_options.m_addr, in DoExecute()
/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/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp220 if (target.GetSectionLoadList().SetSectionLoadAddress( in SetLoadAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpoint.cpp111 if (!target.GetSectionLoadList().ResolveLoadAddress(vm_addr, address)) { in FindLocationByAddress()
129 if (!target.GetSectionLoadList().ResolveLoadAddress(vm_addr, address)) { in FindLocationIDByAddress()
/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/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp371 target.GetSectionLoadList().SetSectionUnloaded(section_sp); in ReadJITDescriptorImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp1372 } else if (target && !target->GetSectionLoadList().IsEmpty()) { in SymbolLookup()
1373 target->GetSectionLoadList().ResolveLoadAddress(value, value_so_addr); in SymbolLookup()
1374 target->GetSectionLoadList().ResolveLoadAddress(pc, pc_so_addr); in SymbolLookup()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp80 target.GetSectionLoadList().SetSectionLoadAddress( in CreateImageSection()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DObjectFile.cpp666 target.GetSectionLoadList().GetSectionLoadAddress(section_sp); in GetLoadableData()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h1011 SectionLoadList &GetSectionLoadList() { in GetSectionLoadList() function

12