class MCCompactEncodedInstFragment

Declaration

class MCCompactEncodedInstFragment
    : public MCEncodedFragmentWithContents { /* full declaration omitted */ };

Description

This is a compact (memory-size-wise) fragment for holding an encoded instruction (non-relaxable) that has no fixups registered. When applicable, it can be used instead of MCDataFragment and lead to lower memory consumption.

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

Inherits from: MCEncodedFragmentWithContents

Method Overview

Methods

MCCompactEncodedInstFragment(
    llvm::MCSection* Sec = nullptr)

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

Parameters

llvm::MCSection* Sec = nullptr

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

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

Parameters

const llvm::MCFragment* F