| H A D | MCContext.cpp | 734 MCSectionGOFF *MCContext::getGOFFSection(SectionKind Kind, StringRef Name, in getGOFFSection() function in MCContext 758 MCSectionGOFF *MCContext::getGOFFSection(SectionKind Kind, StringRef Name, in getGOFFSection() function in MCContext 760 return getGOFFSection<GOFF::SDAttr>(Kind, Name, SDAttributes, nullptr, in getGOFFSection() 764 MCSectionGOFF *MCContext::getGOFFSection(SectionKind Kind, StringRef Name, in getGOFFSection() function in MCContext 767 return getGOFFSection<GOFF::EDAttr>( in getGOFFSection() 772 MCSectionGOFF *MCContext::getGOFFSection(SectionKind Kind, StringRef Name, in getGOFFSection() function in MCContext 775 return getGOFFSection<GOFF::PRAttr>(Kind, Name, PRAttributes, Parent, in getGOFFSection()
|