Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DObjectFile.h213 virtual uint64_t getSectionSize(DataRefImpl Sec) const = 0;
370 return OwningObject->getSectionSize(SectionPimpl); in getSize()
DCOFF.h661 uint64_t getSectionSize(DataRefImpl Sec) const override;
772 uint64_t getSectionSize(const coff_section *Sec) const;
DELFObjectFile.h217 uint64_t getSectionSize(DataRefImpl Sec) const override;
560 uint64_t ELFObjectFile<ELFT>::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function
DMachO.h221 uint64_t getSectionSize(DataRefImpl Sec) const override;
/external/llvm/lib/Object/
DCOFFObjectFile.cpp278 uint64_t COFFObjectFile::getSectionSize(DataRefImpl Ref) const { in getSectionSize() function in COFFObjectFile
279 return getSectionSize(toSec(Ref)); in getSectionSize()
931 uint64_t COFFObjectFile::getSectionSize(const coff_section *Sec) const { in getSectionSize() function in COFFObjectFile
958 uint32_t SectionSize = getSectionSize(Sec); in getSectionContents()
DMachOObjectFile.cpp488 uint64_t MachOObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in MachOObjectFile