class MCDataFragment

Declaration

class MCDataFragment : public MCEncodedFragmentWithFixups { /* full declaration omitted */ };

Description

Fragment for data and encoded instructions.

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

Inherits from: MCEncodedFragmentWithFixups

Method Overview

  • public MCDataFragment(llvm::MCSection * Sec = nullptr)
  • public static bool classof(const llvm::MCFragment * F)

Methods

MCDataFragment(llvm::MCSection* Sec = nullptr)

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

Parameters

llvm::MCSection* Sec = nullptr

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

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

Parameters

const llvm::MCFragment* F