Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELFYAML.h93 struct RawContentSection : Section { struct
96 RawContentSection() : Section(SectionKind::RawContent) {} in RawContentSection() argument
97 static bool classof(const Section *S) { in classof()