|
Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
|
#include "proteus/Frontend/TargetModel.h"#include "proteus/Error.h"#include <llvm/TargetParser/Host.h>
Namespaces | |
| namespace | proteus |
Functions | |
| TargetModelType | proteus::parseTargetModel (const std::string &Target) |
| std::string | proteus::getTargetTriple (TargetModelType Model) |
| bool | proteus::isHostTargetModel (TargetModelType TargetModel) |