Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELFObjectFile.h52 virtual uint32_t getSectionType(SectionRef Sec) const = 0;
219 uint32_t getSectionType(SectionRef Sec) const override;
288 uint32_t ELFObjectFile<ELFT>::getSectionType(SectionRef Sec) const { in getSectionType() function
DMachO.h203 unsigned getSectionType(SectionRef Sec) const;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp312 return ELFObj->getSectionType(Section) == ELF::SHT_NOBITS; in isZeroInit()
318 unsigned SectionType = MachO->getSectionType(Section); in isZeroInit()
/external/llvm/lib/Object/
DMachOObjectFile.cpp354 unsigned MachOObjectFile::getSectionType(SectionRef Sec) const { in getSectionType() function in MachOObjectFile