Searched refs:getSectionSize (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h261 virtual uint64_t getSectionSize(DataRefImpl Sec) const = 0;
447 return OwningObject->getSectionSize(SectionPimpl);
H A DXCOFFObjectFile.h267 uint64_t getSectionSize(DataRefImpl Sec) const override;
H A DWasm.h177 uint64_t getSectionSize(DataRefImpl Sec) const override;
H A DCOFF.h906 uint64_t getSectionSize(DataRefImpl Sec) const override;
1042 uint64_t getSectionSize(const coff_section *Sec) const;
H A DELFObjectFile.h277 uint64_t getSectionSize(DataRefImpl Sec) const override;
718 uint64_t ELFObjectFile<ELFT>::getSectionSize(DataRefImpl Sec) const { function in class:llvm::object::ELFObjectFile
H A DMachO.h299 uint64_t getSectionSize(DataRefImpl Sec) const override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp291 uint64_t COFFObjectFile::getSectionSize(DataRefImpl Ref) const { function in class:COFFObjectFile
292 return getSectionSize(toSec(Ref));
1083 uint64_t COFFObjectFile::getSectionSize(const coff_section *Sec) const { function in class:COFFObjectFile
1109 uint32_t SectionSize = getSectionSize(Sec);
H A DXCOFFObjectFile.cpp257 uint64_t XCOFFObjectFile::getSectionSize(DataRefImpl Sec) const { function in class:llvm::object::XCOFFObjectFile
278 uint64_t SectionSize = getSectionSize(Sec);
H A DWasmObjectFile.cpp1425 uint64_t WasmObjectFile::getSectionSize(DataRefImpl Sec) const { function in class:WasmObjectFile
H A DMachOObjectFile.cpp1923 uint64_t MachOObjectFile::getSectionSize(DataRefImpl Sec) const { function in class:MachOObjectFile
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h604 uint64_t getSectionSize(SecType Type);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp775 uint64_t SampleProfileReaderExtBinaryBase::getSectionSize(SecType Type) { function in class:SampleProfileReaderExtBinaryBase
801 TotalSecsSize += getSectionSize(Entry.Type);

Completed in 150 milliseconds