Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DObjectFile.h263 virtual uint64_t getSectionSize(DataRefImpl Sec) const = 0;
456 return OwningObject->getSectionSize(SectionPimpl); in getSize()
H A DWasm.h184 uint64_t getSectionSize(DataRefImpl Sec) const override;
H A DXCOFFObjectFile.h289 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 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;
/netbsd-src/external/apache2/llvm/dist/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()
1108 uint64_t COFFObjectFile::getSectionSize(const coff_section *Sec) const { in getSectionSize() function in COFFObjectFile
1135 uint32_t SectionSize = getSectionSize(Sec); in getSectionContents()
H A DXCOFFObjectFile.cpp265 uint64_t XCOFFObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in llvm::object::XCOFFObjectFile
286 uint64_t SectionSize = getSectionSize(Sec); in getSectionContents()
H A DWasmObjectFile.cpp1647 uint64_t WasmObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in WasmObjectFile
H A DMachOObjectFile.cpp1928 uint64_t MachOObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in MachOObjectFile
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h704 uint64_t getSectionSize(SecType Type);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1062 uint64_t SampleProfileReaderExtBinaryBase::getSectionSize(SecType Type) { in getSectionSize() function in SampleProfileReaderExtBinaryBase