LLVM
8.0.1
|
This is a compact (memory-size-wise) fragment for holding an encoded instruction (non-relaxable) that has no fixups registered. More...
#include "llvm/MC/MCFragment.h"
Public Member Functions | |
MCCompactEncodedInstFragment (MCSection *Sec=nullptr) | |
Public Member Functions inherited from llvm::MCEncodedFragmentWithContents< 4 > | |
SmallVectorImpl< char > & | getContents () |
const SmallVectorImpl< char > & | getContents () const |
Public Member Functions inherited from llvm::MCEncodedFragment | |
bool | alignToBundleEnd () const |
Should this fragment be placed at the end of an aligned bundle? More... | |
void | setAlignToBundleEnd (bool V) |
uint8_t | getBundlePadding () const |
Get the padding size that must be inserted before this fragment. More... | |
void | setBundlePadding (uint8_t N) |
Set the padding size for this fragment. More... | |
const MCSubtargetInfo * | getSubtargetInfo () const |
Retrieve the MCSubTargetInfo in effect when the instruction was encoded. More... | |
void | setHasInstructions (const MCSubtargetInfo &STI) |
Record that the fragment contains instructions with the MCSubtargetInfo in effect when the instruction was encoded. More... | |
Public Member Functions inherited from llvm::MCFragment | |
MCFragment ()=delete | |
MCFragment (const MCFragment &)=delete | |
MCFragment & | operator= (const MCFragment &)=delete |
void | destroy () |
Destroys the current fragment. More... | |
FragmentType | getKind () const |
MCSection * | getParent () const |
void | setParent (MCSection *Value) |
const MCSymbol * | getAtom () const |
void | setAtom (const MCSymbol *Value) |
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. More... | |
bool | isDummy () const |
Return true if given frgment has FT_Dummy type. More... | |
void | dump () const |
Public Member Functions inherited from llvm::ilist_node_with_parent< MCFragment, MCSection > | |
MCFragment * | getPrevNode () |
const MCFragment * | getPrevNode () const |
Get the previous node, or nullptr for the list head. More... | |
MCFragment * | getNextNode () |
Get the next node, or nullptr for the list tail. More... | |
const MCFragment * | getNextNode () const |
Get the next node, or nullptr for the list tail. More... | |
Public Member Functions inherited from llvm::ilist_node_impl< ilist_detail::compute_node_options< MCFragment, Options... >::type > | |
self_iterator | getIterator () |
const_self_iterator | getIterator () const |
reverse_self_iterator | getReverseIterator () |
const_reverse_self_iterator | getReverseIterator () const |
bool | isSentinel () const |
Check whether this is the sentinel node. More... | |
Static Public Member Functions | |
static bool | classof (const MCFragment *F) |
Static Public Member Functions inherited from llvm::MCEncodedFragment | |
static bool | classof (const MCFragment *F) |
This is a compact (memory-size-wise) fragment for holding an encoded instruction (non-relaxable) that has no fixups registered.
When applicable, it can be used instead of MCDataFragment and lead to lower memory consumption.
Definition at line 257 of file MCFragment.h.
|
inline |
Definition at line 259 of file MCFragment.h.
|
inlinestatic |
Definition at line 263 of file MCFragment.h.
References llvm::MCFragment::FT_CompactEncodedInst, and llvm::MCFragment::getKind().