Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionGOFF.h35 GOFF::SDAttr SDAttributes; member
58 GOFF::SDAttr SDAttributes, MCSectionGOFF *Parent) in MCSectionGOFF() argument
60 Parent(Parent), SDAttributes(SDAttributes), in MCSectionGOFF()
101 return SDAttributes; in getSDAttributes()
H A DMCContext.h362 TAttr SDAttributes, MCSection *Parent,
620 GOFF::SDAttr SDAttributes);
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp759 GOFF::SDAttr SDAttributes) { in getGOFFSection() argument
760 return getGOFFSection<GOFF::SDAttr>(Kind, Name, SDAttributes, nullptr, in getGOFFSection()