Searched refs:MCSectionCOFF (Results 1 - 9 of 9) sorted by relevance

/external/llvm/lib/MC/
H A DMCSectionCOFF.cpp1 //===- 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,
98 bool MCSectionCOFF::UseCodeAlign() const {
102 bool MCSectionCOFF::isVirtualSection() const {
H A DMCContext.cpp18 #include "llvm/MC/MCSectionCOFF.h"
281 const MCSectionCOFF *MCContext::getCOFFSection(StringRef Section,
299 MCSectionCOFF *Result = new (*this)
300 MCSectionCOFF(CachedName, Characteristics, COMDATSymbol, Selection, Kind);
306 const MCSectionCOFF *
312 const MCSectionCOFF *MCContext::getCOFFSection(StringRef Section) {
H A DAndroid.mk37 MCSectionCOFF.cpp \
H A DMCWin64EH.cpp15 #include "llvm/MC/MCSectionCOFF.h"
224 const MCSectionCOFF *COFFSection;
225 if ((COFFSection = dyn_cast<MCSectionCOFF>(section))) {
H A DWinCOFFObjectWriter.cpp26 #include "llvm/MC/MCSectionCOFF.h"
345 MCSectionCOFF const &Sec =
346 static_cast<MCSectionCOFF const &>(SectionData.getSection());
875 const MCSectionCOFF &MCSec =
876 static_cast<const MCSectionCOFF &>(Section->MCData->getSection());
/external/llvm/include/llvm/MC/
H A DMCSectionCOFF.h1 //===- 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 { class in namespace:llvm
47 MCSectionCOFF(StringRef Section, unsigned Characteristics, function in class:llvm::MCSectionCOFF
55 ~MCSectionCOFF();
H A DMCContext.h44 class MCSectionCOFF;
168 std::map<SectionGroupTriple, const MCSectionCOFF *> COFFUniquingMap;
276 const MCSectionCOFF *getCOFFSection(StringRef Section,
281 const MCSectionCOFF *getCOFFSection(StringRef Section,
285 const MCSectionCOFF *getCOFFSection(StringRef Section);
/external/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp19 #include "llvm/MC/MCSectionCOFF.h"
497 const MCSectionCOFF *Current = static_cast<const MCSectionCOFF*>(
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp29 #include "llvm/MC/MCSectionCOFF.h"
970 const MCSectionCOFF *SecCOFF = cast<MCSectionCOFF>(Sec);

Completed in 686 milliseconds