Home
last modified time | relevance | path

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

12

/external/llvm/lib/MC/
DMCSectionCOFF.cpp18 MCSectionCOFF::~MCSectionCOFF() {} // anchor. in ~MCSectionCOFF()
22 bool MCSectionCOFF::ShouldOmitSectionDirective(StringRef Name, in ShouldOmitSectionDirective()
34 void MCSectionCOFF::setSelection(int Selection) const { in setSelection()
40 void MCSectionCOFF::PrintSwitchToSection(const MCAsmInfo &MAI, in PrintSwitchToSection()
103 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign()
107 bool MCSectionCOFF::isVirtualSection() const { in isVirtualSection()
DMCContext.cpp387 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection()
412 MCSectionCOFF *Result = new (COFFAllocator.Allocate()) MCSectionCOFF( in getCOFFSection()
419 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection()
427 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section) { in getCOFFSection()
435 MCSectionCOFF *MCContext::getAssociativeCOFFSection(MCSectionCOFF *Sec, in getAssociativeCOFFSection()
DCMakeLists.txt34 MCSectionCOFF.cpp
DWinCOFFObjectWriter.cpp107 MCSectionCOFF const *MCSection;
156 void defineSection(MCSectionCOFF const &Sec);
266 void WinCOFFObjectWriter::defineSection(MCSectionCOFF const &Sec) { in defineSection()
615 defineSection(static_cast<const MCSectionCOFF &>(Section)); in executePostLayoutBinding()
643 const auto &Sec = cast<MCSectionCOFF>(Sym.getSection()); in isWeak()
897 const MCSectionCOFF &MCSec = *Section->MCSection; in writeObject()
/external/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()
1069 const MCSectionCOFF &MCSec = *Section->MCSection; in writeObject()
1083 const auto *AssocMCSec = cast<MCSectionCOFF>(&AssocMCSym->getSection()); in writeObject()
DMCContext.cpp558 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection()
583 MCSectionCOFF *Result = new (COFFAllocator.Allocate()) MCSectionCOFF( in getCOFFSection()
590 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection()
598 MCSectionCOFF *MCContext::getAssociativeCOFFSection(MCSectionCOFF *Sec, in getAssociativeCOFFSection()
DCMakeLists.txt38 MCSectionCOFF.cpp
/external/swiftshader/third_party/llvm-10.0/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()
DMCContext.cpp435 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection()
460 MCSectionCOFF *Result = new (COFFAllocator.Allocate()) MCSectionCOFF( in getCOFFSection()
467 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection()
475 MCSectionCOFF *MCContext::getAssociativeCOFFSection(MCSectionCOFF *Sec, in getAssociativeCOFFSection()
DWinCOFFObjectWriter.cpp117 MCSectionCOFF const *MCSection = nullptr;
149 MCSectionCOFF *AddrsigSection;
170 void defineSection(MCSectionCOFF const &Sec);
258 static uint32_t getAlignment(const MCSectionCOFF &Sec) { in getAlignment()
294 void WinCOFFObjectWriter::defineSection(const MCSectionCOFF &MCSec) { in defineSection()
673 defineSection(static_cast<const MCSectionCOFF &>(Section)); in executePostLayoutBinding()
1009 const MCSectionCOFF &MCSec = *Section->MCSection; in writeObject()
1023 const auto *AssocMCSec = cast<MCSectionCOFF>(&AssocMCSym->getSection()); in writeObject()
DCMakeLists.txt37 MCSectionCOFF.cpp
/external/llvm/include/llvm/MC/
DMCSectionCOFF.h24 class MCSectionCOFF final : public MCSection {
52 MCSectionCOFF(StringRef Section, unsigned Characteristics, in MCSectionCOFF() function
63 ~MCSectionCOFF();
DMCContext.h45 class MCSectionCOFF; variable
79 SpecificBumpPtrAllocator<MCSectionCOFF> COFFAllocator;
221 std::map<COFFSectionKey, MCSectionCOFF *> COFFUniquingMap;
400 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics,
406 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics,
410 MCSectionCOFF *getCOFFSection(StringRef Section);
416 MCSectionCOFF *
417 getAssociativeCOFFSection(MCSectionCOFF *Sec, const MCSymbol *KeySym,
/external/llvm-project/llvm/include/llvm/MC/
DMCSectionCOFF.h26 class MCSectionCOFF final : public MCSection {
52 MCSectionCOFF(StringRef Name, unsigned Characteristics, in MCSectionCOFF() function
DMCContext.h51 class MCSectionCOFF; variable
95 SpecificBumpPtrAllocator<MCSectionCOFF> COFFAllocator;
284 std::map<COFFSectionKey, MCSectionCOFF *> COFFUniquingMap;
525 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics,
531 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics,
539 MCSectionCOFF *
540 getAssociativeCOFFSection(MCSectionCOFF *Sec, const MCSymbol *KeySym,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSectionCOFF.h26 class MCSectionCOFF final : public MCSection {
54 MCSectionCOFF(StringRef Section, unsigned Characteristics, in MCSectionCOFF() function
DMCContext.h50 class MCSectionCOFF; variable
93 SpecificBumpPtrAllocator<MCSectionCOFF> COFFAllocator;
272 std::map<COFFSectionKey, MCSectionCOFF *> COFFUniquingMap;
469 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics,
475 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics,
483 MCSectionCOFF *
484 getAssociativeCOFFSection(MCSectionCOFF *Sec, const MCSymbol *KeySym,
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/MC/
DBUILD.gn49 "MCSectionCOFF.cpp",
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h46 class MCSectionCOFF; variable
209 DenseSet<MCSectionCOFF *> ComdatDebugSections;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp259 MCSectionCOFF::isImplicitlyDiscardable(SectionName)) in ParseSectionFlags()
587 const MCSectionCOFF *Current = in ParseDirectiveLinkOnce()
588 static_cast<const MCSectionCOFF *>(getStreamer().getCurrentSectionOnly()); in ParseDirectiveLinkOnce()
/external/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()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h46 class MCSectionCOFF; variable
212 DenseSet<MCSectionCOFF *> ComdatDebugSections;
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h108 DenseSet<MCSectionCOFF *> ComdatDebugSections;
/external/llvm/lib/Target/X86/
DX86AsmPrinter.cpp564 if (const MCSectionCOFF *S = dyn_cast<MCSectionCOFF>( in GetCPISymbol()

12