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

/external/llvm/lib/MC/
H A DMCSectionELF.cpp1 //===- lib/MC/MCSectionELF.cpp - ELF Code Section Representation ----------===//
10 #include "llvm/MC/MCSectionELF.h"
19 MCSectionELF::~MCSectionELF() {} // anchor.
23 bool MCSectionELF::ShouldOmitSectionDirective(StringRef Name,
34 void MCSectionELF::PrintSwitchToSection(const MCAsmInfo &MAI,
134 bool MCSectionELF::UseCodeAlign() const {
138 bool MCSectionELF::isVirtualSection() const {
142 unsigned MCSectionELF::DetermineEntrySize(SectionKind Kind) {
/external/llvm/include/llvm/MC/
H A DMCSectionELF.h1 //===- MCSectionELF.h - ELF Machine Code Sections ---------------*- C++ -*-===//
10 // This file declares the MCSectionELF class.
25 /// MCSectionELF - This represents a section on linux, lots of unix variants
27 class MCSectionELF : public MCSection { class in namespace:llvm
48 MCSectionELF(StringRef Section, unsigned type, unsigned flags, function in class:llvm::MCSectionELF
52 ~MCSectionELF();
79 static bool classof(const MCSectionELF *) { return true; }

Completed in 61 milliseconds