|
LLVM
4.0.0
|
#include <MCFragment.h>
Public Member Functions | |
| MCDwarfCallFrameFragment (const MCExpr &AddrDelta, MCSection *Sec=nullptr) | |
Accessors | |
| const MCExpr & | getAddrDelta () const |
| SmallString< 8 > & | getContents () |
| const SmallString< 8 > & | getContents () const |
Public Member Functions inherited from llvm::MCFragment | |
| 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 | 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... | |
| bool | isDummy () const |
| Return true if given frgment has FT_Dummy type. More... | |
| void | dump () |
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) |
Definition at line 443 of file MCFragment.h.
|
inline |
Definition at line 452 of file MCFragment.h.
References llvm::SmallVectorTemplateBase< T, isPodLike >::push_back().
|
inlinestatic |
Definition at line 467 of file MCFragment.h.
References llvm::MCFragment::FT_DwarfFrame, and llvm::MCFragment::getKind().
Definition at line 460 of file MCFragment.h.
Referenced by llvm::MCFragment::dump().
|
inline |
Definition at line 462 of file MCFragment.h.
Referenced by writeFragment().
|
inline |
Definition at line 463 of file MCFragment.h.
1.8.6