Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DObjectFile.h241 virtual uint64_t getSectionSize(DataRefImpl Sec) const = 0;
427 return OwningObject->getSectionSize(SectionPimpl); in getSize()
H A DWasm.h176 uint64_t getSectionSize(DataRefImpl Sec) const override;
H A DCOFF.h905 uint64_t getSectionSize(DataRefImpl Sec) const override;
1038 uint64_t getSectionSize(const coff_section *Sec) const;
H A DELFObjectFile.h254 uint64_t getSectionSize(DataRefImpl Sec) const override;
683 uint64_t ELFObjectFile<ELFT>::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function
H A DMachO.h303 uint64_t getSectionSize(DataRefImpl Sec) const override;
/freebsd-12.1/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp293 uint64_t COFFObjectFile::getSectionSize(DataRefImpl Ref) const { in getSectionSize() function in COFFObjectFile
294 return getSectionSize(toSec(Ref)); in getSectionSize()
1106 uint64_t COFFObjectFile::getSectionSize(const coff_section *Sec) const { in getSectionSize() function in COFFObjectFile
1133 uint32_t SectionSize = getSectionSize(Sec); in getSectionContents()
H A DWasmObjectFile.cpp1318 uint64_t WasmObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in WasmObjectFile
H A DMachOObjectFile.cpp1881 uint64_t MachOObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in MachOObjectFile