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

  /external/llvm/lib/Target/
TargetMachine.cpp 1 //===-- TargetMachine.cpp - General Target Information ---------------------==//
14 #include "llvm/Target/TargetMachine.h"
44 // TargetMachine Class
47 TargetMachine::TargetMachine(const Target &T,
61 TargetMachine::~TargetMachine() {
67 void TargetMachine::resetTargetOptions(const MachineFunction *MF) const {
92 Reloc::Model TargetMachine::getRelocationModel() const {
100 CodeModel::Model TargetMachine::getCodeModel() const
    [all...]
  /external/llvm/include/llvm/Target/
TargetMachine.h 1 //===-- llvm/Target/TargetMachine.h - Target Information --------*- C++ -*-===//
10 // This file defines the TargetMachine and LLVMTargetMachine classes.
51 /// TargetMachine - Primary interface to the complete machine description for
55 class TargetMachine {
56 TargetMachine(const TargetMachine &) LLVM_DELETED_FUNCTION;
57 void operator=(const TargetMachine &) LLVM_DELETED_FUNCTION;
59 TargetMachine(const Target &T, StringRef TargetTriple,
66 /// feature strings the TargetMachine instance is created with.
86 virtual ~TargetMachine();
    [all...]

Completed in 49 milliseconds