Searched refs:getSectionContents (Results 1 - 12 of 12) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp196 getSectionContents(const COFFObjectFile *Obj, function
205 if (std::error_code EC = Obj->getSectionContents(Section, Contents))
408 error(Obj->getSectionContents(Pdata, Contents));
512 error(getSectionContents(
/freebsd-11.0-release/contrib/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp287 error(Ctx.COFF.getSectionContents(XData, Contents));
309 error(Ctx.COFF.getSectionContents(PData, Contents));
H A DARMEHABIPrinter.h407 ErrorOr<ArrayRef<uint8_t> > Contents = ELF->getSectionContents(EHT);
474 ErrorOr<ArrayRef<uint8_t> > Contents = ELF->getSectionContents(IT);
H A DELFDumper.cpp1131 ArrayRef<uint8_t> Data = errorOrDefault(Obj->getSectionContents(&Sec));
1672 ErrorOr<ArrayRef<uint8_t>> Contents = Obj->getSectionContents(&Sec);
1782 ErrorOr<ArrayRef<uint8_t>> GOT = Obj->getSectionContents(GOTShdr);
1873 ErrorOr<ArrayRef<uint8_t>> PLT = Obj->getSectionContents(PLTShdr);
2089 ErrorOr<ArrayRef<uint8_t>> Sec = Obj->getSectionContents(Shdr);
2127 ErrorOr<ArrayRef<uint8_t>> Sec = Obj->getSectionContents(Shdr);
2163 Obj->getSectionContents(StackMapSection);
H A DARMWinEHPrinter.cpp513 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents))
715 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents))
/freebsd-11.0-release/contrib/llvm/include/llvm/Object/
H A DObjectFile.h214 virtual std::error_code getSectionContents(DataRefImpl Sec,
374 return OwningObject->getSectionContents(SectionPimpl, Result);
H A DELF.h216 ErrorOr<ArrayRef<uint8_t> > getSectionContents(const Elf_Shdr *Sec) const;
266 ELFFile<ELFT>::getSectionContents(const Elf_Shdr *Sec) const { function in class:llvm::object::ELFFile
H A DCOFF.h662 std::error_code getSectionContents(DataRefImpl Sec,
773 std::error_code getSectionContents(const coff_section *Sec,
H A DMachO.h222 std::error_code getSectionContents(DataRefImpl Sec,
H A DELFObjectFile.h218 std::error_code getSectionContents(DataRefImpl Sec,
566 ELFObjectFile<ELFT>::getSectionContents(DataRefImpl Sec, function in class:llvm::object::ELFObjectFile
/freebsd-11.0-release/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp282 std::error_code COFFObjectFile::getSectionContents(DataRefImpl Ref, function in class:COFFObjectFile
286 std::error_code EC = getSectionContents(Sec, Res);
948 COFFObjectFile::getSectionContents(const coff_section *Sec, function in class:COFFObjectFile
H A DMachOObjectFile.cpp517 std::error_code MachOObjectFile::getSectionContents(DataRefImpl Sec, function in class:MachOObjectFile

Completed in 96 milliseconds