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.
65 void LLVMTargetMachine::initAsmInfo() {
76 LLVMTargetMachine::LLVMTargetMachine(const Target &T, StringRef Triple,
85 void LLVMTargetMachine::addAnalysisPasses(PassManagerBase &PM) {
90 static MCContext *addPassesToGenerateCode(LLVMTargetMachine *TM,
139 bool LLVMTargetMachine::addPassesToEmitFile(PassManagerBase &PM,
238 bool LLVMTargetMachine::addPassesToEmitMachineCode(PassManagerBase &PM
    [all...]
  /external/llvm/include/llvm/Target/
TargetMachine.h 10 // This file defines the TargetMachine and LLVMTargetMachine classes.
288 /// LLVMTargetMachine - This class describes a target machine that is
291 class LLVMTargetMachine : public TargetMachine {
293 LLVMTargetMachine(const Target &T, StringRef TargetTriple,

Completed in 468 milliseconds