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

Declarations

tools/lldb/include/lldb/Target/SectionLoadList.h
   43   bool ResolveLoadAddress(lldb::addr_t load_addr, Address &so_addr,

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
  374               if (target->GetSectionLoadList().ResolveLoadAddress(
tools/lldb/source/Commands/CommandObjectRegister.cpp
   98                       .ResolveLoadAddress(reg_addr, so_reg_addr)) {
tools/lldb/source/Commands/CommandObjectSource.cpp
  345       if (target->GetSectionLoadList().ResolveLoadAddress(addr, so_addr)) {
 1045         if (target->GetSectionLoadList().ResolveLoadAddress(m_options.address,
tools/lldb/source/Commands/CommandObjectTarget.cpp
 1489       if (!target->GetSectionLoadList().ResolveLoadAddress(addr, so_addr))
 3355       if (target->GetSectionLoadList().ResolveLoadAddress(m_options.m_addr,
tools/lldb/source/Core/Address.cpp
  139       if (target->GetSectionLoadList().ResolveLoadAddress(deref_addr,
 1013   if (target && target->GetSectionLoadList().ResolveLoadAddress(
tools/lldb/source/Core/Disassembler.cpp
  118               target->GetSectionLoadList().ResolveLoadAddress(addr.GetOffset(),
tools/lldb/source/Core/DumpDataExtractor.cpp
  162         if (target_sp->GetSectionLoadList().ResolveLoadAddress(addr, so_addr)) {
  638           if (target_sp->GetSectionLoadList().ResolveLoadAddress(addr,
tools/lldb/source/Core/Value.cpp
  370             if (target_sections.ResolveLoadAddress(address, file_so_addr)) {
tools/lldb/source/DataFormatters/CXXFunctionPointer.cpp
   41         if (target->GetSectionLoadList().ResolveLoadAddress(func_ptr_address,
tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
 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/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp
  151   if (!target.GetSectionLoadList().ResolveLoadAddress(vtable_address,
  189   if (target.GetSectionLoadList().ResolveLoadAddress(
  298   if (!target_sp->GetSectionLoadList().ResolveLoadAddress(curr_pc,
tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
   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/Target/SectionLoadHistory.cpp
  121   return section_load_list->ResolveLoadAddress(load_addr, so_addr);
tools/lldb/source/Target/Target.cpp
  383   GetSectionLoadList().ResolveLoadAddress(addr, so_addr);
 1740       section_load_list.ResolveLoadAddress(load_addr, resolved_addr);
 1936         section_load_list.ResolveLoadAddress(pointer_vm_addr, pointer_addr);
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(