13#ifndef LLVM_MC_MCSECTION_H
14#define LLVM_MC_MCSECTION_H
35class MCObjectStreamer;
79 unsigned LayoutOrder = 0;
88 bool LinkerRelaxable : 1;
91 bool HasInstructions : 1;
93 bool AllowAutoPadding : 1;
128 unsigned MaxBytesToEmit;
141 const MCExpr *AddrDelta;
150 bool HasInstructions =
false);
179 HasInstructions =
true;
201 size_t getVarSize()
const {
return VarContentEnd - VarContentStart; }
203 return FixedSize + (VarContentEnd - VarContentStart);
224 return u.relax.Opcode;
232 unsigned MaxBytesToEmit) {
234 u.align.EmitNops =
false;
235 u.align.Alignment = Alignment;
237 u.align.FillLen = FillLen;
238 u.align.MaxBytesToEmit = MaxBytesToEmit;
243 return u.align.Alignment;
251 return u.align.FillLen;
255 return u.align.MaxBytesToEmit;
259 return u.align.EmitNops;
266 u.leb.IsSigned = IsSigned;
279 return u.leb.IsSigned;
285 return *u.dwarf.AddrDelta;
289 u.dwarf.AddrDelta =
E;
293 return u.dwarf.LineDelta;
297 u.dwarf.LineDelta = LineDelta;
318 NumValues(NumValues), Loc(Loc) {}
335 int64_t ControlledNopLength;
347 ControlledNopLength(ControlledNopLength), Loc(L), STI(STI) {}
404 unsigned StartFileId;
405 unsigned StartLineNum;
415 unsigned StartLineNum,
const MCSymbol *FnStartSym,
418 StartFileId(StartFileId), StartLineNum(StartLineNum),
419 FnStartSym(FnStartSym), FnEndSym(FnEndSym) {}
440 ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>> Ranges,
443 FixedSizePortion(FixedSizePortion) {}
501 static constexpr unsigned NonUniqueID = ~0U;
529 unsigned Ordinal = 0;
533 unsigned FirstLinkerRelaxable = -1u;
536 bool HasInstructions : 1;
538 bool IsRegistered : 1;
570 return const_cast<MCSection *
>(
this)->getBeginSymbol();
577 bool hasEnded()
const;
584 if (Alignment < MinAlignment)
585 Alignment = MinAlignment;
608 *FragToSyms =
nullptr)
const;
616 return {
reinterpret_cast<char *
>(
this + 1), FixedSize};
619 return {
reinterpret_cast<const char *
>(
this + 1), FixedSize};
624 .
slice(VarContentStart, VarContentEnd - VarContentStart);
628 .
slice(VarContentStart, VarContentEnd - VarContentStart);
635 .
slice(FixupStart, FixupEnd - FixupStart);
639 .
slice(FixupStart, FixupEnd - FixupStart);
644 .
slice(VarFixupStart, VarFixupSize);
654 .
slice(u.relax.OperandStart, u.relax.OperandSize);
662 .slice(u.relax.OperandStart, u.relax.OperandSize));
671 u.relax.OperandStart = S.size();
assert(UImm &&(UImm !=~static_cast< T >(0)) &&"Invalid immediate!")
static GCRegistry::Add< CoreCLRGC > E("coreclr", "CoreCLR-compatible GC")
This file defines the DenseMap class.
PowerPC TLS Dynamic Call Fixup
This file defines the SmallString class.
This file defines the SmallVector class.
ArrayRef - Represent a constant reference to an array (0 or more elements consecutively in memory),...
ArrayRef< T > slice(size_t N, size_t M) const
slice(n, m) - Chop off the first N elements of the array, and keep M elements in the array.
Holds state from .cv_file and .cv_loc directives for later emission.
Represents required padding such that a particular other set of fragments does not cross a particular...
MCBoundaryAlignFragment(Align AlignBoundary, const MCSubtargetInfo &STI)
void setAlignment(Align Value)
void setSize(uint64_t Value)
const MCFragment * getLastFragment() const
const MCSubtargetInfo * getSubtargetInfo() const
static bool classof(const MCFragment *F)
Align getAlignment() const
void setLastFragment(const MCFragment *F)
Fragment representing the .cv_def_range directive.
MCCVDefRangeFragment(ArrayRef< std::pair< const MCSymbol *, const MCSymbol * > > Ranges, StringRef FixedSizePortion)
ArrayRef< std::pair< const MCSymbol *, const MCSymbol * > > getRanges() const
static bool classof(const MCFragment *F)
StringRef getFixedSizePortion() const
Fragment representing the binary annotations produced by the .cv_inline_linetable directive.
static bool classof(const MCFragment *F)
MCCVInlineLineTableFragment(unsigned SiteFuncId, unsigned StartFileId, unsigned StartLineNum, const MCSymbol *FnStartSym, const MCSymbol *FnEndSym)
const MCSymbol * getFnStartSym() const
const MCSymbol * getFnEndSym() const
Context object for machine code objects.
Base class for the full range of assembler expressions which are needed for parsing.
MCFillFragment(uint64_t Value, uint8_t VSize, const MCExpr &NumValues, SMLoc Loc)
uint8_t getValueSize() const
uint64_t getValue() const
static bool classof(const MCFragment *F)
const MCExpr & getNumValues() const
Encode information on a single operation to perform on a byte sequence (e.g., an encoded instruction)...
const MCExpr & getDwarfAddrDelta() const
MutableArrayRef< char > getContents()
bool getAllowAutoPadding() const
FragmentType getKind() const
bool isLinkerRelaxable() const
void setAllowAutoPadding(bool V)
unsigned getLayoutOrder() const
LLVM_ABI MCFragment(FragmentType Kind=MCFragment::FT_Data, bool HasInstructions=false)
bool hasAlignEmitNops() const
void setParent(MCSection *Value)
LLVM_ABI const MCSymbol * getAtom() const
LLVM_ABI void appendFixups(ArrayRef< MCFixup > Fixups)
void setDwarfLineDelta(int64_t LineDelta)
unsigned getAlignMaxBytesToEmit() const
int64_t getDwarfLineDelta() const
unsigned getOpcode() const
MutableArrayRef< MCFixup > getFixups()
void setLayoutOrder(unsigned Value)
const MCExpr & getLEBValue() const
LLVM_ABI void dump() const
MCSection * getParent() const
void makeAlign(Align Alignment, int64_t Fill, uint8_t FillLen, unsigned MaxBytesToEmit)
LLVM_ABI void setVarFixups(ArrayRef< MCFixup > Fixups)
MCFragment * getNext() const
MCFragment(const MCFragment &)=delete
ArrayRef< MCOperand > getOperands() const
LLVM_ABI void addFixup(MCFixup Fixup)
void setLinkerRelaxable()
Align getAlignment() const
size_t getFixedSize() const
int64_t getAlignFill() const
MCFragment & operator=(const MCFragment &)=delete
void makeLEB(bool IsSigned, const MCExpr *Value)
bool hasInstructions() const
Does this fragment have instructions emitted into it? By default this is false, but specific fragment...
uint8_t getAlignFillLen() const
void setDwarfAddrDelta(const MCExpr *E)
void setLEBValue(const MCExpr *Expr)
size_t getVarSize() const
LLVM_ABI void setVarContents(ArrayRef< char > Contents)
MutableArrayRef< char > getVarContents()
const MCSubtargetInfo * getSubtargetInfo() const
Retrieve the MCSubTargetInfo in effect when the instruction was encoded.
void setHasInstructions(const MCSubtargetInfo &STI)
Record that the fragment contains instructions with the MCSubtargetInfo in effect when the instructio...
MutableArrayRef< MCFixup > getVarFixups()
void setInst(const MCInst &Inst)
Instances of this class represent a single low-level machine instruction.
unsigned getNumOperands() const
unsigned getFlags() const
unsigned getOpcode() const
void setFlags(unsigned F)
void setOperands(ArrayRef< MCOperand > Ops)
void setOpcode(unsigned Op)
int64_t getControlledNopLength() const
int64_t getNumBytes() const
MCNopsFragment(int64_t NumBytes, int64_t ControlledNopLength, SMLoc L, const MCSubtargetInfo &STI)
static bool classof(const MCFragment *F)
const MCSubtargetInfo * getSubtargetInfo() const
Streaming object file generation interface.
static bool classof(const MCFragment *F)
const MCExpr & getOffset() const
MCOrgFragment(const MCExpr &Offset, int8_t Value, SMLoc Loc)
Instances of this class represent a uniqued identifier for a section in the current translation unit.
void setAlignment(Align Value)
unsigned getOrdinal() const
void ensureMinAlignment(Align MinAlignment)
Makes sure that Alignment is at least MinAlignment.
bool isBssSection() const
Check whether this section is "virtual", that is has no actual object file contents.
bool isLinkerRelaxable() const
const MCSymbol * getBeginSymbol() const
bool hasInstructions() const
bool isRegistered() const
void setHasInstructions(bool Value)
void setBeginSymbol(MCSymbol *Sym)
MCSection(const MCSection &)=delete
void setOrdinal(unsigned Value)
MCSection & operator=(const MCSection &)=delete
StringRef getName() const
MCFragment & getDummyFragment()
unsigned firstLinkerRelaxable() const
FragList * curFragList() const
MCSymbol * getBeginSymbol()
void setIsRegistered(bool Value)
void setFirstLinkerRelaxable(unsigned Order)
Streaming machine code generation interface.
Generic base class for all target subtargets.
Represents a symbol table index fragment.
const MCSymbol * getSymbol() const
MCSymbolIdFragment(const MCSymbol *Sym)
static bool classof(const MCFragment *F)
const MCSymbol * getSymbol()
MCSymbol - Instances of this class represent a symbol name in the MC file, and MCSymbols are created ...
MutableArrayRef - Represent a mutable reference to an array (0 or more elements consecutively in memo...
MutableArrayRef< T > slice(size_t N, size_t M) const
slice(n, m) - Chop off the first N elements of the array, and keep M elements in the array.
Represents a location in source code.
This is a 'vector' (really, a variable-sized array), optimized for the case when the array is small.
StringRef - Represent a constant reference to a string, i.e.
LLVM Value Representation.
@ Tail
Attemps to make calls as fast as possible while guaranteeing that tail call optimization can always b...
This is an optimization pass for GlobalISel generic memory operations.
void dump(const SparseBitVector< ElementSize > &LHS, raw_ostream &out)
OutputIt copy(R &&Range, OutputIt Out)
This struct is a compact representation of a valid (non-zero power of two) alignment.
MCFragment & operator*() const
bool operator==(const iterator &O) const
bool operator!=(const iterator &O) const