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

Declarations

tools/lldb/include/lldb/Core/Section.h
  225   lldb::offset_t GetSectionData(DataExtractor &data);

References

tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 1882   section->GetSectionData(data);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.cpp
   26   section_sp->GetSectionData(data);
  111       section.GetSectionData(section_data);
tools/lldb/source/Symbol/ObjectFile.cpp
  666     section_sp->GetSectionData(section_data);
tools/lldb/tools/lldb-test/lldb-test.cpp
  847       S->GetSectionData(Data);