13#ifndef LLVM_MC_MCSECTIONCOFF_H
14#define LLVM_MC_MCSECTIONCOFF_H
33 mutable unsigned Characteristics;
40 mutable unsigned WinCFISectionID = ~0U;
48 mutable int Selection;
65 "alignment must not be set upon section creation");
83 if (WinCFISectionID == ~0U)
84 WinCFISectionID = (*NextID)++;
85 return WinCFISectionID;
assert(UImm &&(UImm !=~static_cast< T >(0)) &&"Invalid immediate!")
amdgpu AMDGPU DAG DAG Pattern Instruction Selection
COFFYAML::WeakExternalCharacteristics Characteristics
Context object for machine code objects.
This represents a section on Windows.
static bool isImplicitlyDiscardable(StringRef Name)
MCSymbol * getCOMDATSymbol() const
unsigned getCharacteristics() const
bool shouldOmitSectionDirective(StringRef Name) const
Decides whether a '.section' directive should be printed before the section name.
unsigned getOrAssignWinCFISectionID(unsigned *NextID) const
unsigned getUniqueID() const
void setSelection(int Selection) const
Instances of this class represent a uniqued identifier for a section in the current translation unit.
static constexpr unsigned NonUniqueID
MCSymbol - Instances of this class represent a symbol name in the MC file, and MCSymbols are created ...
StringRef - Represent a constant reference to a string, i.e.
bool starts_with(StringRef Prefix) const
Check if this string starts with the given Prefix.
This is an optimization pass for GlobalISel generic memory operations.