Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 { return getKind().isText(); } in useCodeAlign()
109 bool MCSectionCOFF::isVirtualSection() const { in isVirtualSection()
113 StringRef MCSectionCOFF::getVirtualSectionKind() const { in getVirtualSectionKind()
H A DWinCOFFObjectWriter.cpp119 MCSectionCOFF const *MCSection = nullptr;
157 MCSectionCOFF *AddrsigSection;
159 MCSectionCOFF *CGProfileSection = nullptr;
180 void defineSection(MCSectionCOFF const &Sec, const MCAsmLayout &Layout);
269 static uint32_t getAlignment(const MCSectionCOFF &Sec) { in getAlignment()
305 void WinCOFFObjectWriter::defineSection(const MCSectionCOFF &MCSec, in defineSection()
672 defineSection(static_cast<const MCSectionCOFF &>(Section), Layout); in executePostLayoutBinding()
1070 const MCSectionCOFF &MCSec = *Section->MCSection; in writeObject()
1084 const auto *AssocMCSec = cast<MCSectionCOFF>(&AssocMCSym->getSection()); in writeObject()
H A DMCContext.cpp634 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection()
659 MCSectionCOFF *Result = new (COFFAllocator.Allocate()) MCSectionCOFF( in getCOFFSection()
666 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection()
674 MCSectionCOFF *MCContext::getAssociativeCOFFSection(MCSectionCOFF *Sec, in getAssociativeCOFFSection()
H A DCMakeLists.txt42 MCSectionCOFF.cpp
H A DMCStreamer.cpp819 const auto *TextSecCOFF = cast<MCSectionCOFF>(TextSec); in getWinCFISection()
820 auto *MainCFISecCOFF = cast<MCSectionCOFF>(MainCFISec); in getWinCFISection()
/llvm-project-15.0.7/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.h51 class MCSectionCOFF; variable
132 SpecificBumpPtrAllocator<MCSectionCOFF> COFFAllocator;
348 std::map<COFFSectionKey, MCSectionCOFF *> COFFUniquingMap;
625 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics,
631 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics,
639 MCSectionCOFF *
640 getAssociativeCOFFSection(MCSectionCOFF *Sec, const MCSymbol *KeySym,
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/MC/
H A DBUILD.gn55 "MCSectionCOFF.cpp",
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp260 MCSectionCOFF::isImplicitlyDiscardable(SectionName)) in ParseSectionFlags()
592 const MCSectionCOFF *Current = in ParseDirectiveLinkOnce()
593 static_cast<const MCSectionCOFF *>(getStreamer().getCurrentSectionOnly()); in ParseDirectiveLinkOnce()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h46 class MCSectionCOFF; variable
226 DenseSet<MCSectionCOFF *> ComdatDebugSections;
H A DCodeViewDebug.cpp1039 MCSectionCOFF *GVSec = in switchToDebugSectionForSymbol()
1040 GVSym ? dyn_cast<MCSectionCOFF>(&GVSym->getSection()) : nullptr; in switchToDebugSectionForSymbol()
1043 MCSectionCOFF *DebugSec = cast<MCSectionCOFF>( in switchToDebugSectionForSymbol()
H A DAsmPrinter.cpp3410 if (const MCSectionCOFF *S = dyn_cast<MCSectionCOFF>( in GetCPISymbol()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1877 static MCSectionCOFF *getCOFFStaticStructorSection(MCContext &Ctx, in getCOFFStaticStructorSection()
1881 MCSectionCOFF *Default) { in getCOFFStaticStructorSection()
1897 MCSectionCOFF *Sec = Ctx.getCOFFSection( in getCOFFStaticStructorSection()
1919 cast<MCSectionCOFF>(StaticCtorSection)); in getStaticCtorSection()
1926 cast<MCSectionCOFF>(StaticDtorSection)); in getStaticDtorSection()
/llvm-project-15.0.7/llvm/docs/
H A DCodeGenerator.rst685 ``MCSectionCOFF``, ``MCSectionELF``) and these are created and uniqued by
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5376 llvm/include/llvm/MC/MCSectionCOFF.h