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"
20 MCSectionELF::~MCSectionELF() {} // anchor.
24 bool MCSectionELF::ShouldOmitSectionDirective(StringRef Name,
56 void MCSectionELF::PrintSwitchToSection(const MCAsmInfo &MAI,
162 bool MCSectionELF::UseCodeAlign() const {
166 bool MCSectionELF::isVirtualSection() const {
/external/llvm/include/llvm/MC/
H A DMCSectionELF.h1 //===- MCSectionELF.h - ELF Machine Code Sections ---------------*- C++ -*-===//
10 // This file declares the MCSectionELF class.
30 class MCSectionELF final : public MCSection {
51 const MCSectionELF *Associated;
55 MCSectionELF(StringRef Section, unsigned type, unsigned flags, SectionKind K, function in class:llvm::final
57 MCSymbol *Begin, const MCSectionELF *Associated)
68 ~MCSectionELF();
88 const MCSectionELF *getAssociatedSection() const { return Associated; }

Completed in 540 milliseconds