Searched defs:LLVMTargetMachine (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp1 //===-- LLVMTargetMachine.cpp - Implement the LLVMTargetMachine class -----===//
10 // This file implements the LLVMTargetMachine class.
65 LLVMTargetMachine::LLVMTargetMachine(const Target &T, StringRef Triple, function in class:LLVMTargetMachine
82 void LLVMTargetMachine::addAnalysisPasses(PassManagerBase &PM) {
87 static MCContext *addPassesToGenerateCode(LLVMTargetMachine *TM,
137 bool LLVMTargetMachine::addPassesToEmitFile(PassManagerBase &PM,
238 bool LLVMTargetMachine::addPassesToEmitMachineCode(PassManagerBase &PM,
256 bool LLVMTargetMachine
[all...]
/external/llvm/include/llvm/Target/
H A DTargetMachine.h10 // This file defines the TargetMachine and LLVMTargetMachine classes.
284 /// LLVMTargetMachine - This class describes a target machine that is
287 class LLVMTargetMachine : public TargetMachine { class in namespace:llvm
289 LLVMTargetMachine(const Target &T, StringRef TargetTriple,

Completed in 205 milliseconds