HomeSort by relevance Sort by last modified time
    Searched refs:RelocationSection (Results 1 - 10 of 10) sorted by null

  /external/llvm/tools/obj2yaml/
elf2yaml.cpp 35 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);
100 ErrorOr<ELFYAML::RelocationSection *> S = dumpRelSection(&Sec);
257 ELFYAML::RelocationSection &S) {
274 ErrorOr<ELFYAML::RelocationSection *>
277 auto S = make_unique<ELFYAML::RelocationSection>();
298 ErrorOr<ELFYAML::RelocationSection *>
301 auto S = make_unique<ELFYAML::RelocationSection>();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
elf2yaml.cpp 50 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);
158 ErrorOr<ELFYAML::RelocationSection *> S = dumpRelSection(&Sec);
342 ELFYAML::RelocationSection &S) {
359 ErrorOr<ELFYAML::RelocationSection *>
362 auto S = make_unique<ELFYAML::RelocationSection>();
386 ErrorOr<ELFYAML::RelocationSection *>
389 auto S = make_unique<ELFYAML::RelocationSection>();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
Object.h 37 class RelocationSection;
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
Object.cpp 113 void BinarySectionWriter::visit(const RelocationSection &Sec) {
420 void ELFSectionWriter<ELFT>::visit(const RelocationSection &Sec) {
428 void RelocationSection::accept(SectionVisitor &Visitor) const {
432 void RelocationSection::removeSymbols(
440 void RelocationSection::markSymbols() {
758 static void initRelocations(RelocationSection *Relocs,
794 return Obj.addSection<RelocationSection>();
880 if (auto RelSec = dyn_cast<RelocationSection>(&Section)) {
    [all...]
  /external/llvm/include/llvm/ObjectYAML/
ELFYAML.h 139 struct RelocationSection : Section {
141 RelocationSection() : Section(SectionKind::Relocation) {}
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
ELFYAML.h 170 struct RelocationSection : Section {
173 RelocationSection() : Section(SectionKind::Relocation) {}
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 134 const ELFYAML::RelocationSection &Section,
218 else if (auto S = dyn_cast<ELFYAML::RelocationSection>(Sec.get())) {
365 const ELFYAML::RelocationSection &Section,
  /external/llvm/lib/ObjectYAML/
ELFYAML.cpp 695 static void sectionMapping(IO &IO, ELFYAML::RelocationSection &Section) {
742 Section.reset(new ELFYAML::RelocationSection());
743 sectionMapping(IO, *cast<ELFYAML::RelocationSection>(Section.get()));
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
yaml2elf.cpp 156 const ELFYAML::RelocationSection &Section,
258 else if (auto S = dyn_cast<ELFYAML::RelocationSection>(Sec.get())) {
482 const ELFYAML::RelocationSection &Section,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
ELFYAML.cpp 833 static void sectionMapping(IO &IO, ELFYAML::RelocationSection &Section) {
885 Section.reset(new ELFYAML::RelocationSection());
886 sectionMapping(IO, *cast<ELFYAML::RelocationSection>(Section.get()));

Completed in 725 milliseconds