hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
Public Attributes | List of all members
hobbes::jitcc::Global Struct Reference
Collaboration diagram for hobbes::jitcc::Global:
Collaboration graph

Public Attributes

MonoTypePtr type
 
void * value
 
union {
   llvm::GlobalVariable *   var
 
   llvm::Function *   fn
 
ref
 

Member Data Documentation

◆ fn

llvm::Function* hobbes::jitcc::Global::fn

◆ ref

union { ... } hobbes::jitcc::Global::ref

◆ type

MonoTypePtr hobbes::jitcc::Global::type

◆ value

void* hobbes::jitcc::Global::value

◆ var

llvm::GlobalVariable* hobbes::jitcc::Global::var

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