Home
last modified time | relevance | path

Searched refs:SubsectionId (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCSectionGOFF.h29 const MCExpr *SubsectionId; variable
33 : MCSection(SV_GOFF, Name, K, nullptr), Parent(P), SubsectionId(Sub) {} in MCSectionGOFF()
47 const MCExpr *getSubsectionId() const { return SubsectionId; } in getSubsectionId()
H A DMCContext.h623 MCSection *Parent, const MCExpr *SubsectionId);
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCContext.cpp624 const MCExpr *SubsectionId) { in getGOFFSection() argument
629 MCSectionGOFF(Section, Kind, Parent, SubsectionId); in getGOFFSection()