Home
last modified time | relevance | path

Searched defs:RelocationSection (Results 1 – 2 of 2) 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-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h433 struct RelocationSection : Section { struct
437 RelocationSection() : Section(ChunkKind::Relocation) {} in RelocationSection() function
439 static bool classof(const Chunk *S) { in classof()