Searched refs:AssemblerName (Results 1 – 1 of 1) sorted by relevance
20 const char *AssemblerName, *EnumName; member55 const char *AssemblerName, *EnumName; member108 if (SectionTypeDescriptors[SectionType].AssemblerName) { in PrintSwitchToSection()110 OS << SectionTypeDescriptors[SectionType].AssemblerName; in PrintSwitchToSection()141 if (SectionAttrDescriptors[i].AssemblerName) in PrintSwitchToSection()142 OS << SectionAttrDescriptors[i].AssemblerName; in PrintSwitchToSection()231 if (SectionTypeDescriptors[TypeID].AssemblerName && in ParseSectionSpecifier()232 SectionType == SectionTypeDescriptors[TypeID].AssemblerName) in ParseSectionSpecifier()269 if (SectionAttrDescriptors[i].AssemblerName && in ParseSectionSpecifier()270 Attr == SectionAttrDescriptors[i].AssemblerName) { in ParseSectionSpecifier()