|
LLVM
8.0.1
|
#include "llvm/ADT/StringRef.h"#include "llvm/ADT/Triple.h"#include "llvm/IR/DataLayout.h"#include "llvm/Pass.h"#include "llvm/Support/CodeGen.h"#include "llvm/Target/TargetOptions.h"#include <string>
Go to the source code of this file.
Classes | |
| class | llvm::TargetMachine |
| Primary interface to the complete machine description for the target machine. More... | |
| class | llvm::LLVMTargetMachine |
| This class describes a target machine that is implemented with the LLVM target-independent code generator. More... | |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
| llvm::legacy | |
Functions | |
| CodeModel::Model | llvm::getEffectiveCodeModel (Optional< CodeModel::Model > CM, CodeModel::Model Default) |
| Helper method for getting the code model, returning Default if CM does not have a value. More... | |
1.8.13