|
LLVM
4.0.0
|
Store Linker Optimization Hint information (LOH). More...
#include <MCLinkerOptimizationHint.h>
Public Types | |
| typedef SmallVectorImpl < MCSymbol * > | LOHArgs |
Public Member Functions | |
| MCLOHDirective (MCLOHType Kind, const LOHArgs &Args) | |
| MCLOHType | getKind () const |
| const LOHArgs & | getArgs () const |
| void | emit (MachObjectWriter &ObjWriter, const MCAsmLayout &Layout) const |
| Emit this directive as: <kind, numArgs, addr1, ..., addrN> More... | |
| uint64_t | getEmitSize (const MachObjectWriter &ObjWriter, const MCAsmLayout &Layout) const |
Get the size in bytes of this directive if emitted in ObjWriter with the given Layout. More... | |
Store Linker Optimization Hint information (LOH).
Definition at line 100 of file MCLinkerOptimizationHint.h.
| typedef SmallVectorImpl<MCSymbol *> llvm::MCLOHDirective::LOHArgs |
Definition at line 113 of file MCLinkerOptimizationHint.h.
Definition at line 115 of file MCLinkerOptimizationHint.h.
References assert(), and llvm::isValidMCLOHType().
| void MCLOHDirective::emit | ( | MachObjectWriter & | ObjWriter, |
| const MCAsmLayout & | Layout | ||
| ) | const |
Emit this directive as: <kind, numArgs, addr1, ..., addrN>
Definition at line 35 of file MCLinkerOptimizationHint.cpp.
References llvm::MCObjectWriter::getStream().
Definition at line 122 of file MCLinkerOptimizationHint.h.
| uint64_t MCLOHDirective::getEmitSize | ( | const MachObjectWriter & | ObjWriter, |
| const MCAsmLayout & | Layout | ||
| ) | const |
Get the size in bytes of this directive if emitted in ObjWriter with the given Layout.
Definition at line 41 of file MCLinkerOptimizationHint.cpp.
|
inline |
Definition at line 120 of file MCLinkerOptimizationHint.h.
1.8.6