Home
last modified time | relevance | path

Searched refs:getSectionType (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DELFObjectFile.h60 virtual uint32_t getSectionType(DataRefImpl Sec) const = 0;
104 return getObject()->getSectionType(getRawDataRefImpl()); in getType()
277 uint32_t getSectionType(DataRefImpl Sec) const override;
453 uint32_t ELFObjectFile<ELFT>::getSectionType(DataRefImpl Sec) const { in getSectionType() function
H A DMachO.h287 unsigned getSectionType(SectionRef Sec) const;
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp460 unsigned SectionType = MachO->getSectionType(Section); in isZeroInit()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp1723 unsigned MachOObjectFile::getSectionType(SectionRef Sec) const { in getSectionType() function in MachOObjectFile