Searched defs:SectionType (Results 1 – 9 of 9) sorted by relevance
104 unsigned SectionType = TAA & MCSectionMachO::SECTION_TYPE; in PrintSwitchToSection() local225 StringRef SectionType = Comma.first; in ParseSectionSpecifier() local
104 MachO::SectionType SectionType = getType(); in PrintSwitchToSection() local187 StringRef SectionType = GetEmptyOrTrim(2); in ParseSectionSpecifier() local
94 enum SectionType { ROData = 0, Data, BSS, NumSectionTypes }; enum
256 unsigned SectionType = TEW->hasRelocationAddend() ? in getRelocSection() local
686 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionData() local694 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionBSS() local
474 MachO::SectionType SectionType = Current->getType(); in parseDirectiveIndirectSymbol() local
403 unsigned SectionType = MachO->getSectionType(Section); in isZeroInit() local
115 enum SectionType : uint32_t { enum