HomeSort by relevance Sort by last modified time
    Searched defs:MCSectionCOFF (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/MC/
MCSectionCOFF.cpp 1 //===- lib/MC/MCSectionCOFF.cpp - COFF Code Section Representation --------===//
10 #include "llvm/MC/MCSectionCOFF.h"
17 MCSectionCOFF::~MCSectionCOFF() {} // anchor.
21 bool MCSectionCOFF::ShouldOmitSectionDirective(StringRef Name,
31 void MCSectionCOFF::setSelection(int Selection,
32 const MCSectionCOFF *Assoc) const {
42 void MCSectionCOFF::PrintSwitchToSection(const MCAsmInfo &MAI,
93 bool MCSectionCOFF::UseCodeAlign() const {
97 bool MCSectionCOFF::isVirtualSection() const
    [all...]
  /external/llvm/include/llvm/MC/
MCSectionCOFF.h 1 //===- MCSectionCOFF.h - COFF Machine Code Sections -------------*- C++ -*-===//
10 // This file declares the MCSectionCOFF class.
23 /// MCSectionCOFF - This represents a section on Windows
24 class MCSectionCOFF : public MCSection {
42 mutable const MCSectionCOFF *Assoc;
46 MCSectionCOFF(StringRef Section, unsigned Characteristics,
47 int Selection, const MCSectionCOFF *Assoc, SectionKind K)
56 ~MCSectionCOFF();
72 const MCSectionCOFF *getAssocSection() const { return Assoc; }
74 void setSelection(int Selection, const MCSectionCOFF *Assoc = 0) const
    [all...]

Completed in 36 milliseconds