Home
last modified time | relevance | path

Searched refs:RawContent (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/Object/
DELFYAML.h81 enum class SectionKind { Group, RawContent, Relocation }; enumerator
96 RawContentSection() : Section(SectionKind::RawContent) {} in RawContentSection()
98 return S->Kind == SectionKind::RawContent; in classof()