10 #ifndef LLVM_LIB_TARGET_AARCH64_MCTARGETDESC_AARCH64TARGETSTREAMER_H
11 #define LLVM_LIB_TARGET_AARCH64_MCTARGETDESC_AARCH64TARGETSTREAMER_H
34 virtual void emitInst(uint32_t Inst);
37 std::unique_ptr<AssemblerConstantPools> ConstantPools;
Target specific streamer interface.
virtual void emitInst(uint32_t Inst)
Callback used to implement the .inst directive.
Base class for the full range of assembler expressions which are needed for parsing.
AArch64TargetStreamer(MCStreamer &S)
Streaming machine code generation interface.
~AArch64TargetStreamer() override
const MCExpr * addConstantPoolEntry(const MCExpr *, unsigned Size)
Callback used to implement the ldr= pseudo.
void emitCurrentConstantPool()
Callback used to implemnt the .ltorg directive.