/openbsd/gnu/llvm/llvm/lib/MC/ |
H A 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() 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 D | WinCOFFObjectWriter.cpp | 119 MCSectionCOFF const *MCSection = nullptr; 157 MCSectionCOFF *AddrsigSection; 159 MCSectionCOFF *CGProfileSection = nullptr; 180 void defineSection(MCSectionCOFF const &Sec, const MCAsmLayout &Layout); 269 static uint32_t getAlignment(const MCSectionCOFF &Sec) { in getAlignment() 305 void WinCOFFObjectWriter::defineSection(const MCSectionCOFF &MCSec, in defineSection() 672 defineSection(static_cast<const MCSectionCOFF &>(Section), Layout); in executePostLayoutBinding() 1070 const MCSectionCOFF &MCSec = *Section->MCSection; in writeObject() 1084 const auto *AssocMCSec = cast<MCSectionCOFF>(&AssocMCSym->getSection()); in writeObject()
|
H A D | MCContext.cpp | 660 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection() 685 MCSectionCOFF *Result = new (COFFAllocator.Allocate()) MCSectionCOFF( in getCOFFSection() 692 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection() 700 MCSectionCOFF *MCContext::getAssociativeCOFFSection(MCSectionCOFF *Sec, in getAssociativeCOFFSection()
|
H A D | CMakeLists.txt | 42 MCSectionCOFF.cpp
|
H A D | MCStreamer.cpp | 819 const auto *TextSecCOFF = cast<MCSectionCOFF>(TextSec); in getWinCFISection() 820 auto *MainCFISecCOFF = cast<MCSectionCOFF>(MainCFISec); in getWinCFISection()
|
/openbsd/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCSectionCOFF.h | 26 class MCSectionCOFF final : public MCSection { 52 MCSectionCOFF(StringRef Name, unsigned Characteristics, in MCSectionCOFF() function
|
H A D | MCContext.h | 51 class MCSectionCOFF; variable 132 SpecificBumpPtrAllocator<MCSectionCOFF> COFFAllocator; 347 std::map<COFFSectionKey, MCSectionCOFF *> COFFUniquingMap; 624 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics, 630 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics, 638 MCSectionCOFF * 639 getAssociativeCOFFSection(MCSectionCOFF *Sec, const MCSymbol *KeySym,
|
/openbsd/gnu/usr.bin/clang/libLLVMMC/ |
H A D | Makefile | 48 MCSectionCOFF.cpp \
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/MC/ |
H A D | BUILD.gn | 56 "MCSectionCOFF.cpp",
|
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/ |
H A D | COFFAsmParser.cpp | 265 MCSectionCOFF::isImplicitlyDiscardable(SectionName)) in ParseSectionFlags() 599 const MCSectionCOFF *Current = in ParseDirectiveLinkOnce() 600 static_cast<const MCSectionCOFF *>(getStreamer().getCurrentSectionOnly()); in ParseDirectiveLinkOnce()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.h | 46 class MCSectionCOFF; variable 227 DenseSet<MCSectionCOFF *> ComdatDebugSections;
|
H A D | CodeViewDebug.cpp | 1040 MCSectionCOFF *GVSec = in switchToDebugSectionForSymbol() 1041 GVSym ? dyn_cast<MCSectionCOFF>(&GVSym->getSection()) : nullptr; in switchToDebugSectionForSymbol() 1044 MCSectionCOFF *DebugSec = cast<MCSectionCOFF>( in switchToDebugSectionForSymbol()
|
H A D | AsmPrinter.cpp | 3585 if (const MCSectionCOFF *S = dyn_cast<MCSectionCOFF>( in GetCPISymbol()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 1911 static MCSectionCOFF *getCOFFStaticStructorSection(MCContext &Ctx, in getCOFFStaticStructorSection() 1915 MCSectionCOFF *Default) { in getCOFFStaticStructorSection() 1944 MCSectionCOFF *Sec = Ctx.getCOFFSection( in getCOFFStaticStructorSection() 1966 cast<MCSectionCOFF>(StaticCtorSection)); in getStaticCtorSection() 1973 cast<MCSectionCOFF>(StaticDtorSection)); in getStaticDtorSection()
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | CodeGenerator.rst | 685 ``MCSectionCOFF``, ``MCSectionELF``) and these are created and uniqued by
|
/openbsd/distrib/sets/lists/comp/ |
H A D | clang.amd64 | 2149 ./usr/include/llvm/MC/MCSectionCOFF.h
|
H A D | clang.arm64 | 2149 ./usr/include/llvm/MC/MCSectionCOFF.h
|
H A D | clang.armv7 | 2147 ./usr/include/llvm/MC/MCSectionCOFF.h
|
H A D | clang.i386 | 2147 ./usr/include/llvm/MC/MCSectionCOFF.h
|
H A D | clang.loongson | 2148 ./usr/include/llvm/MC/MCSectionCOFF.h
|
H A D | clang.macppc | 2148 ./usr/include/llvm/MC/MCSectionCOFF.h
|
H A D | clang.octeon | 2148 ./usr/include/llvm/MC/MCSectionCOFF.h
|
H A D | clang.powerpc64 | 2147 ./usr/include/llvm/MC/MCSectionCOFF.h
|
H A D | clang.sparc64 | 2148 ./usr/include/llvm/MC/MCSectionCOFF.h
|
H A D | clang.riscv64 | 2147 ./usr/include/llvm/MC/MCSectionCOFF.h
|