Searched defs:getSectionContents (Results 1 – 7 of 7) sorted by relevance
193 getSectionContents(const COFFObjectFile *Obj, in getSectionContents() function
377 ELFFile<ELFT>::getSectionContents(const Elf_Shdr *Sec) const { in getSectionContents() function
689 ELFObjectFile<ELFT>::getSectionContents(DataRefImpl Sec, in getSectionContents() function
297 std::error_code COFFObjectFile::getSectionContents(DataRefImpl Ref, in getSectionContents() function in COFFObjectFile1123 COFFObjectFile::getSectionContents(const coff_section *Sec, in getSectionContents() function in COFFObjectFile
1323 std::error_code WasmObjectFile::getSectionContents(DataRefImpl Sec, in getSectionContents() function in WasmObjectFile
1910 std::error_code MachOObjectFile::getSectionContents(DataRefImpl Sec, in getSectionContents() function in MachOObjectFile
52 static ArrayRef<uint8_t> getSectionContents(ObjFile<ELFT> &File, in getSectionContents() function