LLVM 18.0.0git
|
Interface implemented by fragments that contain encoded instructions and/or data. More...
#include "llvm/MC/MCFragment.h"
Public Member Functions | |
SmallVectorImpl< char > & | getContents () |
const SmallVectorImpl< char > & | getContents () const |
![]() | |
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. | |
![]() | |
MCFragment ()=delete | |
MCFragment (const MCFragment &)=delete | |
MCFragment & | operator= (const MCFragment &)=delete |
void | destroy () |
Destroys the current fragment. | |
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. | |
void | dump () const |
void | setSubsectionNumber (unsigned Value) |
unsigned | getSubsectionNumber () const |
![]() | |
MCFragment * | getPrevNode () |
const MCFragment * | getPrevNode () const |
Get the previous node, or nullptr for the list head. | |
MCFragment * | getNextNode () |
Get the next node, or nullptr for the list tail. | |
const MCFragment * | getNextNode () const |
Get the next node, or nullptr for the list tail. | |
![]() | |
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. | |
Protected Member Functions | |
MCEncodedFragmentWithContents (MCFragment::FragmentType FType, bool HasInstructions, MCSection *Sec) | |
![]() | |
MCEncodedFragment (MCFragment::FragmentType FType, bool HasInstructions, MCSection *Sec) | |
![]() | |
MCFragment (FragmentType Kind, bool HasInstructions, MCSection *Parent=nullptr) | |
![]() | |
ilist_node_with_parent ()=default | |
![]() | |
ilist_node_impl ()=default | |
Interface implemented by fragments that contain encoded instructions and/or data.
Definition at line 187 of file MCFragment.h.
|
inlineprotected |
Definition at line 191 of file MCFragment.h.
|
inline |
Definition at line 197 of file MCFragment.h.
Referenced by llvm::CodeViewContext::addToStringTable(), llvm::CodeViewContext::encodeDefRange(), llvm::MCAssembler::layout(), writeFragment(), and llvm::MachObjectWriter::writeObject().
|
inline |
Definition at line 198 of file MCFragment.h.