/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ |
H A D | CPPLanguageRuntime.cpp | 198 if (target.GetSectionLoadList().IsEmpty()) in FindLibCppStdFunctionCallableInfo() 203 if (!target.GetSectionLoadList().ResolveLoadAddress( in FindLibCppStdFunctionCallableInfo() 211 if (!target.GetSectionLoadList().ResolveLoadAddress(vtable_address, in FindLibCppStdFunctionCallableInfo() 254 if (target.GetSectionLoadList().ResolveLoadAddress( in FindLibCppStdFunctionCallableInfo() 350 if (target_sp->GetSectionLoadList().IsEmpty()) in GetStepThroughTrampolinePlan() 357 if (!target_sp->GetSectionLoadList().ResolveLoadAddress(curr_pc, in GetStepThroughTrampolinePlan()
|
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | CXXFunctionPointer.cpp | 42 if (target && !target->GetSectionLoadList().IsEmpty()) { in CXXFunctionPointerSummaryProvider() 43 target->GetSectionLoadList().ResolveLoadAddress(func_ptr_address, in CXXFunctionPointerSummaryProvider()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/ |
H A D | ObjectFilePlaceholder.cpp | 62 target.GetSectionLoadList().SetSectionLoadAddress( in SetLoadAddress()
|
/freebsd/contrib/llvm-project/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() 709 if (target_sp->GetSectionLoadList().ResolveLoadAddress(addr, in DumpDataExtractor() 721 if (target_sp->GetSectionLoadList().ResolveLoadAddress( in DumpDataExtractor()
|
H A D | Address.cpp | 141 if (target && !target->GetSectionLoadList().IsEmpty()) { in ReadAddress() 142 if (target->GetSectionLoadList().ResolveLoadAddress(deref_addr, in ReadAddress() 1049 if (target && target->GetSectionLoadList().ResolveLoadAddress( in SetLoadAddress()
|
H A D | Section.cpp | 237 load_base_addr = target->GetSectionLoadList().GetSectionLoadAddress( in GetLoadBaseAddress() 641 target && !target->GetSectionLoadList().IsEmpty(); in Dump()
|
H A D | Disassembler.cpp | 105 bool is_resolved = target.GetSectionLoadList().IsEmpty() in ResolveAddress() 108 : target.GetSectionLoadList().ResolveLoadAddress( in ResolveAddress()
|
H A D | Value.cpp | 366 const SectionLoadList &target_sections = target->GetSectionLoadList(); in GetValueAsData()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/ |
H A D | DynamicLoaderStatic.cpp | 106 if (target.GetSectionLoadList().GetSectionLoadAddress( in LoadAllImagesAtFileAddresses()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | ProcessTrace.cpp | 126 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()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/ |
H A D | ArchitectureMips.cpp | 79 SectionLoadList §ion_load_list = target.GetSectionLoadList(); in GetBreakableLoadAddress()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectSource.cpp | 305 if (target->GetSectionLoadList().IsEmpty()) { in GetSymbolContextsForAddress() 331 if (target->GetSectionLoadList().ResolveLoadAddress(addr, so_addr)) { in GetSymbolContextsForAddress() 970 if (target->GetSectionLoadList().IsEmpty()) { in DoExecute() 998 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 | 98 if (exe_ctx.GetTargetRef().GetSectionLoadList().ResolveLoadAddress( in DumpRegister()
|
H A D | CommandObjectTarget.cpp | 1526 if (target && !target->GetSectionLoadList().IsEmpty()) { in LookupAddressInModule() 1527 if (!target->GetSectionLoadList().ResolveLoadAddress(addr, so_addr)) in LookupAddressInModule() 2978 if (target->GetSectionLoadList() in DoExecute() 3348 if (target && !target->GetSectionLoadList().IsEmpty()) { in PrintModule() 3563 if (target->GetSectionLoadList().ResolveLoadAddress(m_options.m_addr, in DoExecute() 5291 target.GetSectionLoadList().Dump(result.GetOutputStream(), &target); in DoExecute()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
H A D | InstrumentationRuntimeTSan.cpp | 549 if (!process_sp->GetTarget().GetSectionLoadList().ResolveLoadAddress(addr, in GetSymbolNameFromAddress() 564 if (!process_sp->GetTarget().GetSectionLoadList().ResolveLoadAddress(addr, in GetSymbolDeclarationFromAddress() 603 if (!process_sp->GetTarget().GetSectionLoadList().ResolveLoadAddress( in GetFirstNonInternalFramePc()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | ObjectFileJIT.cpp | 181 if (target.GetSectionLoadList().SetSectionLoadAddress( in SetLoadAddress()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBBreakpoint.cpp | 140 if (!target.GetSectionLoadList().ResolveLoadAddress(vm_addr, address)) { in FindLocationByAddress() 160 if (!target.GetSectionLoadList().ResolveLoadAddress(vm_addr, address)) { in FindLocationIDByAddress()
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointLocationList.cpp | 106 m_owner.GetTarget().GetSectionLoadList().ResolveLoadAddress( in FindByAddress()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | TraceIntelPTBundleSaver.cpp | 267 !process.GetTarget().GetSectionLoadList().IsEmpty()) in BuildModulesSection()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
H A D | JITLoaderGDB.cpp | 385 target.GetSectionLoadList().SetSectionUnloaded(section_sp); in ReadJITDescriptorImpl()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/ |
H A D | DisassemblerLLVMC.cpp | 1785 } else if (target && !target->GetSectionLoadList().IsEmpty()) { in SymbolLookup() 1786 target->GetSectionLoadList().ResolveLoadAddress(value, value_so_addr); in SymbolLookup() 1787 target->GetSectionLoadList().ResolveLoadAddress(pc, pc_so_addr); in SymbolLookup()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | ObjectFile.cpp | 647 target.GetSectionLoadList().GetSectionLoadAddress(section_sp); in GetLoadableData()
|