mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-26 05:25:47 +00:00
finish a thought.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134854 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -188,6 +188,7 @@ class StructType : public CompositeType {
|
|||||||
/// SymbolTableEntry - For a named struct that actually has a name, this is a
|
/// SymbolTableEntry - For a named struct that actually has a name, this is a
|
||||||
/// pointer to the symbol table entry (maintained by LLVMContext) for the
|
/// pointer to the symbol table entry (maintained by LLVMContext) for the
|
||||||
/// struct. This is null if the type is an anonymous struct or if it is
|
/// struct. This is null if the type is an anonymous struct or if it is
|
||||||
|
/// a named type that has an empty name.
|
||||||
///
|
///
|
||||||
void *SymbolTableEntry;
|
void *SymbolTableEntry;
|
||||||
public:
|
public:
|
||||||
|
Reference in New Issue
Block a user