Home
last modified time | relevance | path

Searched refs:MCSectionCOFF (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/MC/
DMCSectionCOFF.cpp17 MCSectionCOFF::~MCSectionCOFF() {} // anchor. in ~MCSectionCOFF()
21 bool MCSectionCOFF::ShouldOmitSectionDirective(StringRef Name, in ShouldOmitSectionDirective()
31 void MCSectionCOFF::PrintSwitchToSection(const MCAsmInfo &MAI, in PrintSwitchToSection()
78 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign()
82 bool MCSectionCOFF::isVirtualSection() const { in isVirtualSection()
DMCContext.cpp28 typedef StringMap<const MCSectionCOFF*> COFFUniqueMapTy;
235 StringMapEntry<const MCSectionCOFF*> &Entry = Map.GetOrCreateValue(Section); in getCOFFSection()
238 MCSectionCOFF *Result = new (*this) MCSectionCOFF(Entry.getKey(), in getCOFFSection()
DCMakeLists.txt28 MCSectionCOFF.cpp
DAndroid.mk31 MCSectionCOFF.cpp \
DMCWin64EH.cpp208 const MCSectionCOFF *COFFSection; in GetSectionSuffix()
209 if ((COFFSection = dyn_cast<MCSectionCOFF>(section))) { in GetSectionSuffix()
DWinCOFFObjectWriter.cpp368 MCSectionCOFF const &Sec = in DefineSection()
369 static_cast<MCSectionCOFF const &>(SectionData.getSection()); in DefineSection()
/external/llvm/include/llvm/MC/
DMCSectionCOFF.h24 class MCSectionCOFF : public MCSection {
38 MCSectionCOFF(StringRef Section, unsigned Characteristics, in MCSectionCOFF() function
45 ~MCSectionCOFF();
64 static bool classof(const MCSectionCOFF *) { return true; } in classof() argument