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.h224 SectionHeaderTable, enumerator
306 struct SectionHeaderTable : Chunk { struct
307 SectionHeaderTable(bool IsImplicit) in SectionHeaderTable() function
311 return S->Kind == ChunkKind::SectionHeaderTable; in classof() argument
328 static constexpr StringRef TypeStr = "SectionHeaderTable"; argument