Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCSectionCOFF.cpp17 MCSectionCOFF::~MCSectionCOFF() {} // anchor. in ~MCSectionCOFF()
21 bool MCSectionCOFF::ShouldOmitSectionDirective(StringRef Name, in ShouldOmitSectionDirective()
33 void MCSectionCOFF::setSelection(int Selection) const { in setSelection()
39 void MCSectionCOFF::PrintSwitchToSection(const MCAsmInfo &MAI, in PrintSwitchToSection()
98 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign()
102 bool MCSectionCOFF::isVirtualSection() const { in isVirtualSection()
DMCContext.cpp281 const MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection()
299 MCSectionCOFF *Result = new (*this) in getCOFFSection()
300 MCSectionCOFF(CachedName, Characteristics, COMDATSymbol, Selection, Kind); in getCOFFSection()
306 const MCSectionCOFF *
312 const MCSectionCOFF *MCContext::getCOFFSection(StringRef Section) { in getCOFFSection()
DCMakeLists.txt35 MCSectionCOFF.cpp
DAndroid.mk37 MCSectionCOFF.cpp \
DMCWin64EH.cpp224 const MCSectionCOFF *COFFSection; in GetSectionSuffix()
225 if ((COFFSection = dyn_cast<MCSectionCOFF>(section))) { in GetSectionSuffix()
DWinCOFFObjectWriter.cpp345 MCSectionCOFF const &Sec = in DefineSection()
346 static_cast<MCSectionCOFF const &>(SectionData.getSection()); in DefineSection()
875 const MCSectionCOFF &MCSec = in WriteObject()
876 static_cast<const MCSectionCOFF &>(Section->MCData->getSection()); in WriteObject()
/external/llvm/include/llvm/MC/
DMCSectionCOFF.h25 class MCSectionCOFF : public MCSection {
47 MCSectionCOFF(StringRef Section, unsigned Characteristics, in MCSectionCOFF() function
55 ~MCSectionCOFF();
DMCContext.h44 class MCSectionCOFF; variable
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/
DCOFFAsmParser.cpp497 const MCSectionCOFF *Current = static_cast<const MCSectionCOFF*>( in ParseDirectiveLinkOnce()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp970 const MCSectionCOFF *SecCOFF = cast<MCSectionCOFF>(Sec); in getAssociativeCOFFSection()
/external/llvm/patches/
D0004-Add-Android-makefiles-for-LLVM.patch1159 + MCSectionCOFF.cpp \
/external/llvm/docs/
DCodeGenerator.rst687 ``MCSectionCOFF``, ``MCSectionELF``) and these are created and uniqued by