mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-27 14:07:32 +00:00
new method
llvm-svn: 15895
This commit is contained in:
parent
d8c7f4bf3c
commit
34334091d5
@ -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…
Reference in New Issue
Block a user