Home
last modified time | relevance | path

Searched defs:RelocationSection (Results 1 – 4 of 4) 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() argument
439 static bool classof(const Chunk *S) { in classof()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h597 struct RelocationSection : Section { struct
601 RelocationSection() : Section(ChunkKind::Relocation) {} in RelocationSection() argument
603 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
607 static bool classof(const Chunk *S) { in classof()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ELF/
DELFObject.h39 class RelocationSection; variable
787 RelocationSection(const Object &O) : Obj(O) {} in RelocationSection() function