Searched refs:SubsectionId (Results 1 – 3 of 3) sorted by relevance
29 const MCExpr *SubsectionId; variable33 : MCSection(SV_GOFF, Name, K, nullptr), Parent(P), SubsectionId(Sub) {} in MCSectionGOFF()47 const MCExpr *getSubsectionId() const { return SubsectionId; } in getSubsectionId()
624 MCSection *Parent, const MCExpr *SubsectionId);
651 const MCExpr *SubsectionId) { in getGOFFSection() argument661 MCSectionGOFF(CachedName, Kind, Parent, SubsectionId); in getGOFFSection()