Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h266 virtual uint64_t getSectionSize(DataRefImpl Sec) const = 0;
459 return OwningObject->getSectionSize(SectionPimpl); in getSize()
H A DWasm.h184 uint64_t getSectionSize(DataRefImpl Sec) const override;
H A DCOFF.h953 uint64_t getSectionSize(DataRefImpl Sec) const override;
1076 uint64_t getSectionSize(const coff_section *Sec) const;
H A DXCOFFObjectFile.h333 uint64_t getSectionSize(DataRefImpl Sec) const override;
H A DELFObjectFile.h281 uint64_t getSectionSize(DataRefImpl Sec) const override;
834 uint64_t ELFObjectFile<ELFT>::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function
H A DMachO.h299 uint64_t getSectionSize(DataRefImpl Sec) const override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp289 uint64_t COFFObjectFile::getSectionSize(DataRefImpl Ref) const { in getSectionSize() function in COFFObjectFile
290 return getSectionSize(toSec(Ref)); in getSectionSize()
1115 uint64_t COFFObjectFile::getSectionSize(const coff_section *Sec) const { in getSectionSize() function in COFFObjectFile
1142 uint32_t SectionSize = getSectionSize(Sec); in getSectionContents()
H A DXCOFFObjectFile.cpp266 uint64_t XCOFFObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in llvm::object::XCOFFObjectFile
287 uint64_t SectionSize = getSectionSize(Sec); in getSectionContents()
H A DWasmObjectFile.cpp1648 uint64_t WasmObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in WasmObjectFile
H A DMachOObjectFile.cpp1927 uint64_t MachOObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in MachOObjectFile
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h732 uint64_t getSectionSize(SecType Type);
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1086 uint64_t SampleProfileReaderExtBinaryBase::getSectionSize(SecType Type) { in getSectionSize() function in SampleProfileReaderExtBinaryBase