Searched refs:getSectionSize (Results 1 – 8 of 8) sorted by relevance
241 virtual uint64_t getSectionSize(DataRefImpl Sec) const = 0;427 return OwningObject->getSectionSize(SectionPimpl); in getSize()
176 uint64_t getSectionSize(DataRefImpl Sec) const override;
905 uint64_t getSectionSize(DataRefImpl Sec) const override;1038 uint64_t getSectionSize(const coff_section *Sec) const;
254 uint64_t getSectionSize(DataRefImpl Sec) const override;683 uint64_t ELFObjectFile<ELFT>::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function
303 uint64_t getSectionSize(DataRefImpl Sec) const override;
293 uint64_t COFFObjectFile::getSectionSize(DataRefImpl Ref) const { in getSectionSize() function in COFFObjectFile294 return getSectionSize(toSec(Ref)); in getSectionSize()1106 uint64_t COFFObjectFile::getSectionSize(const coff_section *Sec) const { in getSectionSize() function in COFFObjectFile1133 uint32_t SectionSize = getSectionSize(Sec); in getSectionContents()
1318 uint64_t WasmObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in WasmObjectFile
1881 uint64_t MachOObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in MachOObjectFile