Home
last modified time | relevance | path

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

/freebsd/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 isText(); } in useCodeAlign()
111 StringRef MCSectionCOFF::getVirtualSectionKind() const { in getVirtualSectionKind()
H A DWinCOFFObjectWriter.cpp114 MCSectionCOFF const *MCSection = nullptr;
173 void defineSection(const MCAssembler &Asm, MCSectionCOFF const &Sec);
258 static uint32_t getAlignment(const MCSectionCOFF &Sec) { in getAlignment()
295 const MCSectionCOFF &MCSec) { in defineSection()
375 MCSectionCOFF *MCSec = nullptr; in defineSymbol()
377 MCSec = cast<MCSectionCOFF>(Base->getFragment()->getParent()); in defineSymbol()
813 defineSection(Asm, static_cast<const MCSectionCOFF &>(Section)); in executePostLayoutBinding()
1039 const MCSectionCOFF &MCSec = *Section->MCSection; in writeObject()
1053 const auto *AssocMCSec = cast<MCSectionCOFF>(&AssocMCSym->getSection()); in writeObject()
H A DMCContext.cpp693 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection()
706 cast<MCSectionCOFF>(COMDATSymbol->getSection()).getCOMDATSymbol() != in getCOFFSection()
720 MCSectionCOFF *Result = new (COFFAllocator.Allocate()) MCSectionCOFF( in getCOFFSection()
728 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection()
733 MCSectionCOFF *MCContext::getAssociativeCOFFSection(MCSectionCOFF *Sec, in getAssociativeCOFFSection()
H A DMCWinCOFFStreamer.cpp99 if (auto *Sym = cast<MCSectionCOFF>(Section)->getCOMDATSymbol()) in changeSection()
H A DMCStreamer.cpp824 const auto *TextSecCOFF = cast<MCSectionCOFF>(TextSec); in getWinCFISection()
825 auto *MainCFISecCOFF = cast<MCSectionCOFF>(MainCFISec); in getWinCFISection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionCOFF.h27 class MCSectionCOFF final : public MCSection {
53 MCSectionCOFF(StringRef Name, unsigned Characteristics, in MCSectionCOFF() function
H A DMCContext.h54 class MCSectionCOFF; variable
142 SpecificBumpPtrAllocator<MCSectionCOFF> COFFAllocator;
323 std::map<COFFSectionKey, MCSectionCOFF *> COFFUniquingMap;
612 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics,
616 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics);
622 MCSectionCOFF *
623 getAssociativeCOFFSection(MCSectionCOFF *Sec, const MCSymbol *KeySym,
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp256 MCSectionCOFF::isImplicitlyDiscardable(SectionName)) in ParseSectionFlags()
610 const MCSectionCOFF *Current = in ParseDirectiveLinkOnce()
611 static_cast<const MCSectionCOFF *>(getStreamer().getCurrentSectionOnly()); in ParseDirectiveLinkOnce()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h49 class MCSectionCOFF; variable
246 DenseSet<MCSectionCOFF *> ComdatDebugSections;
H A DCodeViewDebug.cpp54 #include "llvm/MC/MCSectionCOFF.h"
1046 MCSectionCOFF *GVSec = in switchToDebugSectionForSymbol()
1047 GVSym ? dyn_cast<MCSectionCOFF>(&GVSym->getSection()) : nullptr; in switchToDebugSectionForSymbol()
1050 MCSectionCOFF *DebugSec = cast<MCSectionCOFF>( in switchToDebugSectionForSymbol()
H A DAsmPrinter.cpp3843 if (const MCSectionCOFF *S = dyn_cast<MCSectionCOFF>( in GetCPISymbol()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1945 static MCSectionCOFF *getCOFFStaticStructorSection(MCContext &Ctx, in getCOFFStaticStructorSection()
1949 MCSectionCOFF *Default) { in getCOFFStaticStructorSection()
1978 MCSectionCOFF *Sec = Ctx.getCOFFSection( in getCOFFStaticStructorSection()
1998 cast<MCSectionCOFF>(StaticCtorSection)); in getStaticCtorSection()
2005 cast<MCSectionCOFF>(StaticDtorSection)); in getStaticDtorSection()
/freebsd/lib/clang/libllvm/
H A DMakefile934 SRCS_MIN+= MC/MCSectionCOFF.cpp