LLVM API Documentation

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

#include <MCAssembler.h>

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

List of all members.

Public Member Functions

 MCOrgFragment (const MCExpr &_Offset, int8_t _Value, MCSectionData *SD=nullptr)
Accessors
const MCExprgetOffset () const
uint8_t getValue () const

Static Public Member Functions

static bool classof (const MCFragment *F)

Detailed Description

Definition at line 430 of file MCAssembler.h.


Constructor & Destructor Documentation

llvm::MCOrgFragment::MCOrgFragment ( const MCExpr _Offset,
int8_t  _Value,
MCSectionData SD = nullptr 
) [inline]

Definition at line 440 of file MCAssembler.h.


Member Function Documentation

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

Definition at line 454 of file MCAssembler.h.

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

uint8_t llvm::MCOrgFragment::getValue ( ) const [inline]

Definition at line 450 of file MCAssembler.h.

Referenced by llvm::MCFragment::dump(), and writeFragment().


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