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/ |
D | MCSectionCOFF.cpp | 19 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()
|
D | MCContext.cpp | 435 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()
|
D | WinCOFFObjectWriter.cpp | 117 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()
|
D | CMakeLists.txt | 37 MCSectionCOFF.cpp
|
D | MCStreamer.cpp | 773 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/ |
D | MCSectionCOFF.h | 26 class MCSectionCOFF final : public MCSection { 54 MCSectionCOFF(StringRef Section, unsigned Characteristics, in MCSectionCOFF() function
|
D | MCContext.h | 50 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/ |
D | CodeViewDebug.h | 46 class MCSectionCOFF; variable 209 DenseSet<MCSectionCOFF *> ComdatDebugSections;
|
D | CodeViewDebug.cpp | 925 MCSectionCOFF *GVSec = in switchToDebugSectionForSymbol() 926 GVSym ? dyn_cast<MCSectionCOFF>(&GVSym->getSection()) : nullptr; in switchToDebugSectionForSymbol() 929 MCSectionCOFF *DebugSec = cast<MCSectionCOFF>( in switchToDebugSectionForSymbol()
|
D | AsmPrinter.cpp | 2854 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/ |
D | COFFAsmParser.cpp | 259 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/ |
D | TargetLoweringObjectFileImpl.cpp | 1506 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/ |
D | Android.bp | 505 "llvm/lib/MC/MCSectionCOFF.cpp",
|
D | BUILD.gn | 620 "llvm/lib/MC/MCSectionCOFF.cpp",
|
D | CMakeLists.txt | 507 ${LLVM_DIR}/lib/MC/MCSectionCOFF.cpp
|