Lines Matching defs:MCSection
1 //===- lib/MC/MCSection.cpp - Machine Code Section Representation ---------===//
9 #include "llvm/MC/MCSection.h"
23 MCSection::MCSection(SectionVariant V, StringRef Name, bool IsText,
33 MCSymbol *MCSection::getEndSymbol(MCContext &Ctx) {
39 bool MCSection::hasEnded() const { return End && End->isInSection(); }
41 MCSection::~MCSection() {
50 void MCSection::setBundleLockState(BundleLockStateType NewState) {
69 StringRef MCSection::getVirtualSectionKind() const { return "virtual"; }
72 LLVM_DUMP_METHOD void MCSection::dump() const {
75 OS << "<MCSection Name:" << getName();