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

/external/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp196 getSectionContents(const COFFObjectFile *Obj, function
205 if (std::error_code EC = Obj->getSectionContents(Section, Contents))
398 if (error(Obj->getSectionContents(Pdata, Contents)))
503 if (error(getSectionContents(
/external/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp289 if (error(Ctx.COFF.getSectionContents(XData, Contents)) || Contents.empty())
311 if (error(Ctx.COFF.getSectionContents(PData, Contents)) || Contents.empty())
H A DARMEHABIPrinter.h395 ErrorOr<ArrayRef<uint8_t> > Contents = ELF->getSectionContents(EHT);
462 ErrorOr<ArrayRef<uint8_t> > Contents = ELF->getSectionContents(IT);
H A DELFDumper.cpp607 ArrayRef<uint8_t> Data = errorOrDefault(Obj->getSectionContents(Section));
1016 ErrorOr<ArrayRef<uint8_t> > Contents = Obj->getSectionContents(&(*SI));
1070 ErrorOr<ArrayRef<uint8_t>> GOT = Obj->getSectionContents(&GOTShdr);
H A DARMWinEHPrinter.cpp525 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents))
716 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents))
/external/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp63 Obj.getSectionContents(Sect, sectionData);
H A Delf2yaml.cpp268 ErrorOr<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(Shdr);
/external/llvm/include/llvm/Object/
H A DCOFF.h384 std::error_code getSectionContents(DataRefImpl Sec,
465 std::error_code getSectionContents(const coff_section *Sec,
H A DObjectFile.h250 virtual std::error_code getSectionContents(DataRefImpl Sec,
427 return OwningObject->getSectionContents(SectionPimpl, Result);
H A DMachO.h86 std::error_code getSectionContents(DataRefImpl Sec,
H A DELF.h422 ErrorOr<ArrayRef<uint8_t> > getSectionContents(const Elf_Shdr *Sec) const;
539 ELFFile<ELFT>::getSectionContents(const Elf_Shdr *Sec) const { function in class:llvm::object::ELFFile
H A DELFObjectFile.h84 std::error_code getSectionContents(DataRefImpl Sec,
405 ELFObjectFile<ELFT>::getSectionContents(DataRefImpl Sec, function in class:llvm::object::ELFObjectFile
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp268 std::error_code COFFObjectFile::getSectionContents(DataRefImpl Ref, function in class:COFFObjectFile
272 std::error_code EC = getSectionContents(Sec, Res);
837 COFFObjectFile::getSectionContents(const coff_section *Sec, function in class:COFFObjectFile
H A DMachOObjectFile.cpp700 std::error_code MachOObjectFile::getSectionContents(DataRefImpl Sec, function in class:llvm::object::MachOObjectFile

Completed in 459 milliseconds