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

  /external/llvm/lib/MC/
MCWinEH.cpp 13 #include "llvm/MC/MCSectionCOFF.h"
29 StringRef SecName, const MCSectionCOFF *UnwindSec, const MCSymbol *Function,
34 const MCSectionCOFF *FunctionSection =
35 cast<MCSectionCOFF>(&Function->getSection());
43 if (const auto *Section = dyn_cast<MCSectionCOFF>(FunctionSection)) {
64 const MCSectionCOFF *PData =
65 cast<MCSectionCOFF>(Context.getObjectFileInfo()->getPDataSection());
71 const MCSectionCOFF *XData =
72 cast<MCSectionCOFF>(Context.getObjectFileInfo()->getXDataSection());
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,
33 void MCSectionCOFF::setSelection(int Selection) const {
39 void MCSectionCOFF::PrintSwitchToSection(const MCAsmInfo &MAI,
102 bool MCSectionCOFF::UseCodeAlign() const {
106 bool MCSectionCOFF::isVirtualSection() const {
MCContext.cpp 18 #include "llvm/MC/MCSectionCOFF.h"
347 const MCSectionCOFF *
369 MCSectionCOFF *Result = new (*this) MCSectionCOFF(
376 const MCSectionCOFF *MCContext::getCOFFSection(StringRef Section,
383 const MCSectionCOFF *MCContext::getCOFFSection(StringRef Section) {
391 const MCSectionCOFF *
392 MCContext::getAssociativeCOFFSection(const MCSectionCOFF *Sec,
Android.mk 34 MCSectionCOFF.cpp \
WinCOFFObjectWriter.cpp 26 #include "llvm/MC/MCSectionCOFF.h"
302 MCSectionCOFF const &Sec =
303 static_cast<MCSectionCOFF const &>(SectionData.getSection());
910 const MCSectionCOFF &MCSec =
911 static_cast<const MCSectionCOFF &>(Section->MCData->getSection());
    [all...]
  /external/llvm/include/llvm/MC/
MCSectionCOFF.h 1 //===- MCSectionCOFF.h - COFF Machine Code Sections -------------*- C++ -*-===//
10 // This file declares the MCSectionCOFF class.
24 /// MCSectionCOFF - This represents a section on Windows
25 class MCSectionCOFF : public MCSection {
47 MCSectionCOFF(StringRef Section, unsigned Characteristics,
56 ~MCSectionCOFF() override;
MCContext.h 42 class MCSectionCOFF;
201 std::map<COFFSectionKey, const MCSectionCOFF *> COFFUniquingMap;
357 const MCSectionCOFF *getCOFFSection(StringRef Section,
363 const MCSectionCOFF *getCOFFSection(StringRef Section,
368 const MCSectionCOFF *getCOFFSection(StringRef Section);
374 const MCSectionCOFF *getAssociativeCOFFSection(const MCSectionCOFF *Sec,
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 19 #include "llvm/MC/MCSectionCOFF.h"
501 const MCSectionCOFF *Current = static_cast<const MCSectionCOFF*>(
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 33 #include "llvm/MC/MCSectionCOFF.h"
563 if (const MCSectionCOFF *S = dyn_cast<MCSectionCOFF>(
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 29 #include "llvm/MC/MCSectionCOFF.h"
    [all...]

Completed in 2518 milliseconds