Searched refs:getSectionSize (Results 1 – 12 of 12) sorted by relevance
263 virtual uint64_t getSectionSize(DataRefImpl Sec) const = 0;456 return OwningObject->getSectionSize(SectionPimpl); in getSize()
184 uint64_t getSectionSize(DataRefImpl Sec) const override;
289 uint64_t getSectionSize(DataRefImpl Sec) const override;
953 uint64_t getSectionSize(DataRefImpl Sec) const override;1076 uint64_t getSectionSize(const coff_section *Sec) const;
281 uint64_t getSectionSize(DataRefImpl Sec) const override;834 uint64_t ELFObjectFile<ELFT>::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function
299 uint64_t getSectionSize(DataRefImpl Sec) const override;
289 uint64_t COFFObjectFile::getSectionSize(DataRefImpl Ref) const { in getSectionSize() function in COFFObjectFile290 return getSectionSize(toSec(Ref)); in getSectionSize()1108 uint64_t COFFObjectFile::getSectionSize(const coff_section *Sec) const { in getSectionSize() function in COFFObjectFile1135 uint32_t SectionSize = getSectionSize(Sec); in getSectionContents()
265 uint64_t XCOFFObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in llvm::object::XCOFFObjectFile286 uint64_t SectionSize = getSectionSize(Sec); in getSectionContents()
1647 uint64_t WasmObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in WasmObjectFile
1928 uint64_t MachOObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in MachOObjectFile
704 uint64_t getSectionSize(SecType Type);
1062 uint64_t SampleProfileReaderExtBinaryBase::getSectionSize(SecType Type) { in getSectionSize() function in SampleProfileReaderExtBinaryBase