HomeSort by relevance Sort by last modified time
    Searched refs:getSectionContents (Results 1 - 25 of 39) sorted by null

1 2

  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 196 getSectionContents(const COFFObjectFile *Obj,
205 if (std::error_code EC = Obj->getSectionContents(Section, Contents))
464 error(Obj->getSectionContents(Pdata, Contents));
568 error(getSectionContents(
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
COFF.h 109 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const;
MachO.h 56 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const;
ObjectFile.h 243 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res)const=0;
382 return OwningObject->getSectionContents(SectionPimpl, Result);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
COFFDump.cpp 191 getSectionContents(const COFFObjectFile *Obj,
200 if (std::error_code EC = Obj->getSectionContents(Section, Contents))
459 error(Obj->getSectionContents(Pdata, Contents));
563 error(getSectionContents(
  /external/llvm/tools/llvm-readobj/
Win64EHDumper.cpp 293 error(Ctx.COFF.getSectionContents(XData, Contents));
315 error(Ctx.COFF.getSectionContents(PData, Contents));
ARMEHABIPrinter.h 415 ErrorOr<ArrayRef<uint8_t> > Contents = ELF->getSectionContents(EHT);
482 ErrorOr<ArrayRef<uint8_t> > Contents = ELF->getSectionContents(IT);
ARMWinEHPrinter.cpp 516 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents))
758 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents))
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
Win64EHDumper.cpp 293 error(Ctx.COFF.getSectionContents(XData, Contents));
315 error(Ctx.COFF.getSectionContents(PData, Contents));
DwarfCFIEHPrinter.h 176 auto Result = Obj->getSectionContents(EHFrameShdr);
ARMEHABIPrinter.h 434 Expected<ArrayRef<uint8_t>> Contents = ELF->getSectionContents(EHT);
501 Expected<ArrayRef<uint8_t>> Contents = ELF->getSectionContents(IT);
ELFDumper.cpp     [all...]
  /external/llvm/tools/obj2yaml/
elf2yaml.cpp 331 ErrorOr<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(Shdr);
368 auto sectionContents = Obj.getSectionContents(Shdr);
405 ErrorOr<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(Shdr);
coff2yaml.cpp 116 Obj.getSectionContents(COFFSection, sectionData);
  /external/llvm/include/llvm/Object/
ObjectFile.h 216 virtual std::error_code getSectionContents(DataRefImpl Sec,
380 return OwningObject->getSectionContents(SectionPimpl, Result);
ELF.h 207 ErrorOr<ArrayRef<uint8_t> > getSectionContents(const Elf_Shdr *Sec) const;
264 ELFFile<ELFT>::getSectionContents(const Elf_Shdr *Sec) const {
COFF.h 735 std::error_code getSectionContents(DataRefImpl Sec,
857 std::error_code getSectionContents(const coff_section *Sec,
    [all...]
ELFObjectFile.h 227 std::error_code getSectionContents(DataRefImpl Sec,
585 ELFObjectFile<ELFT>::getSectionContents(DataRefImpl Sec,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
ObjectFile.h 230 virtual std::error_code getSectionContents(DataRefImpl Sec,
417 return OwningObject->getSectionContents(SectionPimpl, Result);
Wasm.h 168 std::error_code getSectionContents(DataRefImpl Sec,
ELFObjectFile.h 253 std::error_code getSectionContents(DataRefImpl Sec,
387 auto ErrorOrContents = EF.getSectionContents(&Sec);
684 ELFObjectFile<ELFT>::getSectionContents(DataRefImpl Sec,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
coff2yaml.cpp 125 Obj.getSectionContents(COFFSection, sectionData);
168 Obj.getSectionContents(COFFSection, sectionData);
elf2yaml.cpp 421 auto ContentOrErr = Obj.getSectionContents(Shdr);
461 auto sectionContents = Obj.getSectionContents(Shdr);
498 auto ContentOrErr = Obj.getSectionContents(Shdr);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
Object.cpp 791 Data = unwrapOrError(ElfFile.getSectionContents(&Shdr));
800 Data = unwrapOrError(ElfFile.getSectionContents(&Shdr));
808 Data = unwrapOrError(ElfFile.getSectionContents(&Shdr));
811 Data = unwrapOrError(ElfFile.getSectionContents(&Shdr));
814 Data = unwrapOrError(ElfFile.getSectionContents(&Shdr));
817 Data = unwrapOrError(ElfFile.getSectionContents(&Shdr));
832 Data = unwrapOrError(ElfFile.getSectionContents(&Shdr));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
ELF.cpp 344 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec);

Completed in 406 milliseconds

1 2