Home
last modified time | relevance | path

Searched defs:RelocationSection (Results 1 – 5 of 5) 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/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h534 struct RelocationSection : Section { struct
538 RelocationSection() : Section(ChunkKind::Relocation) {} in RelocationSection() argument
540 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
544 static bool classof(const Chunk *S) { in classof()
/external/llvm-project/lld/ELF/
DSyntheticSections.cpp1639 RelocationSection<ELFT>::RelocationSection(StringRef name, bool sort) in RelocationSection() function in RelocationSection
3828 template class elf::RelocationSection<ELF32LE>; member in elf
3829 template class elf::RelocationSection<ELF32BE>; member in elf
3830 template class elf::RelocationSection<ELF64LE>; member in elf
3831 template class elf::RelocationSection<ELF64BE>; member in elf
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.h39 class RelocationSection; variable