Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h139 struct RelocationSection : Section { struct
141 RelocationSection() : Section(SectionKind::Relocation) {} in RelocationSection() argument
142 static bool classof(const Section *S) { in classof()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h433 struct RelocationSection : Section { struct
437 RelocationSection() : Section(ChunkKind::Relocation) {} in RelocationSection() argument
439 static bool classof(const Chunk *S) { in classof()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/
DELFYAML.h623 struct RelocationSection : Section { struct
627 RelocationSection() : Section(ChunkKind::Relocation) {} in RelocationSection() argument
629 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
633 static bool classof(const Chunk *S) { in classof()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/
DELFYAML.h611 struct RelocationSection : Section { struct
615 RelocationSection() : Section(ChunkKind::Relocation) {} in RelocationSection() argument
617 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
621 static bool classof(const Chunk *S) { in classof()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/
DELFYAML.h623 struct RelocationSection : Section { struct
627 RelocationSection() : Section(ChunkKind::Relocation) {} in RelocationSection() function
629 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
633 static bool classof(const Chunk *S) { in classof()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/
DELFYAML.h623 struct RelocationSection : Section { struct
627 RelocationSection() : Section(ChunkKind::Relocation) {} in RelocationSection() argument
629 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
633 static bool classof(const Chunk *S) { in classof()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ELF/
H A DELFObject.h39 class RelocationSection; variable
787 RelocationSection(const Object &O) : Obj(O) {} in RelocationSection() function