class MCDummyFragment

Declaration

class MCDummyFragment : public MCFragment { /* full declaration omitted */ };

Description

An ilist node that can access its parent list. Requires \c NodeTy to have \a getParent() to find the parent node, and the\c ParentTy to have \a getSublistAccess() to get a reference to the list.

Declared at: llvm/include/llvm/MC/MCFragment.h:114

Inherits from: MCFragment

Member Variables

Inherited from MCFragment:

protected HasInstructions

Method Overview

Inherited from MCFragment:

Methods

MCDummyFragment(llvm::MCSection* Sec)

Declared at: llvm/include/llvm/MC/MCFragment.h:116

Parameters

llvm::MCSection* Sec

static bool classof(const llvm::MCFragment* F)

Declared at: llvm/include/llvm/MC/MCFragment.h:118

Parameters

const llvm::MCFragment* F