Home | History | Annotate | Download | only in MC

Lines Matching defs:MCSectionCOFF

1 //===- lib/MC/MCSectionCOFF.cpp - COFF Code Section Representation --------===//
10 #include "llvm/MC/MCSectionCOFF.h"
17 MCSectionCOFF::~MCSectionCOFF() {} // anchor.
21 bool MCSectionCOFF::ShouldOmitSectionDirective(StringRef Name,
31 void MCSectionCOFF::setSelection(int Selection,
32 const MCSectionCOFF *Assoc) const {
42 void MCSectionCOFF::PrintSwitchToSection(const MCAsmInfo &MAI,
93 bool MCSectionCOFF::UseCodeAlign() const {
97 bool MCSectionCOFF::isVirtualSection() const {