Searched refs:SubsectionType (Results 1 – 7 of 7) sorted by relevance
45 enum SubsectionType : unsigned { ULEB128 = 0, NTBS = 1, TYPE_NOT_FOUND = 404 }; enum47 SubsectionType getTypeID(StringRef Type);
68 SubsectionType AArch64BuildAttributes::getTypeID(StringRef Type) { in getTypeID()69 return StringSwitch<SubsectionType>(Type) in getTypeID()
107 AArch64BuildAttributes::SubsectionType ParameterType);135 AArch64BuildAttributes::SubsectionType ParameterType) override;
237 AArch64BuildAttributes::SubsectionType ParameterType) override { in emitAttributesSubsection()438 AArch64BuildAttributes::SubsectionType ParameterType) { in emitAttributesSubsection()
158 AArch64BuildAttributes::SubsectionType ParameterType) { in emitAttributesSubsection()
479 AArch64BuildAttributes::SubsectionType::ULEB128); in emitAttributes()502 AArch64BuildAttributes::SubsectionType::ULEB128); in emitAttributes()
7988 AArch64BuildAttributes::SubsectionType Type; in parseDirectiveAeabiSubSectionHeader()