|
LLVM
4.0.0
|
Interface implemented by fragments that contain encoded instructions and/or data. More...
#include <MCFragment.h>
Static Public Member Functions | |
| static bool | classof (const MCFragment *F) |
Protected Member Functions | |
| MCEncodedFragment (MCFragment::FragmentType FType, bool HasInstructions, MCSection *Sec) | |
Protected Member Functions inherited from llvm::MCFragment | |
| MCFragment (FragmentType Kind, bool HasInstructions, uint8_t BundlePadding, MCSection *Parent=nullptr) | |
| ~MCFragment () | |
Protected Member Functions inherited from llvm::ilist_node_with_parent< MCFragment, MCSection > | |
| ilist_node_with_parent ()=default | |
Protected Member Functions inherited from llvm::ilist_node_impl< ilist_detail::compute_node_options< MCFragment, Options...>::type > | |
| ilist_node_impl ()=default | |
Interface implemented by fragments that contain encoded instructions and/or data.
Definition at line 141 of file MCFragment.h.
|
inlineprotected |
Definition at line 143 of file MCFragment.h.
|
inlinestatic |
Definition at line 148 of file MCFragment.h.
References llvm::MCFragment::FT_CompactEncodedInst, llvm::MCFragment::FT_Data, llvm::MCFragment::FT_Relaxable, and llvm::MCFragment::getKind().
1.8.6