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.
45 void LLVMTargetMachine::initAsmInfo() {
74 LLVMTargetMachine::LLVMTargetMachine(const Target &T, function in class:LLVMTargetMachine
84 TargetIRAnalysis LLVMTargetMachine::getTargetIRAnalysis() {
92 addPassesToGenerateCode(LLVMTargetMachine *TM, PassManagerBase &PM,
149 bool LLVMTargetMachine::addPassesToEmitFile(
237 bool LLVMTargetMachine
[all...]
/external/llvm/include/llvm/Target/
H A DTargetMachine.h10 // This file defines the TargetMachine and LLVMTargetMachine classes.
273 class LLVMTargetMachine : public TargetMachine { class in namespace:llvm
275 LLVMTargetMachine(const Target &T, StringRef DataLayoutString,

Completed in 289 milliseconds