mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
add StructType helpers too.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149000 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -26,6 +26,7 @@ class raw_ostream;
|
||||
class Module;
|
||||
class LLVMContext;
|
||||
class LLVMContextImpl;
|
||||
class StringRef;
|
||||
template<class GraphType> struct GraphTraits;
|
||||
|
||||
/// The instances of the Type class are immutable: once they are created,
|
||||
@@ -327,7 +328,9 @@ public:
|
||||
unsigned getFunctionNumParams() const;
|
||||
bool isFunctionVarArg() const;
|
||||
|
||||
// TODO: StructType
|
||||
StringRef getStructName() const;
|
||||
unsigned getStructNumElements() const;
|
||||
Type *getStructElementType(unsigned N) const;
|
||||
|
||||
Type *getSequentialElementType() const;
|
||||
|
||||
|
Reference in New Issue
Block a user