|
LLVM
4.0.0
|
Interface implemented by fragments that contain encoded instructions and/or data and also have fixups registered. More...
#include <MCFragment.h>
Public Types | |
| typedef SmallVectorImpl < MCFixup >::const_iterator | const_fixup_iterator |
| typedef SmallVectorImpl < MCFixup >::iterator | fixup_iterator |
Public Types inherited from llvm::MCFragment | |
| enum | FragmentType : uint8_t { FT_Align, FT_Data, FT_CompactEncodedInst, FT_Fill, FT_Relaxable, FT_Org, FT_Dwarf, FT_DwarfFrame, FT_LEB, FT_SafeSEH, FT_CVInlineLines, FT_CVDefRange, FT_Dummy } |
Static Public Member Functions | |
| static bool | classof (const MCFragment *F) |
Static Public Member Functions inherited from llvm::MCEncodedFragment | |
| static bool | classof (const MCFragment *F) |
Protected Member Functions | |
| MCEncodedFragmentWithFixups (MCFragment::FragmentType FType, bool HasInstructions, MCSection *Sec) | |
Protected Member Functions inherited from llvm::MCEncodedFragmentWithContents< ContentsSize > | |
| MCEncodedFragmentWithContents (MCFragment::FragmentType FType, bool HasInstructions, MCSection *Sec) | |
Protected Member Functions inherited from llvm::MCEncodedFragment | |
| 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 | |
Additional Inherited Members | |
Protected Types inherited from llvm::ilist_node_impl< ilist_detail::compute_node_options< MCFragment, Options...>::type > | |
| typedef ilist_iterator < ilist_detail::compute_node_options < MCFragment, Options...> ::type, false, false > | self_iterator |
| typedef ilist_iterator < ilist_detail::compute_node_options < MCFragment, Options...> ::type, false, true > | const_self_iterator |
| typedef ilist_iterator < ilist_detail::compute_node_options < MCFragment, Options...> ::type, true, false > | reverse_self_iterator |
| typedef ilist_iterator < ilist_detail::compute_node_options < MCFragment, Options...> ::type, true, true > | const_reverse_self_iterator |
Protected Attributes inherited from llvm::MCFragment | |
| bool | HasInstructions |
Interface implemented by fragments that contain encoded instructions and/or data and also have fixups registered.
Definition at line 183 of file MCFragment.h.
| typedef SmallVectorImpl<MCFixup>::const_iterator llvm::MCEncodedFragmentWithFixups< ContentsSize, FixupsSize >::const_fixup_iterator |
Definition at line 197 of file MCFragment.h.
| typedef SmallVectorImpl<MCFixup>::iterator llvm::MCEncodedFragmentWithFixups< ContentsSize, FixupsSize >::fixup_iterator |
Definition at line 198 of file MCFragment.h.
|
inlineprotected |
Definition at line 190 of file MCFragment.h.
|
inlinestatic |
Definition at line 209 of file MCFragment.h.
|
inline |
Definition at line 203 of file MCFragment.h.
Referenced by llvm::MCFragment::dump(), and llvm::MCAssembler::writeSectionData().
|
inline |
Definition at line 204 of file MCFragment.h.
|
inline |
Definition at line 206 of file MCFragment.h.
Referenced by llvm::MCFragment::dump(), and llvm::MCAssembler::writeSectionData().
|
inline |
Definition at line 207 of file MCFragment.h.
|
inline |
Definition at line 200 of file MCFragment.h.
Referenced by llvm::MCWinCOFFStreamer::EmitCOFFSecRel32(), llvm::MCWinCOFFStreamer::EmitCOFFSectionIndex(), llvm::MCObjectStreamer::EmitDTPRel32Value(), llvm::MCObjectStreamer::EmitDTPRel64Value(), llvm::MCObjectStreamer::EmitGPRel32Value(), llvm::MCObjectStreamer::EmitGPRel64Value(), llvm::MCWinCOFFStreamer::EmitInstToData(), llvm::MCObjectStreamer::EmitInstToFragment(), llvm::MCObjectStreamer::EmitRelocDirective(), llvm::MCObjectStreamer::EmitTPRel32Value(), llvm::MCObjectStreamer::EmitTPRel64Value(), llvm::MCObjectStreamer::EmitValueImpl(), and llvm::CodeViewContext::encodeDefRange().
|
inline |
Definition at line 201 of file MCFragment.h.
1.8.6