Home | History | Annotate | Download | only in MC

Lines Matching defs:SectionType

102   MachO::SectionType SectionType = getType();
103 assert(SectionType <= MachO::LAST_KNOWN_SECTION_TYPE &&
104 "Invalid SectionType specified!");
106 if (SectionTypeDescriptors[SectionType].AssemblerName) {
108 OS << SectionTypeDescriptors[SectionType].AssemblerName;
185 StringRef SectionType = GetEmptyOrTrim(2);
206 if (SectionType.empty())
214 SectionType == Descriptor.AssemblerName;
260 // If we have a stub size spec, we must have a sectiontype of S_SYMBOL_STUBS.