xo-jit: + lookup_symbol method on dynamic library
This commit is contained in:
parent
cf7bc43c5e
commit
f7dfd67770
2 changed files with 16 additions and 0 deletions
|
|
@ -95,6 +95,8 @@ namespace xo {
|
|||
|
||||
llvm::Value * codegen(ref::brw<Expression> expr);
|
||||
|
||||
llvm::orc::ExecutorAddr lookup_symbol(const std::string & x);
|
||||
|
||||
virtual void display(std::ostream & os) const;
|
||||
virtual std::string display_string() const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue