Lines Matching defs:MCSection
1 //===- lib/MC/MCSection.cpp - Machine Code Section Representation ---------===//
9 #include "llvm/MC/MCSection.h"
22 MCSection::MCSection(SectionVariant V, StringRef Name, bool IsText,
32 MCSymbol *MCSection::getEndSymbol(MCContext &Ctx) {
38 bool MCSection::hasEnded() const { return End && End->isInSection(); }
40 MCSection::~MCSection() {
49 void MCSection::setBundleLockState(BundleLockStateType NewState) {
68 StringRef MCSection::getVirtualSectionKind() const { return "virtual"; }
71 LLVM_DUMP_METHOD void MCSection::dump() const {
74 OS << "<MCSection Name:" << getName();