mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-13 15:37:24 +00:00
new method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15895 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7d057a3fd5
commit
30bad4af40
@ -114,6 +114,10 @@ namespace llvm {
|
||||
/// byte alignment.
|
||||
void emitAlignment(unsigned NumBits) const;
|
||||
|
||||
/// emitZeros - Emit a block of zeros.
|
||||
///
|
||||
void emitZeros(unsigned NumZeros) const;
|
||||
|
||||
/// emitConstantValueOnly - Print out the specified constant, without a
|
||||
/// storage class. Only constants of first-class type are allowed here.
|
||||
void emitConstantValueOnly(const Constant *CV);
|
||||
|
Loading…
x
Reference in New Issue
Block a user