Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h622 MCSection *Parent, const MCExpr *SubsectionId);
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp650 const MCExpr *SubsectionId) { in getGOFFSection() argument
655 MCSectionGOFF(Section, Kind, Parent, SubsectionId); in getGOFFSection()