LLVM API Documentation
| addPassesToEmitAssembly(PassManager &PM, std::ostream &Out) | llvm::SkeletonTargetMachine | [virtual] |
| addPassesToEmitMachineCode(FunctionPassManager &PM, MachineCodeEmitter &MCE) | llvm::SkeletonTargetMachine | [virtual] |
| getFrameInfo() const | llvm::SkeletonTargetMachine | [inline, virtual] |
| getInstrInfo() const | llvm::SkeletonTargetMachine | [inline, virtual] |
| getIntrinsicLowering() const | llvm::TargetMachine | [inline] |
| getJITInfo() | llvm::SkeletonTargetMachine | [inline, virtual] |
| getJITMatchQuality() | llvm::TargetMachine | [inline, static] |
| getModuleMatchQuality(const Module &M) | llvm::TargetMachine | [inline, static] |
| getName() const | llvm::TargetMachine | [inline] |
| getRegInfo() const | llvm::TargetMachine | [inline, virtual] |
| getRegisterInfo() const | llvm::SkeletonTargetMachine | [inline, virtual] |
| getSchedInfo() const | llvm::TargetMachine | [inline, virtual] |
| getTargetData() const | llvm::TargetMachine | [inline] |
| SkeletonTargetMachine(const Module &M, IntrinsicLowering *IL) | llvm::SkeletonTargetMachine | |
| TargetMachine(const std::string &name, IntrinsicLowering *IL, bool LittleEndian=false, unsigned char PtrSize=8, unsigned char PtrAl=8, unsigned char DoubleAl=8, unsigned char FloatAl=4, unsigned char LongAl=8, unsigned char IntAl=4, unsigned char ShortAl=2, unsigned char ByteAl=1, unsigned char BoolAl=1) | llvm::TargetMachine | [protected] |
| TargetMachine(const std::string &name, IntrinsicLowering *IL, const TargetData &TD) | llvm::TargetMachine | [protected] |
| TargetMachine(const std::string &name, IntrinsicLowering *IL, const Module &M) | llvm::TargetMachine | [protected] |
| ~TargetMachine() | llvm::TargetMachine | [virtual] |