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

Declarations

tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h
  285   llvm::StringRef GetSectionName(const section_header_t &sect);

References

tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
  806       ConstString const_sect_name(GetSectionName(m_sect_headers[idx]));
 1178   std::string name = GetSectionName(sh);