Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DCXXFunctionPointer.cpp41 if (target && !target->GetSectionLoadList().IsEmpty()) { in CXXFunctionPointerSummaryProvider()
42 target->GetSectionLoadList().ResolveLoadAddress(func_ptr_address, in CXXFunctionPointerSummaryProvider()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp64 if (!target.GetSectionLoadList().IsEmpty()) { in GetTypeInfoFromVTableAddress()
65 if (target.GetSectionLoadList().ResolveLoadAddress(vtable_load_addr, in GetTypeInfoFromVTableAddress()
262 if (!process->GetTarget().GetSectionLoadList().ResolveLoadAddress( in GetDynamicTypeAndAddress()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcessTrace.cpp123 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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp113 .GetSectionLoadList() in LoadAllImagesAtFileAddresses()
/openbsd-src/gnu/llvm/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()
702 if (target_sp->GetSectionLoadList().ResolveLoadAddress(addr, in DumpDataExtractor()
714 if (target_sp->GetSectionLoadList().ResolveLoadAddress( in DumpDataExtractor()
H A DAddress.cpp139 if (target && !target->GetSectionLoadList().IsEmpty()) { in ReadAddress()
140 if (target->GetSectionLoadList().ResolveLoadAddress(deref_addr, in ReadAddress()
1042 if (target && target->GetSectionLoadList().ResolveLoadAddress( in SetLoadAddress()
H A DSection.cpp233 load_base_addr = target->GetSectionLoadList().GetSectionLoadAddress( in GetLoadBaseAddress()
635 target && !target->GetSectionLoadList().IsEmpty(); in Dump()
H A DDisassembler.cpp109 bool is_resolved = target.GetSectionLoadList().IsEmpty() in ResolveAddress()
112 : target.GetSectionLoadList().ResolveLoadAddress( in ResolveAddress()
H A DValue.cpp350 const SectionLoadList &target_sections = target->GetSectionLoadList(); in GetValueAsData()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp79 SectionLoadList &section_load_list = target.GetSectionLoadList(); in GetBreakableLoadAddress()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectSource.cpp307 if (target->GetSectionLoadList().IsEmpty()) { in GetSymbolContextsForAddress()
333 if (target->GetSectionLoadList().ResolveLoadAddress(addr, so_addr)) { in GetSymbolContextsForAddress()
998 if (target->GetSectionLoadList().IsEmpty()) { in DoExecute()
1026 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.cpp107 .GetSectionLoadList() in DumpRegister()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp194 if (target.GetSectionLoadList().SetSectionLoadAddress( in SetLoadAddress()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp547 if (!process_sp->GetTarget().GetSectionLoadList().ResolveLoadAddress(addr, in GetSymbolNameFromAddress()
562 if (!process_sp->GetTarget().GetSectionLoadList().ResolveLoadAddress(addr, in GetSymbolDeclarationFromAddress()
600 if (!process_sp->GetTarget().GetSectionLoadList().ResolveLoadAddress( in GetFirstNonInternalFramePc()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBBreakpoint.cpp141 if (!target.GetSectionLoadList().ResolveLoadAddress(vm_addr, address)) { in FindLocationByAddress()
161 if (!target.GetSectionLoadList().ResolveLoadAddress(vm_addr, address)) { in FindLocationIDByAddress()
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp106 m_owner.GetTarget().GetSectionLoadList().ResolveLoadAddress( in FindByAddress()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleSaver.cpp267 !process.GetTarget().GetSectionLoadList().IsEmpty()) in BuildModulesSection()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp110 target.GetSectionLoadList().SetSectionLoadAddress( in SetLoadAddress()
417 SectionLoadList &load_list = GetTarget().GetSectionLoadList(); in BuildMemoryRegions()
/openbsd-src/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp380 target.GetSectionLoadList().SetSectionUnloaded(section_sp); in ReadJITDescriptorImpl()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp354 process->GetTarget().GetSectionLoadList().Clear(); in NotifyBreakpointHit()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1744 } else if (target && !target->GetSectionLoadList().IsEmpty()) { in SymbolLookup()
1745 target->GetSectionLoadList().ResolveLoadAddress(value, value_so_addr); in SymbolLookup()
1746 target->GetSectionLoadList().ResolveLoadAddress(pc, pc_so_addr); in SymbolLookup()

12