Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELFYAML.h99 struct RelocationSection : Section { struct
102 RelocationSection() : Section(SectionKind::Relocation) {} in RelocationSection() argument
103 static bool classof(const Section *S) { in classof()