Searched refs:SectionTypeDescriptors (Results 1 – 3 of 3) sorted by relevance
21 } SectionTypeDescriptors[MachO::LAST_KNOWN_SECTION_TYPE+1] = { variable108 if (SectionTypeDescriptors[SectionType].AssemblerName) { in PrintSwitchToSection()110 OS << SectionTypeDescriptors[SectionType].AssemblerName; in PrintSwitchToSection()213 std::begin(SectionTypeDescriptors), std::end(SectionTypeDescriptors), in ParseSectionSpecifier()214 [&](decltype(*SectionTypeDescriptors) &Descriptor) { in ParseSectionSpecifier()220 if (TypeDescriptor == std::end(SectionTypeDescriptors)) in ParseSectionSpecifier()224 TAA = TypeDescriptor - std::begin(SectionTypeDescriptors); in ParseSectionSpecifier()
21 } SectionTypeDescriptors[MachO::LAST_KNOWN_SECTION_TYPE + 1] = { variable120 if (!SectionTypeDescriptors[SectionType].AssemblerName.empty()) { in PrintSwitchToSection()122 OS << SectionTypeDescriptors[SectionType].AssemblerName; in PrintSwitchToSection()225 std::begin(SectionTypeDescriptors), std::end(SectionTypeDescriptors), in ParseSectionSpecifier()226 [&](decltype(*SectionTypeDescriptors) &Descriptor) { in ParseSectionSpecifier()231 if (TypeDescriptor == std::end(SectionTypeDescriptors)) in ParseSectionSpecifier()235 TAA = TypeDescriptor - std::begin(SectionTypeDescriptors); in ParseSectionSpecifier()
21 } SectionTypeDescriptors[MCSectionMachO::LAST_KNOWN_SECTION_TYPE+1] = { variable108 if (SectionTypeDescriptors[SectionType].AssemblerName) { in PrintSwitchToSection()110 OS << SectionTypeDescriptors[SectionType].AssemblerName; in PrintSwitchToSection()231 if (SectionTypeDescriptors[TypeID].AssemblerName && in ParseSectionSpecifier()232 SectionType == SectionTypeDescriptors[TypeID].AssemblerName) in ParseSectionSpecifier()