ETISS 0.11.2
ExtendableTranslatingInstructionSetSimulator(version0.11.2)
Loading...
Searching...
No Matches
Classes | Variables
LLVMJIT.cpp File Reference
#include <vector>
#include <iostream>
#include "LLVMJIT.h"
#include "etiss/ETISS.h"
#include "llvm_compat/llvm_compat.hpp"
Include dependency graph for LLVMJIT.cpp:

Go to the source code of this file.

Classes

class  OrcJit
 

Variables

std::mutex etiss_jit_llvm_init_mu_
 
bool etiss_jit_llvm_init_done_ = false
 

Variable Documentation

◆ etiss_jit_llvm_init_done_

bool etiss_jit_llvm_init_done_ = false

Definition at line 21 of file LLVMJIT.cpp.

Referenced by etiss::LLVMJIT::LLVMJIT().

◆ etiss_jit_llvm_init_mu_

std::mutex etiss_jit_llvm_init_mu_

Definition at line 20 of file LLVMJIT.cpp.

Referenced by etiss::LLVMJIT::LLVMJIT().