LLVM API Documentation
#include <MCStreamer.h>
Public Member Functions | |
AArch64TargetStreamer (MCStreamer &S) | |
~AArch64TargetStreamer () | |
void | finish () override |
const MCExpr * | addConstantPoolEntry (const MCExpr *, unsigned Size) |
void | emitCurrentConstantPool () |
Definition at line 89 of file MCStreamer.h.
Definition at line 24 of file AArch64TargetStreamer.cpp.
Definition at line 27 of file AArch64TargetStreamer.cpp.
Callback used to implement the ldr= pseudo. Add a new entry to the constant pool for the current section and return an MCExpr that can be used to refer to the constant pool location.
Definition at line 31 of file AArch64TargetStreamer.cpp.
References llvm::MCTargetStreamer::Streamer.
Callback used to implemnt the .ltorg directive. Emit contents of constant pool for the current section.
Definition at line 36 of file AArch64TargetStreamer.cpp.
References llvm::MCTargetStreamer::Streamer.
void AArch64TargetStreamer::finish | ( | ) | [override, virtual] |
Reimplemented from llvm::MCTargetStreamer.
Definition at line 41 of file AArch64TargetStreamer.cpp.
References llvm::MCTargetStreamer::Streamer.