Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
DMCStreamer.cpp773 const auto *TextSecCOFF = cast<MCSectionCOFF>(TextSec); in getWinCFISection()
774 auto *MainCFISecCOFF = cast<MCSectionCOFF>(MainCFISec); in getWinCFISection()
/third_party/skia/third_party/externals/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,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h46 class MCSectionCOFF; variable
209 DenseSet<MCSectionCOFF *> ComdatDebugSections;
DCodeViewDebug.cpp925 MCSectionCOFF *GVSec = in switchToDebugSectionForSymbol()
926 GVSym ? dyn_cast<MCSectionCOFF>(&GVSym->getSection()) : nullptr; in switchToDebugSectionForSymbol()
929 MCSectionCOFF *DebugSec = cast<MCSectionCOFF>( in switchToDebugSectionForSymbol()
DAsmPrinter.cpp2854 if (const MCSectionCOFF *S = dyn_cast<MCSectionCOFF>( in GetCPISymbol()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1506 static MCSectionCOFF *getCOFFStaticStructorSection(MCContext &Ctx, in getCOFFStaticStructorSection()
1510 MCSectionCOFF *Default) { in getCOFFStaticStructorSection()
1526 MCSectionCOFF *Sec = Ctx.getCOFFSection( in getCOFFStaticStructorSection()
1548 cast<MCSectionCOFF>(StaticCtorSection)); in getStaticCtorSection()
1555 cast<MCSectionCOFF>(StaticDtorSection)); in getStaticDtorSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/
DAndroid.bp505 "llvm/lib/MC/MCSectionCOFF.cpp",
DBUILD.gn620 "llvm/lib/MC/MCSectionCOFF.cpp",
DCMakeLists.txt507 ${LLVM_DIR}/lib/MC/MCSectionCOFF.cpp