Home
last modified time | relevance | path

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

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