Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h211 SectionHeaderTable, enumerator
293 struct SectionHeaderTable : Chunk { struct
294 SectionHeaderTable(bool IsImplicit) in SectionHeaderTable() function
298 return S->Kind == ChunkKind::SectionHeaderTable; in classof() argument
315 static constexpr StringRef TypeStr = "SectionHeaderTable"; argument