Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCWinEH.cpp29 StringRef SecName, const MCSectionCOFF *UnwindSec, const MCSymbol *Function, in getUnwindInfoSection()
34 const MCSectionCOFF *FunctionSection = in getUnwindInfoSection()
35 cast<MCSectionCOFF>(&Function->getSection()); in getUnwindInfoSection()
43 if (const auto *Section = dyn_cast<MCSectionCOFF>(FunctionSection)) { in getUnwindInfoSection()
64 const MCSectionCOFF *PData = in getPDataSection()
65 cast<MCSectionCOFF>(Context.getObjectFileInfo()->getPDataSection()); in getPDataSection()
71 const MCSectionCOFF *XData = in getXDataSection()
72 cast<MCSectionCOFF>(Context.getObjectFileInfo()->getXDataSection()); in getXDataSection()
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()
102 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign()
106 bool MCSectionCOFF::isVirtualSection() const { in isVirtualSection()
DMCContext.cpp347 const MCSectionCOFF *
369 MCSectionCOFF *Result = new (*this) MCSectionCOFF( in getCOFFSection()
376 const MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection()
383 const MCSectionCOFF *MCContext::getCOFFSection(StringRef Section) { in getCOFFSection()
391 const MCSectionCOFF *
392 MCContext::getAssociativeCOFFSection(const MCSectionCOFF *Sec, in getAssociativeCOFFSection()
DCMakeLists.txt32 MCSectionCOFF.cpp
DAndroid.mk34 MCSectionCOFF.cpp \
DWinCOFFObjectWriter.cpp302 MCSectionCOFF const &Sec = in DefineSection()
303 static_cast<MCSectionCOFF const &>(SectionData.getSection()); in DefineSection()
910 const MCSectionCOFF &MCSec = in WriteObject()
911 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
56 ~MCSectionCOFF() override;
DMCContext.h42 class MCSectionCOFF; variable
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/
DCOFFAsmParser.cpp501 const MCSectionCOFF *Current = static_cast<const MCSectionCOFF*>( in ParseDirectiveLinkOnce()
/external/llvm/lib/Target/X86/
DX86AsmPrinter.cpp563 if (const MCSectionCOFF *S = dyn_cast<MCSectionCOFF>( in GetCPISymbol()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1046 cast<MCSectionCOFF>(StaticCtorSection), KeySym); in getStaticCtorSection()
1052 cast<MCSectionCOFF>(StaticDtorSection), KeySym); in getStaticDtorSection()
/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