Vuo 2.4.4
Loading...
Searching...
No Matches
VuoCompilerInstanceData.hh
Go to the documentation of this file.
1
10#pragma once
11
13
15
22{
23public:
25 Value * generateLoad(Module *module, BasicBlock *block, Value *nodeContextValue);
26 void generateStore(Module *module, BasicBlock *block, Value *nodeContextValue, Value *instanceDataValue);
27 Value * getVariable(Module *module, BasicBlock *block, Value *nodeContextValue);
28 Type * getType(void);
29};