32 return ConstantPools->addEntry(
Streamer, Expr, Size, Loc);
36 ConstantPools->emitForCurrentSection(
Streamer);
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)
const MCExpr * addConstantPoolEntry(const MCExpr *, unsigned Size, SMLoc Loc)
Callback used to implement the ldr= pseudo.
Streaming machine code generation interface.
~AArch64TargetStreamer() override
void emitCurrentConstantPool()
Callback used to implemnt the .ltorg directive.
Represents a location in source code.