Print LLVM constant CV to the assembly output.
Declared in <llvm/CodeGen/AsmPrinter.h>
void
emitGlobalConstant(
DataLayout const& DL,
Constant const* CV,
AliasMapTy* AliasList = nullptr);
On AIX, when an alias refers to a sub-element of a global variable, the label of that alias needs to be emitted before the corresponding element.
| Name | Description |
|---|---|
| DL | Data layout used while emitting the constant. |
| CV | Constant to emit. |
| AliasList | Optional map of aliases that must be emitted at offsets. |