| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ |
| H A D | CPPLanguageRuntime.cpp | 196 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 D | CXXFunctionPointer.cpp | 41 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 D | ItaniumABILanguageRuntime.cpp | 64 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 D | ProcessTrace.cpp | 123 GetTarget().GetSectionLoadList().ResolveLoadAddress(addr, resolved_address); in DoReadMemory()
|
| H A D | ThreadPlanTracer.cpp | 142 addr_valid = m_process.GetTarget().GetSectionLoadList().ResolveLoadAddress( in Log()
|
| H A D | ThreadPlanStepInRange.cpp | 265 GetTarget().GetSectionLoadList().ResolveLoadAddress(curr_addr, in ShouldStop()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Static/ |
| H A D | DynamicLoaderStatic.cpp | 113 .GetSectionLoadList() in LoadAllImagesAtFileAddresses()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | DumpDataExtractor.cpp | 138 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 D | Address.cpp | 139 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 D | Section.cpp | 233 load_base_addr = target->GetSectionLoadList().GetSectionLoadAddress( in GetLoadBaseAddress() 635 target && !target->GetSectionLoadList().IsEmpty(); in Dump()
|
| H A D | Disassembler.cpp | 109 bool is_resolved = target.GetSectionLoadList().IsEmpty() in ResolveAddress() 112 : target.GetSectionLoadList().ResolveLoadAddress( in ResolveAddress()
|
| H A D | Value.cpp | 350 const SectionLoadList &target_sections = target->GetSectionLoadList(); in GetValueAsData()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Architecture/Mips/ |
| H A D | ArchitectureMips.cpp | 79 SectionLoadList §ion_load_list = target.GetSectionLoadList(); in GetBreakableLoadAddress()
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectSource.cpp | 307 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 D | CommandObjectDisassemble.cpp | 256 if (!target.GetSectionLoadList().IsEmpty()) { in GetContainingAddressRanges() 258 if (target.GetSectionLoadList().ResolveLoadAddress( in GetContainingAddressRanges()
|
| H A D | CommandObjectRegister.cpp | 107 .GetSectionLoadList() in DumpRegister()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/JIT/ |
| H A D | ObjectFileJIT.cpp | 194 if (target.GetSectionLoadList().SetSectionLoadAddress( in SetLoadAddress()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 547 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 D | SBBreakpoint.cpp | 141 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 D | BreakpointLocationList.cpp | 106 m_owner.GetTarget().GetSectionLoadList().ResolveLoadAddress( in FindByAddress()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPTBundleSaver.cpp | 267 !process.GetTarget().GetSectionLoadList().IsEmpty()) in BuildModulesSection()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 110 target.GetSectionLoadList().SetSectionLoadAddress( in SetLoadAddress() 417 SectionLoadList &load_list = GetTarget().GetSectionLoadList(); in BuildMemoryRegions()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDB.cpp | 380 target.GetSectionLoadList().SetSectionUnloaded(section_sp); in ReadJITDescriptorImpl()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| H A D | DynamicLoaderMacOS.cpp | 354 process->GetTarget().GetSectionLoadList().Clear(); in NotifyBreakpointHit()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/ |
| H A D | DisassemblerLLVMC.cpp | 1744 } 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()
|