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:244
Inherits from: MCEncodedFragmentWithContents
Method Overview
- public MCCompactEncodedInstFragment(llvm::MCSection * Sec = nullptr)
- public static bool classof(const llvm::MCFragment * F)
Methods
¶MCCompactEncodedInstFragment(
llvm::MCSection* Sec = nullptr)
MCCompactEncodedInstFragment(
llvm::MCSection* Sec = nullptr)
Declared at: llvm/include/llvm/MC/MCFragment.h:246
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:250
Parameters
- const llvm::MCFragment* F