Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h251 SectionHeaderTable, enumerator
333 struct SectionHeaderTable : Chunk { struct
334 SectionHeaderTable(bool IsImplicit) in SectionHeaderTable() function
338 return S->Kind == ChunkKind::SectionHeaderTable; in classof() argument
355 static constexpr StringRef TypeStr = "SectionHeaderTable"; argument