Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp196 getSectionContents(const COFFObjectFile *Obj, in getSectionContents() function
205 if (std::error_code EC = Obj->getSectionContents(Section, Contents)) in getSectionContents()
395 if (error(Obj->getSectionContents(Pdata, Contents))) in getPDataSection()
500 if (error(getSectionContents( in printRuntimeFunctionRels()
/minix/external/bsd/llvm/dist/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp289 if (error(Ctx.COFF.getSectionContents(XData, Contents)) || Contents.empty()) in printRuntimeFunction()
311 if (error(Ctx.COFF.getSectionContents(PData, Contents)) || Contents.empty()) in printData()
H A DARMEHABIPrinter.h395 ErrorOr<ArrayRef<uint8_t> > Contents = ELF->getSectionContents(EHT); in PrintExceptionTable()
462 ErrorOr<ArrayRef<uint8_t> > Contents = ELF->getSectionContents(IT); in PrintIndexTable()
H A DARMWinEHPrinter.cpp520 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents)) in dumpXDataRecord()
708 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents)) in dumpProcedureData()
H A DELFDumper.cpp608 ArrayRef<uint8_t> Data = errorOrDefault(Obj->getSectionContents(Section)); in printSections()
1018 ErrorOr<ArrayRef<uint8_t> > Contents = Obj->getSectionContents(&(*SI)); in printAttributes()
1072 ErrorOr<ArrayRef<uint8_t>> GOT = Obj->getSectionContents(&GOTShdr); in parseGOT()
/minix/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A DObjectFile.h228 virtual std::error_code getSectionContents(DataRefImpl Sec,
396 return OwningObject->getSectionContents(SectionPimpl, Result); in getContents()
H A DCOFF.h598 std::error_code getSectionContents(DataRefImpl Sec,
711 std::error_code getSectionContents(const coff_section *Sec,
H A DELF.h422 ErrorOr<ArrayRef<uint8_t> > getSectionContents(const Elf_Shdr *Sec) const;
539 ELFFile<ELFT>::getSectionContents(const Elf_Shdr *Sec) const { in getSectionContents() function
H A DMachO.h221 std::error_code getSectionContents(DataRefImpl Sec,
H A DELFObjectFile.h97 std::error_code getSectionContents(DataRefImpl Sec,
438 ELFObjectFile<ELFT>::getSectionContents(DataRefImpl Sec, in getSectionContents() function
/minix/external/bsd/llvm/dist/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp115 Obj.getSectionContents(COFFSection, sectionData); in dumpSections()
H A Delf2yaml.cpp268 ErrorOr<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(Shdr); in dumpContentSection()
/minix/external/bsd/llvm/dist/llvm/lib/Object/
H A DCOFFObjectFile.cpp336 std::error_code COFFObjectFile::getSectionContents(DataRefImpl Ref, in getSectionContents() function in COFFObjectFile
340 std::error_code EC = getSectionContents(Sec, Res); in getSectionContents()
984 COFFObjectFile::getSectionContents(const coff_section *Sec, in getSectionContents() function in COFFObjectFile
H A DMachOObjectFile.cpp534 std::error_code MachOObjectFile::getSectionContents(DataRefImpl Sec, in getSectionContents() function in MachOObjectFile