LLVM: llvm::MCLOHDirective Class Reference (original) (raw)

Store Linker Optimization Hint information (LOH). More...

#include "[llvm/MC/MCLinkerOptimizationHint.h](MCLinkerOptimizationHint%5F8h%5Fsource.html)"

Public Member Functions
MCLOHDirective (MCLOHType Kind, const LOHArgs &Args)
MCLOHType getKind () const
const LOHArgs & getArgs () const
LLVM_ABI void emit (const MCAssembler &Asm, MachObjectWriter &ObjWriter) const
Emit this directive as: <kind, numArgs, addr1, ..., addrN>
LLVM_ABI uint64_t getEmitSize (const MCAssembler &Asm, const MachObjectWriter &ObjWriter) const
Get the size in bytes of this directive if emitted in ObjWriter with the given Layout.

Store Linker Optimization Hint information (LOH).

Definition at line 103 of file MCLinkerOptimizationHint.h.

LOHArgs

emit()

getArgs()

const LOHArgs & llvm::MCLOHDirective::getArgs ( ) const inline

getEmitSize()

getKind()

MCLOHType llvm::MCLOHDirective::getKind ( ) const inline

The documentation for this class was generated from the following files: