Searched defs:MCSection (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/MC/
H A DMCSection.cpp1 //===- lib/MC/MCSection.cpp - Machine Code Section Representation ---------===//
10 #include "llvm/MC/MCSection.h"
18 // MCSection
21 MCSymbol *MCSection::getEndSymbol(MCContext &Ctx) const {
27 bool MCSection::hasEnded() const { return End && End->isInSection(); }
29 MCSection::~MCSection() {
/external/llvm/include/llvm/MC/
H A DMCSection.h1 //===- MCSection.h - Machine Code Sections ----------------------*- C++ -*-===//
10 // This file declares the MCSection class.
30 class MCSection { class in namespace:llvm
35 MCSection(const MCSection &) = delete;
36 void operator=(const MCSection &) = delete;
42 MCSection(SectionVariant V, SectionKind K, MCSymbol *Begin) function in class:llvm::MCSection
48 virtual ~MCSection();

Completed in 145 milliseconds