HomeSort by relevance Sort by last modified time
    Searched defs:LLVMTargetMachine (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp 1 //===-- 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,
79 void LLVMTargetMachine::addAnalysisPasses(PassManagerBase &PM) {
84 static MCContext *addPassesToGenerateCode(LLVMTargetMachine *TM,
138 bool LLVMTargetMachine::addPassesToEmitFile(PassManagerBase &PM,
235 bool LLVMTargetMachine::addPassesToEmitMachineCode(PassManagerBase &PM
    [all...]
  /external/llvm/include/llvm/Target/
TargetMachine.h 10 // This file defines the TargetMachine and LLVMTargetMachine classes.
265 /// LLVMTargetMachine - This class describes a target machine that is
268 class LLVMTargetMachine : public TargetMachine {
270 LLVMTargetMachine(const Target &T, StringRef TargetTriple,

Completed in 156 milliseconds