Home
last modified time | relevance | path

Searched defs:SectionHeaderTable (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h209 SectionHeaderTable, enumerator
291 struct SectionHeaderTable : Chunk { struct
292 SectionHeaderTable(bool IsImplicit) in SectionHeaderTable() function
296 return S->Kind == ChunkKind::SectionHeaderTable; in classof() argument
313 static constexpr StringRef TypeStr = "SectionHeaderTable"; argument