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:229
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)
MCDataFragment(llvm::MCSection* Sec = nullptr)
Declared at: llvm/include/llvm/MC/MCFragment.h:231
Parameters
- llvm::MCSection* Sec = nullptr
¶static bool classof(const llvm::MCFragment* F)
static bool classof(const llvm::MCFragment* F)
Declared at: llvm/include/llvm/MC/MCFragment.h:234
Parameters
- const llvm::MCFragment* F