class MCEncodedFragmentWithContents

Declaration

template <unsigned int ContentsSize>
class MCEncodedFragmentWithContents : public MCEncodedFragment { /* full declaration omitted */ };

Description

Interface implemented by fragments that contain encoded instructions and/or data.

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

Inherits from: MCEncodedFragment

Templates

unsigned int ContentsSize

Member Variables

Inherited from MCEncodedFragment:

protected STI = nullptr

Inherited from MCFragment:

protected HasInstructions

Method Overview

Inherited from MCEncodedFragment:

Inherited from MCFragment:

Methods

MCEncodedFragmentWithContents<ContentsSize>(
    MCFragment::FragmentType FType,
    bool HasInstructions,
    llvm::MCSection* Sec)

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

Parameters

MCFragment::FragmentType FType
bool HasInstructions
llvm::MCSection* Sec

SmallVectorImpl<char>& getContents()

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

const SmallVectorImpl<char>& getContents() const

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