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

/external/llvm/include/llvm/MC/
H A DMCSection.h1 //===- MCSection.h - Machine Code Sections ----------------------*- C++ -*-===//
10 // This file declares the MCSection class.
26 /// MCSection - Instances of this class represent a uniqued identifier for a
29 class MCSection { class in namespace:llvm
38 MCSection(const MCSection&) LLVM_DELETED_FUNCTION;
39 void operator=(const MCSection&) LLVM_DELETED_FUNCTION;
41 MCSection(SectionVariant V, SectionKind K) : Variant(V), Kind(K) {} function in class:llvm::MCSection
45 virtual ~MCSection();
/external/llvm/lib/MC/
H A DMCSection.cpp1 //===- lib/MC/MCSection.cpp - Machine Code Section Representation ---------===//
10 #include "llvm/MC/MCSection.h"
17 // MCSection
20 MCSection::~MCSection() {

Completed in 227 milliseconds