LLVM 20.0.0git
|
Fragment representing the .cv_def_range directive. More...
#include "llvm/MC/MCFragment.h"
Public Member Functions | |
MCCVDefRangeFragment (ArrayRef< std::pair< const MCSymbol *, const MCSymbol * > > Ranges, StringRef FixedSizePortion) | |
ArrayRef< std::pair< const MCSymbol *, const MCSymbol * > > | getRanges () const |
StringRef | getFixedSizePortion () const |
Public Member Functions inherited from llvm::MCEncodedFragmentWithFixups< 32, 4 > | |
SmallVectorImpl< char > & | getContents () |
const SmallVectorImpl< char > & | getContents () const |
SmallVectorImpl< MCFixup > & | getFixups () |
const SmallVectorImpl< MCFixup > & | getFixups () const |
fixup_iterator | fixup_begin () |
const_fixup_iterator | fixup_begin () const |
fixup_iterator | fixup_end () |
const_fixup_iterator | fixup_end () const |
Public Member Functions inherited from llvm::MCEncodedFragment | |
bool | alignToBundleEnd () const |
Should this fragment be placed at the end of an aligned bundle? | |
void | setAlignToBundleEnd (bool V) |
uint8_t | getBundlePadding () const |
Get the padding size that must be inserted before this fragment. | |
void | setBundlePadding (uint8_t N) |
Set the padding size for this fragment. | |
const MCSubtargetInfo * | getSubtargetInfo () const |
Retrieve the MCSubTargetInfo in effect when the instruction was encoded. | |
void | setHasInstructions (const MCSubtargetInfo &STI) |
Record that the fragment contains instructions with the MCSubtargetInfo in effect when the instruction was encoded. | |
Public Member Functions inherited from llvm::MCFragment | |
MCFragment ()=delete | |
MCFragment (const MCFragment &)=delete | |
MCFragment & | operator= (const MCFragment &)=delete |
void | destroy () |
Destroys the current fragment. | |
MCFragment * | getNext () const |
FragmentType | getKind () const |
MCSection * | getParent () const |
void | setParent (MCSection *Value) |
const MCSymbol * | getAtom () const |
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. | |
void | dump () const |
Static Public Member Functions | |
static bool | classof (const MCFragment *F) |
Static Public Member Functions inherited from llvm::MCEncodedFragmentWithFixups< 32, 4 > | |
static bool | classof (const MCFragment *F) |
Static Public Member Functions inherited from llvm::MCEncodedFragment | |
static bool | classof (const MCFragment *F) |
Friends | |
class | CodeViewContext |
CodeViewContext has the real knowledge about this format, so let it access our members. | |
Fragment representing the .cv_def_range directive.
Definition at line 503 of file MCFragment.h.
|
inline |
Definition at line 512 of file MCFragment.h.
|
inlinestatic |
Definition at line 524 of file MCFragment.h.
References F, and llvm::MCFragment::FT_CVDefRange.
|
inline |
Definition at line 522 of file MCFragment.h.
References llvm::SmallString< InternalLen >::str().
Referenced by llvm::CodeViewContext::encodeDefRange().
|
inline |
Definition at line 518 of file MCFragment.h.
Referenced by llvm::CodeViewContext::encodeDefRange().
|
friend |
CodeViewContext has the real knowledge about this format, so let it access our members.
Definition at line 509 of file MCFragment.h.