Searched refs:MCSectionCOFF (Results 1 – 7 of 7) sorted by relevance
17 MCSectionCOFF::~MCSectionCOFF() {} // anchor. in ~MCSectionCOFF()21 bool MCSectionCOFF::ShouldOmitSectionDirective(StringRef Name, in ShouldOmitSectionDirective()31 void MCSectionCOFF::PrintSwitchToSection(const MCAsmInfo &MAI, in PrintSwitchToSection()78 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign()82 bool MCSectionCOFF::isVirtualSection() const { in isVirtualSection()
28 typedef StringMap<const MCSectionCOFF*> COFFUniqueMapTy;235 StringMapEntry<const MCSectionCOFF*> &Entry = Map.GetOrCreateValue(Section); in getCOFFSection()238 MCSectionCOFF *Result = new (*this) MCSectionCOFF(Entry.getKey(), in getCOFFSection()
28 MCSectionCOFF.cpp
31 MCSectionCOFF.cpp \
208 const MCSectionCOFF *COFFSection; in GetSectionSuffix()209 if ((COFFSection = dyn_cast<MCSectionCOFF>(section))) { in GetSectionSuffix()
368 MCSectionCOFF const &Sec = in DefineSection()369 static_cast<MCSectionCOFF const &>(SectionData.getSection()); in DefineSection()
24 class MCSectionCOFF : public MCSection {38 MCSectionCOFF(StringRef Section, unsigned Characteristics, in MCSectionCOFF() function45 ~MCSectionCOFF();64 static bool classof(const MCSectionCOFF *) { return true; } in classof() argument