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

Declarations

tools/lldb/include/lldb/Target/SectionLoadList.h
   59   size_t SetSectionUnloaded(const lldb::SectionSP &section_sp);

References

tools/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
  381                 target.GetSectionLoadList().SetSectionUnloaded(section_sp);
tools/lldb/source/Target/SectionLoadHistory.cpp
  142   return section_load_list->SetSectionUnloaded(section_sp);