Home
last modified time | relevance | path

Searched refs:SV_GOFF (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionGOFF.h59 : MCSection(SV_GOFF, Name, K.isText(), IsVirtual, nullptr), in MCSectionGOFF()
66 : MCSection(SV_GOFF, Name, K.isText(), IsVirtual, nullptr), in MCSectionGOFF()
73 : MCSection(SV_GOFF, Name, K.isText(), IsVirtual, nullptr), in MCSectionGOFF()
127 static bool classof(const MCSection *S) { return S->getVariant() == SV_GOFF; } in classof()
H A DMCSection.h56 SV_GOFF, enumerator