Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCSectionCOFF.cpp18 MCSectionCOFF::~MCSectionCOFF() = default; // anchor.
22 bool MCSectionCOFF::ShouldOmitSectionDirective(StringRef Name, in ShouldOmitSectionDirective()
34 void MCSectionCOFF::setSelection(int Selection) const { in setSelection()
40 void MCSectionCOFF::PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in PrintSwitchToSection()
110 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign()
114 bool MCSectionCOFF::isVirtualSection() const { in isVirtualSection()
H A DMCContext.cpp422 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection()
447 MCSectionCOFF *Result = new (COFFAllocator.Allocate()) MCSectionCOFF( in getCOFFSection()
454 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection()
462 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section) { in getCOFFSection()
470 MCSectionCOFF *MCContext::getAssociativeCOFFSection(MCSectionCOFF *Sec, in getAssociativeCOFFSection()
H A DWinCOFFObjectWriter.cpp118 MCSectionCOFF const *MCSection = nullptr;
150 MCSectionCOFF *AddrsigSection;
171 void defineSection(MCSectionCOFF const &Sec);
259 static uint32_t getAlignment(const MCSectionCOFF &Sec) { in getAlignment()
295 void WinCOFFObjectWriter::defineSection(const MCSectionCOFF &MCSec) { in defineSection()
674 defineSection(static_cast<const MCSectionCOFF &>(Section)); in executePostLayoutBinding()
1010 const MCSectionCOFF &MCSec = *Section->MCSection; in writeObject()
1024 const auto *AssocMCSec = cast<MCSectionCOFF>(&AssocMCSym->getSection()); in writeObject()
H A DMCStreamer.cpp720 const auto *TextSecCOFF = cast<MCSectionCOFF>(TextSec); in getWinCFISection()
721 auto *MainCFISecCOFF = cast<MCSectionCOFF>(MainCFISec); in getWinCFISection()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCSectionCOFF.h27 class MCSectionCOFF final : public MCSection {
55 MCSectionCOFF(StringRef Section, unsigned Characteristics, in MCSectionCOFF() function
66 ~MCSectionCOFF();
H A DMCContext.h49 class MCSectionCOFF; variable
91 SpecificBumpPtrAllocator<MCSectionCOFF> COFFAllocator;
252 std::map<COFFSectionKey, MCSectionCOFF *> COFFUniquingMap;
434 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics,
440 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics,
444 MCSectionCOFF *getCOFFSection(StringRef Section);
450 MCSectionCOFF *
451 getAssociativeCOFFSection(MCSectionCOFF *Sec, const MCSymbol *KeySym,
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h46 class MCSectionCOFF; variable
207 DenseSet<MCSectionCOFF *> ComdatDebugSections;
H A DCodeViewDebug.cpp896 MCSectionCOFF *GVSec = in switchToDebugSectionForSymbol()
897 GVSym ? dyn_cast<MCSectionCOFF>(&GVSym->getSection()) : nullptr; in switchToDebugSectionForSymbol()
900 MCSectionCOFF *DebugSec = cast<MCSectionCOFF>( in switchToDebugSectionForSymbol()
H A DAsmPrinter.cpp2751 if (const MCSectionCOFF *S = dyn_cast<MCSectionCOFF>( in GetCPISymbol()
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp275 MCSectionCOFF::isImplicitlyDiscardable(SectionName)) in ParseSectionFlags()
603 const MCSectionCOFF *Current = in ParseDirectiveLinkOnce()
604 static_cast<const MCSectionCOFF *>(getStreamer().getCurrentSectionOnly()); in ParseDirectiveLinkOnce()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1482 static MCSectionCOFF *getCOFFStaticStructorSection(MCContext &Ctx, in getCOFFStaticStructorSection()
1486 MCSectionCOFF *Default) { in getCOFFStaticStructorSection()
1501 MCSectionCOFF *Sec = Ctx.getCOFFSection( in getCOFFStaticStructorSection()
1523 cast<MCSectionCOFF>(StaticCtorSection)); in getStaticCtorSection()
1530 cast<MCSectionCOFF>(StaticDtorSection)); in getStaticDtorSection()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile681 SRCS_MIN+= MC/MCSectionCOFF.cpp