LLVM API Documentation

Public Member Functions | Static Public Member Functions
llvm::MCLEBFragment Class Reference

#include <MCAssembler.h>

Inheritance diagram for llvm::MCLEBFragment:
Inheritance graph
[legend]
Collaboration diagram for llvm::MCLEBFragment:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 MCLEBFragment (const MCExpr &Value_, bool IsSigned_, MCSectionData *SD=nullptr)
Accessors
const MCExprgetValue () const
bool isSigned () const
SmallString< 8 > & getContents ()
const SmallString< 8 > & getContents () const

Static Public Member Functions

static bool classof (const MCFragment *F)

Detailed Description

Definition at line 459 of file MCAssembler.h.


Constructor & Destructor Documentation

llvm::MCLEBFragment::MCLEBFragment ( const MCExpr Value_,
bool  IsSigned_,
MCSectionData SD = nullptr 
) [inline]

Member Function Documentation

static bool llvm::MCLEBFragment::classof ( const MCFragment F) [inline, static]

Definition at line 487 of file MCAssembler.h.

References llvm::MCFragment::FT_LEB, and llvm::MCFragment::getKind().

Definition at line 482 of file MCAssembler.h.

Referenced by writeFragment().

Definition at line 483 of file MCAssembler.h.

Definition at line 478 of file MCAssembler.h.

Referenced by llvm::MCFragment::dump().

bool llvm::MCLEBFragment::isSigned ( ) const [inline]

Definition at line 480 of file MCAssembler.h.

Referenced by llvm::MCFragment::dump().


The documentation for this class was generated from the following files: