HomeSort by: relevance | last modified time | path
    Searched defs:LLVMTargetMachine (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LLVMTargetMachine.cpp 1 //===-- LLVMTargetMachine.cpp - Implement the LLVMTargetMachine class -----===//
9 // This file implements the LLVMTargetMachine class.
41 void LLVMTargetMachine::initAsmInfo() {
82 LLVMTargetMachine::LLVMTargetMachine(const Target &T,
98 LLVMTargetMachine::getTargetTransformInfo(const Function &F) {
104 addPassesToGenerateCode(LLVMTargetMachine &TM, PassManagerBase &PM,
122 bool LLVMTargetMachine::addAsmPrinter(PassManagerBase &PM,
142 Expected<std::unique_ptr<MCStreamer>> LLVMTargetMachine::createMCStreamer
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Target/
TargetMachine.h 9 // This file defines the TargetMachine and LLVMTargetMachine classes.
385 class LLVMTargetMachine : public TargetMachine {
387 LLVMTargetMachine(const Target &T, StringRef DataLayoutString,

Completed in 28 milliseconds