|
ETISS 0.11.2
ExtendableTranslatingInstructionSetSimulator(version0.11.2)
|
#include <string>#include "LLVMJIT.h"#include "llvm/Support/Error.h"#include "clang/Basic/DiagnosticOptions.h"#include "clang/Frontend/TextDiagnosticPrinter.h"#include "clang/Basic/LangOptions.h"#include "llvm_compat.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | compat |
Functions | |
| std::unique_ptr< llvm::orc::ExecutionSession > | compat::createExecutionSession () |
| std::unique_ptr< llvm::MemoryBuffer > | compat::get_virtual_source (llvm::StringRef code, clang::CompilerInstance &CI) |
| void * | compat::get_function_ptr (const compat::lookup_symbol_T &func) |
| void | compat::createDiagnostics (clang::CompilerInstance &CI) |