Searched defs:SectionType (Results 1 – 6 of 6) sorted by relevance
102 MachO::SectionType SectionType = getType(); in PrintSwitchToSection() local185 StringRef SectionType = GetEmptyOrTrim(2); in ParseSectionSpecifier() local
289 unsigned SectionType = MachO->getSectionType(Section); in isZeroInit() local
436 MachO::SectionType SectionType = Current->getType(); in parseDirectiveIndirectSymbol() local
573 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionData() local581 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionBSS() local
724 UINT8 SectionType[16]; member
156 enum SectionType : uint32_t { enum