Searched refs:MCSectionCOFF (Results 1 – 13 of 13) sorted by relevance
/external/llvm/lib/MC/ |
D | MCWinEH.cpp | 29 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()
|
D | MCSectionCOFF.cpp | 17 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()
|
D | MCContext.cpp | 347 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()
|
D | CMakeLists.txt | 32 MCSectionCOFF.cpp
|
D | Android.mk | 34 MCSectionCOFF.cpp \
|
D | WinCOFFObjectWriter.cpp | 302 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/ |
D | MCSectionCOFF.h | 25 class MCSectionCOFF : public MCSection { 47 MCSectionCOFF(StringRef Section, unsigned Characteristics, in MCSectionCOFF() function 56 ~MCSectionCOFF() override;
|
D | MCContext.h | 42 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/ |
D | COFFAsmParser.cpp | 501 const MCSectionCOFF *Current = static_cast<const MCSectionCOFF*>( in ParseDirectiveLinkOnce()
|
/external/llvm/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 563 if (const MCSectionCOFF *S = dyn_cast<MCSectionCOFF>( in GetCPISymbol()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 1046 cast<MCSectionCOFF>(StaticCtorSection), KeySym); in getStaticCtorSection() 1052 cast<MCSectionCOFF>(StaticDtorSection), KeySym); in getStaticDtorSection()
|
/external/llvm/patches/ |
D | 0004-Add-Android-makefiles-for-LLVM.patch | 1159 + MCSectionCOFF.cpp \
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 687 ``MCSectionCOFF``, ``MCSectionELF``) and these are created and uniqued by
|