|
LLVM
3.7.0
|
MCSectionCOFF - This represents a section on Windows. More...
#include <MCSectionCOFF.h>
Static Public Member Functions | |
| static bool | classof (const MCSection *S) |
Friends | |
| class | MCContext |
Additional Inherited Members | |
Public Types inherited from llvm::MCSection | |
| enum | SectionVariant { SV_COFF = 0, SV_ELF, SV_MachO } |
| enum | BundleLockStateType { NotBundleLocked, BundleLocked, BundleLockedAlignToEnd } |
| Express the state of bundle locked groups while emitting code. More... | |
| typedef iplist< MCFragment > | FragmentListType |
| typedef FragmentListType::const_iterator | const_iterator |
| typedef FragmentListType::iterator | iterator |
| typedef FragmentListType::const_reverse_iterator | const_reverse_iterator |
| typedef FragmentListType::reverse_iterator | reverse_iterator |
Protected Member Functions inherited from llvm::MCSection | |
| MCSection (SectionVariant V, SectionKind K, MCSymbol *Begin) | |
Protected Attributes inherited from llvm::MCSection | |
| SectionVariant | Variant |
| SectionKind | Kind |
MCSectionCOFF - This represents a section on Windows.
Definition at line 25 of file MCSectionCOFF.h.
Definition at line 75 of file MCSectionCOFF.h.
References llvm::MCSection::getVariant(), and llvm::MCSection::SV_COFF.
|
inline |
Definition at line 64 of file MCSectionCOFF.h.
References Characteristics.
Referenced by llvm::MCContext::getAssociativeCOFFSection(), llvm::WinEH::getUnwindInfoSection(), isVirtualSection(), and PrintSwitchToSection().
|
inline |
Definition at line 65 of file MCSectionCOFF.h.
Referenced by llvm::WinEH::getUnwindInfoSection().
|
inline |
Definition at line 63 of file MCSectionCOFF.h.
Referenced by llvm::MCContext::getAssociativeCOFFSection(), and PrintSwitchToSection().
|
inline |
Definition at line 66 of file MCSectionCOFF.h.
|
overridevirtual |
Check whether this section is "virtual", that is has no actual object file contents.
Implements llvm::MCSection.
Definition at line 106 of file MCSectionCOFF.cpp.
References getCharacteristics(), and llvm::COFF::IMAGE_SCN_CNT_UNINITIALIZED_DATA.
|
overridevirtual |
Implements llvm::MCSection.
Definition at line 39 of file MCSectionCOFF.cpp.
References getCharacteristics(), getSectionName(), llvm::COFF::IMAGE_COMDAT_SELECT_ANY, llvm::COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE, llvm::COFF::IMAGE_COMDAT_SELECT_EXACT_MATCH, llvm::COFF::IMAGE_COMDAT_SELECT_LARGEST, llvm::COFF::IMAGE_COMDAT_SELECT_NEWEST, llvm::COFF::IMAGE_COMDAT_SELECT_NODUPLICATES, llvm::COFF::IMAGE_COMDAT_SELECT_SAME_SIZE, llvm::COFF::IMAGE_SCN_CNT_INITIALIZED_DATA, llvm::COFF::IMAGE_SCN_CNT_UNINITIALIZED_DATA, llvm::COFF::IMAGE_SCN_LNK_COMDAT, llvm::COFF::IMAGE_SCN_LNK_REMOVE, llvm::COFF::IMAGE_SCN_MEM_EXECUTE, llvm::COFF::IMAGE_SCN_MEM_READ, llvm::COFF::IMAGE_SCN_MEM_SHARED, llvm::COFF::IMAGE_SCN_MEM_WRITE, llvm::MCSymbol::print(), and ShouldOmitSectionDirective().
| void MCSectionCOFF::setSelection | ( | int | Selection | ) | const |
Definition at line 33 of file MCSectionCOFF.cpp.
References llvm::COFF::IMAGE_SCN_LNK_COMDAT.
ShouldOmitSectionDirective - Decides whether a '.section' directive should be printed before the section name.
Definition at line 21 of file MCSectionCOFF.cpp.
Referenced by PrintSwitchToSection().
|
overridevirtual |
Return true if a .align directive should use "optimized nops" to fill instead of 0s.
Implements llvm::MCSection.
Definition at line 102 of file MCSectionCOFF.cpp.
References llvm::MCSection::getKind(), and llvm::SectionKind::isText().
|
friend |
Definition at line 46 of file MCSectionCOFF.h.
1.8.6