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

  /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/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))
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,
MachO.h 222 std::error_code getSectionContents(DataRefImpl Sec,
  /system/core/libbacktrace/
BacktraceOffline.cpp 668 llvm::ErrorOr<llvm::ArrayRef<uint8_t>> data = elf->getSectionContents(&*it);
690 llvm::ErrorOr<llvm::ArrayRef<uint8_t>> data = elf->getSectionContents(&*it);
698 llvm::ErrorOr<llvm::ArrayRef<uint8_t>> data = elf->getSectionContents(&*it);
721 llvm::ErrorOr<llvm::ArrayRef<uint8_t>> data = elf->getSectionContents(&*it);
  /external/llvm/lib/Object/
COFFObjectFile.cpp 281 std::error_code COFFObjectFile::getSectionContents(DataRefImpl Ref,
285 std::error_code EC = getSectionContents(Sec, Res);
    [all...]
MachOObjectFile.cpp 643 std::error_code MachOObjectFile::getSectionContents(DataRefImpl Sec,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Object/
COFFObjectFile.cpp 324 error_code COFFObjectFile::getSectionContents(DataRefImpl Sec,
ELFObjectFile.cpp 340 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const;
692 ::getSectionContents(DataRefImpl Sec,
    [all...]
MachOObjectFile.cpp 398 error_code MachOObjectFile::getSectionContents(DataRefImpl DRI,

Completed in 528 milliseconds