LLVM 20.0.0git
|
#include "llvm/MC/MCFragment.h"
Public Member Functions | |
MCDwarfLineAddrFragment (int64_t LineDelta, const MCExpr &AddrDelta) | |
int64_t | getLineDelta () const |
const MCExpr & | getAddrDelta () const |
Public Member Functions inherited from llvm::MCEncodedFragmentWithFixups< 8, 1 > | |
SmallVectorImpl< char > & | getContents () |
const SmallVectorImpl< char > & | getContents () const |
SmallVectorImpl< MCFixup > & | getFixups () |
const SmallVectorImpl< MCFixup > & | getFixups () const |
fixup_iterator | fixup_begin () |
const_fixup_iterator | fixup_begin () const |
fixup_iterator | fixup_end () |
const_fixup_iterator | fixup_end () const |
Public Member Functions inherited from llvm::MCEncodedFragment | |
bool | alignToBundleEnd () const |
Should this fragment be placed at the end of an aligned bundle? | |
void | setAlignToBundleEnd (bool V) |
uint8_t | getBundlePadding () const |
Get the padding size that must be inserted before this fragment. | |
void | setBundlePadding (uint8_t N) |
Set the padding size for this fragment. | |
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 instruction was encoded. | |
Public Member Functions inherited from llvm::MCFragment | |
MCFragment ()=delete | |
MCFragment (const MCFragment &)=delete | |
MCFragment & | operator= (const MCFragment &)=delete |
void | destroy () |
Destroys the current fragment. | |
MCFragment * | getNext () const |
FragmentType | getKind () const |
MCSection * | getParent () const |
void | setParent (MCSection *Value) |
const MCSymbol * | getAtom () const |
unsigned | getLayoutOrder () const |
void | setLayoutOrder (unsigned Value) |
bool | hasInstructions () const |
Does this fragment have instructions emitted into it? By default this is false, but specific fragment types may set it to true. | |
void | dump () const |
Static Public Member Functions | |
static bool | classof (const MCFragment *F) |
Static Public Member Functions inherited from llvm::MCEncodedFragmentWithFixups< 8, 1 > | |
static bool | classof (const MCFragment *F) |
Static Public Member Functions inherited from llvm::MCEncodedFragment | |
static bool | classof (const MCFragment *F) |
Definition at line 412 of file MCFragment.h.
|
inline |
Definition at line 422 of file MCFragment.h.
|
inlinestatic |
Definition at line 430 of file MCFragment.h.
References F, and llvm::MCFragment::FT_Dwarf.
Definition at line 428 of file MCFragment.h.
|
inline |
Definition at line 426 of file MCFragment.h.