Go to the documentation of this file.
8 #include "ExprConfig.h"
10 #if defined(SEEXPR_ENABLE_LLVM)
12 #include <llvm/IR/IRBuilder.h>
22 #define LLVM_BASE const
23 #define LLVM_BODY const override
27 #define LLVM_BASE const { return 0; }
28 #define LLVM_BODY const override { return 0; }