Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ObjectYAML/
DELFYAML.h115 struct NoBitsSection : Section { struct
117 NoBitsSection() : Section(SectionKind::NoBits) {} in NoBitsSection() argument
118 static bool classof(const Section *S) { in classof()