mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-15 03:26:05 +00:00
Add punctuation, add a new method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15886 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -87,13 +87,17 @@ public:
|
|||||||
unsigned char getPointerSize() const { return PointerSize; }
|
unsigned char getPointerSize() const { return PointerSize; }
|
||||||
|
|
||||||
/// getTypeSize - Return the number of bytes necessary to hold the specified
|
/// getTypeSize - Return the number of bytes necessary to hold the specified
|
||||||
/// type
|
/// type.
|
||||||
uint64_t getTypeSize(const Type *Ty) const;
|
uint64_t getTypeSize(const Type *Ty) const;
|
||||||
|
|
||||||
/// getTypeAlignment - Return the minimum required alignment for the specified
|
/// getTypeAlignment - Return the minimum required alignment for the specified
|
||||||
/// type
|
/// type.
|
||||||
unsigned char getTypeAlignment(const Type *Ty) const;
|
unsigned char getTypeAlignment(const Type *Ty) const;
|
||||||
|
|
||||||
|
/// getTypeAlignmentShift - Return the minimum required alignment for the
|
||||||
|
/// specified type, returned as log2 of the value (a shift amount).
|
||||||
|
unsigned char getTypeAlignmentShift(const Type *Ty) const;
|
||||||
|
|
||||||
/// getIntPtrType - Return an unsigned integer type that is the same size or
|
/// getIntPtrType - Return an unsigned integer type that is the same size or
|
||||||
/// greater to the host pointer size.
|
/// greater to the host pointer size.
|
||||||
const Type *getIntPtrType() const;
|
const Type *getIntPtrType() const;
|
||||||
|
Reference in New Issue
Block a user