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.h236 SectionHeaderTable, enumerator
318 struct SectionHeaderTable : Chunk { struct
319 SectionHeaderTable(bool IsImplicit) in SectionHeaderTable() argument
323 return S->Kind == ChunkKind::SectionHeaderTable; in classof() argument
340 static constexpr StringRef TypeStr = "SectionHeaderTable"; argument