Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ObjectYAML/
DELFYAML.h139 struct RelocationSection : Section { struct
141 RelocationSection() : Section(SectionKind::Relocation) {} in RelocationSection() argument
142 static bool classof(const Section *S) { in classof()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h170 struct RelocationSection : Section { struct
173 RelocationSection() : Section(SectionKind::Relocation) {} in RelocationSection() argument
175 static bool classof(const Section *S) { in classof()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.h37 class RelocationSection; variable