Thorin 1.9.0
The Higher ORder INtermediate representation
Loading...
Searching...
No Matches
driver.h File Reference
#include <list>
#include "thorin/flags.h"
#include "thorin/plugin.h"
#include "thorin/world.h"
#include "thorin/util/log.h"
#include "absl/container/node_hash_map.h"
Include dependency graph for driver.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  thorin::Driver
 Some "global" variables needed all over the place. More...
 

Namespaces

namespace  thorin
 

Macros

#define GET_FUN_PTR(plugin, f)   get_fun_ptr<decltype(f)>(plugin, #f)
 

Macro Definition Documentation

◆ GET_FUN_PTR

#define GET_FUN_PTR (   plugin,
 
)    get_fun_ptr<decltype(f)>(plugin, #f)

Definition at line 100 of file driver.h.