Searched refs:getSectionSize (Results 1 – 15 of 15) sorted by relevance
89 uint64_t getSectionSize(DataRefImpl Sec) const override { return 0; } in getSectionSize() function
267 virtual uint64_t getSectionSize(DataRefImpl Sec) const = 0;529 return OwningObject->getSectionSize(SectionPimpl); in getSize()
184 uint64_t getSectionSize(DataRefImpl Sec) const override;
1006 uint64_t getSectionSize(DataRefImpl Sec) const override;1133 uint64_t getSectionSize(const coff_section *Sec) const;
304 uint64_t getSectionSize(DataRefImpl Sec) const override;879 uint64_t ELFObjectFile<ELFT>::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function
446 uint64_t getSectionSize(DataRefImpl Sec) const override;
599 uint64_t getSectionSize(DataRefImpl Sec) const override;
160 static uint64_t getSectionSize(const object::COFFObjectFile &Obj,
52 uint64_t COFFLinkGraphBuilder::getSectionSize(const object::COFFObjectFile &Obj, in getSectionSize() function in llvm::jitlink::COFFLinkGraphBuilder173 *GraphSec, getSectionSize(Obj, *Sec), in graphifySections()
392 uint64_t XCOFFObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in llvm::object::XCOFFObjectFile413 uint64_t SectionSize = getSectionSize(Sec); in getSectionContents()445 uint64_t SizeOfSection = getSectionSize(DRI); in getSectionFileOffsetToRawData()1052 ExceptEntStart, ExceptEntStart + getSectionSize(DRI) / sizeof(ExceptEnt)); in getExceptionEntries()
289 uint64_t COFFObjectFile::getSectionSize(DataRefImpl Ref) const { in getSectionSize() function in COFFObjectFile290 return getSectionSize(toSec(Ref)); in getSectionSize()1223 uint64_t COFFObjectFile::getSectionSize(const coff_section *Sec) const { in getSectionSize() function in COFFObjectFile1250 uint32_t SectionSize = getSectionSize(Sec); in getSectionContents()
1805 uint64_t WasmObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in WasmObjectFile
1951 uint64_t MachOObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in MachOObjectFile
770 uint64_t getSectionSize(SecType Type);
1322 uint64_t SampleProfileReaderExtBinaryBase::getSectionSize(SecType Type) { in getSectionSize() function in SampleProfileReaderExtBinaryBase