Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A DELFYAML.h100 struct RelocationSection : Section { struct
103 RelocationSection() : Section(SectionKind::Relocation) {} in RelocationSection() argument
104 static bool classof(const Section *S) { in classof()