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.
50 void LLVMTargetMachine::initAsmInfo() {
70 LLVMTargetMachine::LLVMTargetMachine(const Target &T, StringRef Triple, function in class:LLVMTargetMachine
79 void LLVMTargetMachine::addAnalysisPasses(PassManagerBase &PM) {
84 static MCContext *addPassesToGenerateCode(LLVMTargetMachine *TM,
138 bool LLVMTargetMachine::addPassesToEmitFile(PassManagerBase &PM,
235 bool LLVMTargetMachine
[all...]
/external/llvm/include/llvm/Target/
H A DTargetMachine.h10 // This file defines the TargetMachine and LLVMTargetMachine classes.
265 /// LLVMTargetMachine - This class describes a target machine that is
268 class LLVMTargetMachine : public TargetMachine { class in namespace:llvm
270 LLVMTargetMachine(const Target &T, StringRef TargetTriple,

Completed in 132 milliseconds