Home
last modified time | relevance | path

Searched refs:MCSectionCOFF (Results 1 – 10 of 10) 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::setSelection(int Selection, in setSelection()
32 const MCSectionCOFF *Assoc) const { in setSelection()
42 void MCSectionCOFF::PrintSwitchToSection(const MCAsmInfo &MAI, in PrintSwitchToSection()
93 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign()
97 bool MCSectionCOFF::isVirtualSection() const { in isVirtualSection()
DMCContext.cpp32 typedef StringMap<const MCSectionCOFF*> COFFUniqueMapTy;
277 const MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection()
280 const MCSectionCOFF *Assoc) { in getCOFFSection()
286 StringMapEntry<const MCSectionCOFF*> &Entry = Map.GetOrCreateValue(Section); in getCOFFSection()
289 MCSectionCOFF *Result = new (*this) MCSectionCOFF(Entry.getKey(), in getCOFFSection()
297 const MCSectionCOFF *MCContext::getCOFFSection(StringRef Section) { in getCOFFSection()
DCMakeLists.txt38 MCSectionCOFF.cpp
DAndroid.mk35 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()
772 const MCSectionCOFF &MCSec = static_cast<const MCSectionCOFF &>( in WriteObject()
/external/llvm/include/llvm/MC/
DMCSectionCOFF.h24 class MCSectionCOFF : public MCSection {
42 mutable const MCSectionCOFF *Assoc;
46 MCSectionCOFF(StringRef Section, unsigned Characteristics, in MCSectionCOFF() function
47 int Selection, const MCSectionCOFF *Assoc, SectionKind K) in MCSectionCOFF()
56 ~MCSectionCOFF();
72 const MCSectionCOFF *getAssocSection() const { return Assoc; } in getAssocSection()
74 void setSelection(int Selection, const MCSectionCOFF *Assoc = 0) const;
DMCContext.h41 class MCSectionCOFF; variable
259 const MCSectionCOFF *getCOFFSection(StringRef Section,
262 const MCSectionCOFF *Assoc = 0);
264 const MCSectionCOFF *getCOFFSection(StringRef Section);
/external/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp436 const MCSectionCOFF *Current = static_cast<const MCSectionCOFF*>( in ParseDirectiveLinkOnce()
439 const MCSectionCOFF *Assoc = 0; in ParseDirectiveLinkOnce()
446 Assoc = static_cast<const MCSectionCOFF*>( in ParseDirectiveLinkOnce()
/external/llvm/docs/
DCodeGenerator.rst675 ``MCSectionCOFF``, ``MCSectionELF``) and these are created and uniqued by