|
chigraph
master
Systems programming language written for beginners in LLVM
|
Defines functions for compiling GraphFunction objects. More...
#include "chi/Fwd.hpp"#include "chi/LLVMVersion.hpp"#include "chi/NodeCompiler.hpp"#include <llvm/IR/DebugInfo.h>#include <memory>#include <unordered_map>#include <boost/bimap.hpp>#include <boost/utility/string_view.hpp>
Include dependency graph for FunctionCompiler.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | chi::FunctionCompiler |
Class for compiling GraphFunctions into llvm::Functions. More... | |
Namespaces | |
| chi | |
| The namespace where chigraph lives. | |
Functions | |
| Result | chi::compileFunction (const GraphFunction &func, llvm::Module *mod, llvm::DICompileUnit *debugCU, llvm::DIBuilder &debugBuilder) |
Compile the graph to an llvm::Function (usually called from JsonModule::generateModule) More... | |
Defines functions for compiling GraphFunction objects.
Definition in file FunctionCompiler.hpp.