Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A 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()
H A 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()
H A DMCContext.cpp613 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection()
638 MCSectionCOFF *Result = new (COFFAllocator.Allocate()) MCSectionCOFF( in getCOFFSection()
645 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection()
653 MCSectionCOFF *MCContext::getAssociativeCOFFSection(MCSectionCOFF *Sec, in getAssociativeCOFFSection()
H A DCMakeLists.txt39 MCSectionCOFF.cpp
H A DMCStreamer.cpp793 const auto *TextSecCOFF = cast<MCSectionCOFF>(TextSec); in getWinCFISection()
794 auto *MainCFISecCOFF = cast<MCSectionCOFF>(MainCFISec); in getWinCFISection()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSectionCOFF.h26 class MCSectionCOFF final : public MCSection {
52 MCSectionCOFF(StringRef Name, unsigned Characteristics, in MCSectionCOFF() function
H A DMCContext.h53 class MCSectionCOFF; variable
114 SpecificBumpPtrAllocator<MCSectionCOFF> COFFAllocator;
325 std::map<COFFSectionKey, MCSectionCOFF *> COFFUniquingMap;
596 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics,
602 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics,
610 MCSectionCOFF *
611 getAssociativeCOFFSection(MCSectionCOFF *Sec, const MCSymbol *KeySym,
/netbsd/external/apache2/llvm/lib/libLLVMMC/
H A DMakefile46 MCSectionCOFF.cpp \
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp263 MCSectionCOFF::isImplicitlyDiscardable(SectionName)) in ParseSectionFlags()
595 const MCSectionCOFF *Current = in ParseDirectiveLinkOnce()
596 static_cast<const MCSectionCOFF *>(getStreamer().getCurrentSectionOnly()); in ParseDirectiveLinkOnce()
/netbsd/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/MC/
H A DBUILD.gn51 "MCSectionCOFF.cpp",
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h46 class MCSectionCOFF; variable
212 DenseSet<MCSectionCOFF *> ComdatDebugSections;
H A DCodeViewDebug.cpp959 MCSectionCOFF *GVSec = in switchToDebugSectionForSymbol()
960 GVSym ? dyn_cast<MCSectionCOFF>(&GVSym->getSection()) : nullptr; in switchToDebugSectionForSymbol()
963 MCSectionCOFF *DebugSec = cast<MCSectionCOFF>( in switchToDebugSectionForSymbol()
H A DAsmPrinter.cpp3105 if (const MCSectionCOFF *S = dyn_cast<MCSectionCOFF>( in GetCPISymbol()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1831 static MCSectionCOFF *getCOFFStaticStructorSection(MCContext &Ctx, in getCOFFStaticStructorSection()
1835 MCSectionCOFF *Default) { in getCOFFStaticStructorSection()
1851 MCSectionCOFF *Sec = Ctx.getCOFFSection( in getCOFFStaticStructorSection()
1873 cast<MCSectionCOFF>(StaticCtorSection)); in getStaticCtorSection()
1880 cast<MCSectionCOFF>(StaticDtorSection)); in getStaticDtorSection()
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DCodeGenerator.rst685 ``MCSectionCOFF``, ``MCSectionELF``) and these are created and uniqued by