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

References

tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
  580     const size_t section_header_byte_size = nsects * sizeof(section_header_t);
  610 llvm::StringRef ObjectFilePECOFF::GetSectionName(const section_header_t &sect) {
 1177                                          const section_header_t &sh) {
tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h
  282   void DumpSectionHeader(lldb_private::Stream *s, const section_header_t &sh);
  285   llvm::StringRef GetSectionName(const section_header_t &sect);
  287   typedef std::vector<section_header_t> SectionHeaderColl;