|
OpenVDB
8.0.0
|
Contains the symbol table which holds mappings of variables names to llvm::Values. More...
Go to the source code of this file.
Classes | |
| struct | SymbolTable |
| A symbol table which can be used to represent a single scoped set of a programs variables. This is simply an unordered map of strings to llvm::Values. More... | |
| struct | SymbolTableBlocks |
| A map of unique ids to symbol tables which can be used to represent local variables within a program. New scopes can be added and erased where necessary and iterated through using find(). Find assumes that tables are added through parented ascending ids. More... | |
Namespaces | |
| openvdb | |
| openvdb::v8_2 | |
| openvdb::v8_2::ax | |
| openvdb::v8_2::ax::codegen | |
Contains the symbol table which holds mappings of variables names to llvm::Values.