Luma 0.1.0
A low-level compiled alternative to C, C++, and more!
Loading...
Searching...
No Matches
Public Attributes | List of all members
LLVM_Symbol Struct Reference

#include <llvm.h>

Collaboration diagram for LLVM_Symbol:
Collaboration graph
[legend]

Public Attributes

char * name
 
LLVMValueRef value
 
LLVMTypeRef type
 
LLVMTypeRef element_type
 
bool is_function
 
struct LLVM_Symbolnext
 

Member Data Documentation

◆ element_type

LLVMTypeRef LLVM_Symbol::element_type

◆ is_function

bool LLVM_Symbol::is_function

◆ name

char* LLVM_Symbol::name

◆ next

struct LLVM_Symbol* LLVM_Symbol::next

◆ type

LLVMTypeRef LLVM_Symbol::type

◆ value

LLVMValueRef LLVM_Symbol::value

The documentation for this struct was generated from the following file: