Home
last modified time | relevance | path

Searched refs:section_header_t (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h245 } section_header_t; typedef
287 void DumpSectionHeader(lldb_private::Stream *s, const section_header_t &sh);
290 llvm::StringRef GetSectionName(const section_header_t &sect);
292 const section_header_t &sect);
294 typedef std::vector<section_header_t> SectionHeaderColl;
H A DObjectFilePECOFF.cpp715 const size_t section_header_byte_size = nsects * sizeof(section_header_t); in ParseSectionHeaders()
745 llvm::StringRef ObjectFilePECOFF::GetSectionName(const section_header_t &sect) { in GetSectionName()
904 const section_header_t &sect) { in GetSectionType()
1277 const section_header_t &sh) { in DumpSectionHeader()