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

Completed in 136 milliseconds