Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCSectionCOFF.cpp19 bool MCSectionCOFF::ShouldOmitSectionDirective(StringRef Name, in ShouldOmitSectionDirective()
31 void MCSectionCOFF::setSelection(int Selection) const { in setSelection()
37 void MCSectionCOFF::PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in PrintSwitchToSection()
107 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign()
111 bool MCSectionCOFF::isVirtualSection() const { in isVirtualSection()
115 StringRef MCSectionCOFF::getVirtualSectionKind() const { in getVirtualSectionKind()
DWinCOFFObjectWriter.cpp118 MCSectionCOFF const *MCSection = nullptr;
154 MCSectionCOFF *AddrsigSection;
157 MCSectionCOFF *CGProfileSection = nullptr;
177 void defineSection(MCSectionCOFF const &Sec);
266 static uint32_t getAlignment(const MCSectionCOFF &Sec) { in getAlignment()
302 void WinCOFFObjectWriter::defineSection(const MCSectionCOFF &MCSec) { in defineSection()
691 defineSection(static_cast<const MCSectionCOFF &>(Section)); in executePostLayoutBinding()
1074 const MCSectionCOFF &MCSec = *Section->MCSection; in writeObject()
1088 const auto *AssocMCSec = cast<MCSectionCOFF>(&AssocMCSym->getSection()); in writeObject()
DMCContext.cpp628 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection()
653 MCSectionCOFF *Result = new (COFFAllocator.Allocate()) MCSectionCOFF( in getCOFFSection()
660 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection()
668 MCSectionCOFF *MCContext::getAssociativeCOFFSection(MCSectionCOFF *Sec, in getAssociativeCOFFSection()
DMCStreamer.cpp806 const auto *TextSecCOFF = cast<MCSectionCOFF>(TextSec); in getWinCFISection()
807 auto *MainCFISecCOFF = cast<MCSectionCOFF>(MainCFISec); in getWinCFISection()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCSectionCOFF.h26 class MCSectionCOFF final : public MCSection {
52 MCSectionCOFF(StringRef Name, unsigned Characteristics, in MCSectionCOFF() function
DMCContext.h53 class MCSectionCOFF; variable
115 SpecificBumpPtrAllocator<MCSectionCOFF> COFFAllocator;
327 std::map<COFFSectionKey, MCSectionCOFF *> COFFUniquingMap;
601 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics,
607 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics,
615 MCSectionCOFF *
616 getAssociativeCOFFSection(MCSectionCOFF *Sec, const MCSymbol *KeySym,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp263 MCSectionCOFF::isImplicitlyDiscardable(SectionName)) in ParseSectionFlags()
595 const MCSectionCOFF *Current = in ParseDirectiveLinkOnce()
596 static_cast<const MCSectionCOFF *>(getStreamer().getCurrentSectionOnly()); in ParseDirectiveLinkOnce()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h46 class MCSectionCOFF; variable
212 DenseSet<MCSectionCOFF *> ComdatDebugSections;
DCodeViewDebug.cpp959 MCSectionCOFF *GVSec = in switchToDebugSectionForSymbol()
960 GVSym ? dyn_cast<MCSectionCOFF>(&GVSym->getSection()) : nullptr; in switchToDebugSectionForSymbol()
963 MCSectionCOFF *DebugSec = cast<MCSectionCOFF>( in switchToDebugSectionForSymbol()
DAsmPrinter.cpp3130 if (const MCSectionCOFF *S = dyn_cast<MCSectionCOFF>( in GetCPISymbol()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1851 static MCSectionCOFF *getCOFFStaticStructorSection(MCContext &Ctx, in getCOFFStaticStructorSection()
1855 MCSectionCOFF *Default) { in getCOFFStaticStructorSection()
1871 MCSectionCOFF *Sec = Ctx.getCOFFSection( in getCOFFStaticStructorSection()
1893 cast<MCSectionCOFF>(StaticCtorSection)); in getStaticCtorSection()
1900 cast<MCSectionCOFF>(StaticDtorSection)); in getStaticDtorSection()
/freebsd-12-stable/lib/clang/libllvm/
DMakefile801 SRCS_MIN+= MC/MCSectionCOFF.cpp