Searched defs:getSectionContents (Results 1 – 9 of 9) sorted by relevance
91 getSectionContents(DataRefImpl Sec) const override { in getSectionContents() function
885 ELFObjectFile<ELFT>::getSectionContents(DataRefImpl Sec) const { in getSectionContents() function
623 ELFFile<ELFT>::getSectionContents(const Elf_Shdr &Sec) const { in getSectionContents() function
359 getSectionContents(const COFFObjectFile *Obj, in getSectionContents() function
294 COFFObjectFile::getSectionContents(DataRefImpl Ref) const { in getSectionContents() function in COFFObjectFile1239 Error COFFObjectFile::getSectionContents(const coff_section *Sec, in getSectionContents() function in COFFObjectFile
1811 WasmObjectFile::getSectionContents(DataRefImpl Sec) const { in getSectionContents() function in WasmObjectFile
402 XCOFFObjectFile::getSectionContents(DataRefImpl Sec) const { in getSectionContents() function in llvm::object::XCOFFObjectFile
1980 ArrayRef<uint8_t> MachOObjectFile::getSectionContents(uint32_t Offset, in getSectionContents() function in MachOObjectFile1986 MachOObjectFile::getSectionContents(DataRefImpl Sec) const { in getSectionContents() function in MachOObjectFile
45 static ArrayRef<uint8_t> getSectionContents(ObjFile<ELFT> &file, in getSectionContents() function