Searched defs:SectionHeaderTable (Results 1 – 6 of 6) sorted by relevance
211 SectionHeaderTable, enumerator293 struct SectionHeaderTable : Chunk { struct294 SectionHeaderTable(bool IsImplicit) in SectionHeaderTable() function298 return S->Kind == ChunkKind::SectionHeaderTable; in classof() argument315 static constexpr StringRef TypeStr = "SectionHeaderTable"; argument
236 SectionHeaderTable, enumerator318 struct SectionHeaderTable : Chunk { struct319 SectionHeaderTable(bool IsImplicit) in SectionHeaderTable() function323 return S->Kind == ChunkKind::SectionHeaderTable; in classof() argument340 static constexpr StringRef TypeStr = "SectionHeaderTable"; argument
224 SectionHeaderTable, enumerator306 struct SectionHeaderTable : Chunk { struct307 SectionHeaderTable(bool IsImplicit) in SectionHeaderTable() function311 return S->Kind == ChunkKind::SectionHeaderTable; in classof() argument328 static constexpr StringRef TypeStr = "SectionHeaderTable"; argument
236 SectionHeaderTable, enumerator318 struct SectionHeaderTable : Chunk { struct319 SectionHeaderTable(bool IsImplicit) in SectionHeaderTable() argument323 return S->Kind == ChunkKind::SectionHeaderTable; in classof() argument340 static constexpr StringRef TypeStr = "SectionHeaderTable"; argument
75 const Elf_Shdr *SectionHeaderTable = nullptr; variable