|
| 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_Relaxable,
FT_Org,
FT_Dwarf,
FT_DwarfFrame,
FT_LEB,
FT_Padding,
FT_SymbolId,
FT_CVInlineLines,
FT_CVDefRange,
FT_Dummy
} |
| |
| using | self_iterator = ilist_iterator< ilist_detail::compute_node_options< MCFragment, Options... >::type, false, false > |
| |
| using | const_self_iterator = ilist_iterator< ilist_detail::compute_node_options< MCFragment, Options... >::type, false, true > |
| |
| using | reverse_self_iterator = ilist_iterator< ilist_detail::compute_node_options< MCFragment, Options... >::type, true, false > |
| |
| using | const_reverse_self_iterator = ilist_iterator< ilist_detail::compute_node_options< MCFragment, 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) |
| |
| | ~MCFragment () |
| |
| | ilist_node_with_parent ()=default |
| |
| | ilist_node_impl ()=default |
| |
| const MCSubtargetInfo * | STI = nullptr |
| | STI - The MCSubtargetInfo in effect when the instruction was encoded. More...
|
| |
| bool | HasInstructions |
| |
Fragment for data and encoded instructions.
Definition at line 242 of file MCFragment.h.