LLVM API Documentation

Public Member Functions
llvm::AArch64TargetStreamer Class Reference

#include <MCStreamer.h>

Inheritance diagram for llvm::AArch64TargetStreamer:
Inheritance graph
[legend]
Collaboration diagram for llvm::AArch64TargetStreamer:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 AArch64TargetStreamer (MCStreamer &S)
 ~AArch64TargetStreamer ()
void finish () override
const MCExpraddConstantPoolEntry (const MCExpr *, unsigned Size)
void emitCurrentConstantPool ()

Detailed Description

Definition at line 89 of file MCStreamer.h.


Constructor & Destructor Documentation

Definition at line 24 of file AArch64TargetStreamer.cpp.

Definition at line 27 of file AArch64TargetStreamer.cpp.


Member Function Documentation

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.


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