|
using | const_fixup_iterator = SmallVectorImpl< MCFixup >::const_iterator |
|
using | fixup_iterator = SmallVectorImpl< MCFixup >::iterator |
|
enum | FragmentType : uint8_t {
FT_Align
, FT_Data
, FT_CompactEncodedInst
, FT_Fill
,
FT_Nops
, FT_Relaxable
, FT_Org
, FT_Dwarf
,
FT_DwarfFrame
, FT_LEB
, FT_BoundaryAlign
, FT_SymbolId
,
FT_CVInlineLines
, FT_CVDefRange
, FT_PseudoProbe
, FT_Dummy
} |
|
using | self_iterator = ilist_iterator< ilist_detail::compute_node_options< T, Options... >::type, false, false > |
|
using | const_self_iterator = ilist_iterator< ilist_detail::compute_node_options< T, Options... >::type, false, true > |
|
using | reverse_self_iterator = ilist_iterator< ilist_detail::compute_node_options< T, Options... >::type, true, false > |
|
using | const_reverse_self_iterator = ilist_iterator< ilist_detail::compute_node_options< T, Options... >::type, true, true > |
|
| MCEncodedFragmentWithFixups (MCFragment::FragmentType FType, bool HasInstructions, MCSection *Sec) |
|
| 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 |
|
const MCSubtargetInfo * | STI = nullptr |
| The MCSubtargetInfo in effect when the instruction was encoded.
|
|
bool | HasInstructions |
|
bool | LinkerRelaxable = false |
|
Definition at line 460 of file MCFragment.h.