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::PrintSwitchToSection(const MCAsmInfo &MAI,
78 bool MCSectionCOFF::UseCodeAlign() const {
82 bool MCSectionCOFF::isVirtualSection() const {
  /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 {
38 MCSectionCOFF(StringRef Section, unsigned Characteristics,
45 ~MCSectionCOFF();
64 static bool classof(const MCSectionCOFF *) { return true; }

Completed in 36 milliseconds