Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
109 bool MCSectionCOFF::useCodeAlign() const { return getKind().isText(); } in useCodeAlign()
111 bool MCSectionCOFF::isVirtualSection() const { in isVirtualSection()
115 StringRef MCSectionCOFF::getVirtualSectionKind() const { in getVirtualSectionKind()
H A DWinCOFFObjectWriter.cpp115 MCSectionCOFF const *MCSection = nullptr;
154 MCSectionCOFF *AddrsigSection = nullptr;
155 MCSectionCOFF *CGProfileSection = nullptr;
178 void defineSection(MCSectionCOFF const &Sec, const MCAsmLayout &Layout);
289 static uint32_t getAlignment(const MCSectionCOFF &Sec) { in getAlignment()
325 void WinCOFFWriter::defineSection(const MCSectionCOFF &MCSec, in defineSection()
845 defineSection(static_cast<const MCSectionCOFF &>(Section), Layout); in executePostLayoutBinding()
1073 const MCSectionCOFF &MCSec = *Section->MCSection; in writeObject()
1087 const auto *AssocMCSec = cast<MCSectionCOFF>(&AssocMCSym->getSection()); in writeObject()
H A DMCContext.cpp667 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection()
691 MCSectionCOFF *Result = new (COFFAllocator.Allocate()) MCSectionCOFF( in getCOFFSection()
698 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection()
706 MCSectionCOFF *MCContext::getAssociativeCOFFSection(MCSectionCOFF *Sec, in getAssociativeCOFFSection()
H A DMCStreamer.cpp827 const auto *TextSecCOFF = cast<MCSectionCOFF>(TextSec); in getWinCFISection()
828 auto *MainCFISecCOFF = cast<MCSectionCOFF>(MainCFISec); in getWinCFISection()
/freebsd-14.2/contrib/llvm-project/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;
347 std::map<COFFSectionKey, MCSectionCOFF *> COFFUniquingMap;
626 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics,
632 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics,
640 MCSectionCOFF *
641 getAssociativeCOFFSection(MCSectionCOFF *Sec, const MCSymbol *KeySym,
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp273 MCSectionCOFF::isImplicitlyDiscardable(SectionName)) in ParseSectionFlags()
630 const MCSectionCOFF *Current = in ParseDirectiveLinkOnce()
631 static_cast<const MCSectionCOFF *>(getStreamer().getCurrentSectionOnly()); in ParseDirectiveLinkOnce()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h49 class MCSectionCOFF; variable
246 DenseSet<MCSectionCOFF *> ComdatDebugSections;
H A DCodeViewDebug.cpp1046 MCSectionCOFF *GVSec = in switchToDebugSectionForSymbol()
1047 GVSym ? dyn_cast<MCSectionCOFF>(&GVSym->getSection()) : nullptr; in switchToDebugSectionForSymbol()
1050 MCSectionCOFF *DebugSec = cast<MCSectionCOFF>( in switchToDebugSectionForSymbol()
H A DAsmPrinter.cpp3828 if (const MCSectionCOFF *S = dyn_cast<MCSectionCOFF>( in GetCPISymbol()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1953 static MCSectionCOFF *getCOFFStaticStructorSection(MCContext &Ctx, in getCOFFStaticStructorSection()
1957 MCSectionCOFF *Default) { in getCOFFStaticStructorSection()
1986 MCSectionCOFF *Sec = Ctx.getCOFFSection( in getCOFFStaticStructorSection()
2008 cast<MCSectionCOFF>(StaticCtorSection)); in getStaticCtorSection()
2015 cast<MCSectionCOFF>(StaticDtorSection)); in getStaticDtorSection()
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile928 SRCS_MIN+= MC/MCSectionCOFF.cpp