Searched refs:getSectionSize (Results 1 – 14 of 14) sorted by relevance
52 uint64_t COFFLinkGraphBuilder::getSectionSize(const object::COFFObjectFile &Obj, in getSectionSize() function in llvm::jitlink::COFFLinkGraphBuilder165 *GraphSec, getSectionSize(Obj, *Sec), in graphifySections()
150 static uint64_t getSectionSize(const object::COFFObjectFile &Obj,
266 virtual uint64_t getSectionSize(DataRefImpl Sec) const = 0;469 return OwningObject->getSectionSize(SectionPimpl); in getSize()
181 uint64_t getSectionSize(DataRefImpl Sec) const override;
953 uint64_t getSectionSize(DataRefImpl Sec) const override;1076 uint64_t getSectionSize(const coff_section *Sec) const;
293 uint64_t getSectionSize(DataRefImpl Sec) const override;850 uint64_t ELFObjectFile<ELFT>::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function
514 uint64_t getSectionSize(DataRefImpl Sec) const override;
420 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()1169 uint64_t COFFObjectFile::getSectionSize(const coff_section *Sec) const { in getSectionSize() function in COFFObjectFile1196 uint32_t SectionSize = getSectionSize(Sec); in getSectionContents()
357 uint64_t XCOFFObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in llvm::object::XCOFFObjectFile378 uint64_t SectionSize = getSectionSize(Sec); in getSectionContents()
1733 uint64_t WasmObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in WasmObjectFile
1935 uint64_t MachOObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in MachOObjectFile
770 uint64_t getSectionSize(SecType Type);
1230 uint64_t SampleProfileReaderExtBinaryBase::getSectionSize(SecType Type) { in getSectionSize() function in SampleProfileReaderExtBinaryBase