reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/API/SBBreakpoint.cpp
  135       if (!target.GetSectionLoadList().ResolveLoadAddress(vm_addr, address)) {
  156     if (!target.GetSectionLoadList().ResolveLoadAddress(vm_addr, address)) {
tools/lldb/source/Breakpoint/BreakpointLocationList.cpp
  107       m_owner.GetTarget().GetSectionLoadList().ResolveLoadAddress(
tools/lldb/source/Commands/CommandObjectDisassemble.cpp
  371             if (!target->GetSectionLoadList().IsEmpty()) {
  374               if (target->GetSectionLoadList().ResolveLoadAddress(
tools/lldb/source/Commands/CommandObjectRegister.cpp
   97                       .GetSectionLoadList()
tools/lldb/source/Commands/CommandObjectSource.cpp
  319     if (target->GetSectionLoadList().IsEmpty()) {
  345       if (target->GetSectionLoadList().ResolveLoadAddress(addr, so_addr)) {
 1016       if (target->GetSectionLoadList().IsEmpty()) {
 1045         if (target->GetSectionLoadList().ResolveLoadAddress(m_options.address,
tools/lldb/source/Commands/CommandObjectTarget.cpp
 1488     if (target && !target->GetSectionLoadList().IsEmpty()) {
 1489       if (!target->GetSectionLoadList().ResolveLoadAddress(addr, so_addr))
 2749                           if (target->GetSectionLoadList()
 3141               if (target && !target->GetSectionLoadList().IsEmpty()) {
 3355       if (target->GetSectionLoadList().ResolveLoadAddress(m_options.m_addr,
tools/lldb/source/Core/Address.cpp
  138     if (target && !target->GetSectionLoadList().IsEmpty()) {
  139       if (target->GetSectionLoadList().ResolveLoadAddress(deref_addr,
 1013   if (target && target->GetSectionLoadList().ResolveLoadAddress(
tools/lldb/source/Core/Disassembler.cpp
  115           target->GetSectionLoadList().IsEmpty() ?
  118               target->GetSectionLoadList().ResolveLoadAddress(addr.GetOffset(),
tools/lldb/source/Core/DumpDataExtractor.cpp
  162         if (target_sp->GetSectionLoadList().ResolveLoadAddress(addr, so_addr)) {
  165           if (target_sp->GetSectionLoadList().IsEmpty() ||
  638           if (target_sp->GetSectionLoadList().ResolveLoadAddress(addr,
tools/lldb/source/Core/FormatEntity.cpp
  422   if (exe_ctx && !target->GetSectionLoadList().IsEmpty())
tools/lldb/source/Core/Section.cpp
  240     load_base_addr = target->GetSectionLoadList().GetSectionLoadAddress(
  592       target && !target->GetSectionLoadList().IsEmpty();
tools/lldb/source/Core/Value.cpp
  367           const SectionLoadList &target_sections = target->GetSectionLoadList();
tools/lldb/source/DataFormatters/CXXFunctionPointer.cpp
   40       if (target && !target->GetSectionLoadList().IsEmpty()) {
   41         if (target->GetSectionLoadList().ResolveLoadAddress(func_ptr_address,
tools/lldb/source/Plugins/Architecture/Mips/ArchitectureMips.cpp
   83   SectionLoadList &section_load_list = target.GetSectionLoadList();
tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
 1373       } else if (target && !target->GetSectionLoadList().IsEmpty()) {
 1374         target->GetSectionLoadList().ResolveLoadAddress(value, value_so_addr);
 1375         target->GetSectionLoadList().ResolveLoadAddress(pc, pc_so_addr);
tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp
  544   if (!process_sp->GetTarget().GetSectionLoadList().ResolveLoadAddress(addr,
  559   if (!process_sp->GetTarget().GetSectionLoadList().ResolveLoadAddress(addr,
  598     if (!process_sp->GetTarget().GetSectionLoadList().ResolveLoadAddress(
tools/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
  381                 target.GetSectionLoadList().SetSectionUnloaded(section_sp);
tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp
  144   if (target.GetSectionLoadList().IsEmpty())
  151   if (!target.GetSectionLoadList().ResolveLoadAddress(vtable_address,
  189   if (target.GetSectionLoadList().ResolveLoadAddress(
  291   if (target_sp->GetSectionLoadList().IsEmpty())
  298   if (!target_sp->GetSectionLoadList().ResolveLoadAddress(curr_pc,
tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
   62     if (!target.GetSectionLoadList().IsEmpty()) {
   63       if (target.GetSectionLoadList().ResolveLoadAddress(vtable_load_addr,
  263   if (!process->GetTarget().GetSectionLoadList().ResolveLoadAddress(
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
 3874   if (!target.GetSectionLoadList().ResolveLoadAddress(kernel_addr, resolved)) {
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  681           if (target.GetSectionLoadList().SetSectionLoadAddress(section_sp,
tools/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp
  219         if (target.GetSectionLoadList().SetSectionLoadAddress(
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 5993         if (target.GetSectionLoadList().SetSectionLoadAddress(
 6010           if (target.GetSectionLoadList().SetSectionLoadAddress(
tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
  340           if (target.GetSectionLoadList().SetSectionLoadAddress(
tools/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
  105     target.GetSectionLoadList().SetSectionLoadAddress(
tools/lldb/source/Symbol/ObjectFile.cpp
  659         target.GetSectionLoadList().GetSectionLoadAddress(section_sp);
tools/lldb/source/Target/Target.cpp
  383   GetSectionLoadList().ResolveLoadAddress(addr, so_addr);
 1726     SectionLoadList &section_load_list = GetSectionLoadList();
 1926       SectionLoadList &section_load_list = GetSectionLoadList();
tools/lldb/source/Target/ThreadPlanStepInRange.cpp
  285             target->GetSectionLoadList().ResolveLoadAddress(curr_addr,
tools/lldb/source/Target/ThreadPlanTracer.cpp
  139   addr_valid = process_sp->GetTarget().GetSectionLoadList().ResolveLoadAddress(