LLVM API Documentation
#include <ARMTargetMachine.h>
Public Member Functions | |
| ThumbTargetMachine (const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL, bool isLittle) | |
ThumbTargetMachine - Thumb target machine. Due to the way architectures are handled, this represents both Thumb-1 and Thumb-2.
Definition at line 79 of file ARMTargetMachine.h.
| ThumbTargetMachine::ThumbTargetMachine | ( | const Target & | T, |
| StringRef | TT, | ||
| StringRef | CPU, | ||
| StringRef | FS, | ||
| const TargetOptions & | Options, | ||
| Reloc::Model | RM, | ||
| CodeModel::Model | CM, | ||
| CodeGenOpt::Level | OL, | ||
| bool | isLittle | ||
| ) |
Definition at line 104 of file ARMTargetMachine.cpp.
References llvm::LLVMTargetMachine::initAsmInfo().