Home
last modified time | relevance | path

Searched refs:RelocationSection (Results 1 – 10 of 10) sorted by relevance

/external/llvm/tools/obj2yaml/
Delf2yaml.cpp35 ELFYAML::RelocationSection &S);
40 ErrorOr<ELFYAML::RelocationSection *> dumpRelSection(const Elf_Shdr *Shdr);
41 ErrorOr<ELFYAML::RelocationSection *> dumpRelaSection(const Elf_Shdr *Shdr);
93 ErrorOr<ELFYAML::RelocationSection *> S = dumpRelaSection(&Sec); in dump()
100 ErrorOr<ELFYAML::RelocationSection *> S = dumpRelSection(&Sec); in dump()
257 ELFYAML::RelocationSection &S) { in dumpCommonRelocationSection()
274 ErrorOr<ELFYAML::RelocationSection *>
277 auto S = make_unique<ELFYAML::RelocationSection>(); in dumpRelSection()
298 ErrorOr<ELFYAML::RelocationSection *>
301 auto S = make_unique<ELFYAML::RelocationSection>(); in dumpRelaSection()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Delf2yaml.cpp50 ELFYAML::RelocationSection &S);
55 ErrorOr<ELFYAML::RelocationSection *> dumpRelSection(const Elf_Shdr *Shdr);
56 ErrorOr<ELFYAML::RelocationSection *> dumpRelaSection(const Elf_Shdr *Shdr);
151 ErrorOr<ELFYAML::RelocationSection *> S = dumpRelaSection(&Sec); in dump()
158 ErrorOr<ELFYAML::RelocationSection *> S = dumpRelSection(&Sec); in dump()
342 ELFYAML::RelocationSection &S) { in dumpCommonRelocationSection()
359 ErrorOr<ELFYAML::RelocationSection *>
362 auto S = make_unique<ELFYAML::RelocationSection>(); in dumpRelSection()
386 ErrorOr<ELFYAML::RelocationSection *>
389 auto S = make_unique<ELFYAML::RelocationSection>(); in dumpRelaSection()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.h37 class RelocationSection; variable
75 virtual void visit(const RelocationSection &Sec) = 0;
94 virtual void visit(const RelocationSection &Sec) override = 0;
111 void visit(const RelocationSection &Sec) override;
128 void visit(const RelocationSection &Sec) override;
511 class RelocationSection
DObject.cpp113 void BinarySectionWriter::visit(const RelocationSection &Sec) { in visit()
420 void ELFSectionWriter<ELFT>::visit(const RelocationSection &Sec) { in visit()
428 void RelocationSection::accept(SectionVisitor &Visitor) const { in accept()
432 void RelocationSection::removeSymbols( in removeSymbols()
440 void RelocationSection::markSymbols() { in markSymbols()
758 static void initRelocations(RelocationSection *Relocs, in initRelocations()
794 return Obj.addSection<RelocationSection>(); in makeSection()
880 if (auto RelSec = dyn_cast<RelocationSection>(&Section)) { in readSectionHeaders()
/external/llvm/include/llvm/ObjectYAML/
DELFYAML.h139 struct RelocationSection : Section { struct
141 RelocationSection() : Section(SectionKind::Relocation) {} in RelocationSection() function
/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
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp134 const ELFYAML::RelocationSection &Section,
218 else if (auto S = dyn_cast<ELFYAML::RelocationSection>(Sec.get())) { in initSectionHeaders()
365 const ELFYAML::RelocationSection &Section, in writeSectionContent()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2elf.cpp156 const ELFYAML::RelocationSection &Section,
258 else if (auto S = dyn_cast<ELFYAML::RelocationSection>(Sec.get())) { in initSectionHeaders()
482 const ELFYAML::RelocationSection &Section, in writeSectionContent()
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp695 static void sectionMapping(IO &IO, ELFYAML::RelocationSection &Section) { in sectionMapping()
742 Section.reset(new ELFYAML::RelocationSection()); in mapping()
743 sectionMapping(IO, *cast<ELFYAML::RelocationSection>(Section.get())); in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DELFYAML.cpp833 static void sectionMapping(IO &IO, ELFYAML::RelocationSection &Section) { in sectionMapping()
885 Section.reset(new ELFYAML::RelocationSection()); in mapping()
886 sectionMapping(IO, *cast<ELFYAML::RelocationSection>(Section.get())); in mapping()