![]() |
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>
Go to the source code of this file.
Classes | |
struct | chi::FunctionCompiler |
Class for compiling GraphFunctions into llvm::Function s. 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.