| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | CPPLanguageRuntime.cpp | 137 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 D | ThreadPlanTracer.cpp | 135 addr_valid = process_sp->GetTarget().GetSectionLoadList().ResolveLoadAddress( in Log()
|
| H A D | ThreadPlanStepInRange.cpp | 286 target->GetSectionLoadList().ResolveLoadAddress(curr_addr, in ShouldStop()
|
| H A D | Target.cpp | 386 GetSectionLoadList().ResolveLoadAddress(addr, so_addr); in CreateBreakpoint() 1761 SectionLoadList §ion_load_list = GetSectionLoadList(); in ReadMemory() 1961 SectionLoadList §ion_load_list = GetSectionLoadList(); in ReadPointerFromMemory()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/ |
| H A D | CXXFunctionPointer.cpp | 41 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 D | ItaniumABILanguageRuntime.cpp | 61 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 D | DumpDataExtractor.cpp | 163 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 D | Address.cpp | 139 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 D | Section.cpp | 239 load_base_addr = target->GetSectionLoadList().GetSectionLoadAddress( in GetLoadBaseAddress() 599 target && !target->GetSectionLoadList().IsEmpty(); in Dump()
|
| H A D | Value.cpp | 372 const SectionLoadList &target_sections = target->GetSectionLoadList(); in GetValueAsData()
|
| H A D | Disassembler.cpp | 116 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 D | ArchitectureMips.cpp | 84 SectionLoadList §ion_load_list = target.GetSectionLoadList(); in GetBreakableLoadAddress()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectDisassemble.cpp | 405 if (!target->GetSectionLoadList().IsEmpty()) { in DoExecute() 408 if (target->GetSectionLoadList().ResolveLoadAddress( in DoExecute()
|
| H A D | CommandObjectSource.cpp | 334 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 D | CommandObjectRegister.cpp | 106 .GetSectionLoadList() in DumpRegister()
|
| H A D | CommandObjectTarget.cpp | 1524 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 D | TSanRuntime.cpp | 545 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 D | ObjectFileJIT.cpp | 220 if (target.GetSectionLoadList().SetSectionLoadAddress( in SetLoadAddress()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBBreakpoint.cpp | 111 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 D | BreakpointLocationList.cpp | 108 m_owner.GetTarget().GetSectionLoadList().ResolveLoadAddress( in FindByAddress()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDB.cpp | 371 target.GetSectionLoadList().SetSectionUnloaded(section_sp); in ReadJITDescriptorImpl()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/ |
| H A D | DisassemblerLLVMC.cpp | 1372 } 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 D | ProcessMinidump.cpp | 80 target.GetSectionLoadList().SetSectionLoadAddress( in CreateImageSection()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ObjectFile.cpp | 666 target.GetSectionLoadList().GetSectionLoadAddress(section_sp); in GetLoadableData()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | Target.h | 1011 SectionLoadList &GetSectionLoadList() { in GetSectionLoadList() function
|