Searched defs:TargetMachine (Results 1 - 5 of 5) sorted by path

/external/llvm/bindings/ocaml/target/
H A Dllvm_target.ml112 module TargetMachine = struct module
H A Dllvm_target.mli183 module TargetMachine : sig module
192 (** Returns the Target used in a TargetMachine *)
196 [llvm::TargetMachine::getTriple]. *)
200 [llvm::TargetMachine::getCPU]. *)
204 [llvm::TargetMachine::getFeatureString]. *)
211 See [llvm::TargetMachine::setAsmVerbosity]. *)
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h201 const TargetMachine *TM) const;
1030 CreateTargetScheduleState(const TargetMachine*, const ScheduleDAG*) const { argument
H A DTargetMachine.h1 //===-- llvm/Target/TargetMachine.h - Target Information --------*- C++ -*-===//
10 // This file defines the TargetMachine and LLVMTargetMachine classes.
59 /// TargetMachine - Primary interface to the complete machine description for
63 class TargetMachine { class in namespace:llvm
64 TargetMachine(const TargetMachine &) LLVM_DELETED_FUNCTION;
65 void operator=(const TargetMachine &) LLVM_DELETED_FUNCTION;
67 TargetMachine(const Target &T, StringRef TargetTriple,
74 /// feature strings the TargetMachine instance is created with.
90 virtual ~TargetMachine();
[all...]
/external/llvm/lib/Target/
H A DTargetMachine.cpp1 //===-- TargetMachine.cpp - General Target Information ---------------------==//
14 #include "llvm/Target/TargetMachine.h"
32 // TargetMachine Class
35 TargetMachine::TargetMachine(const Target &T, function in class:TargetMachine
44 TargetMachine::~TargetMachine() {
50 void TargetMachine::resetTargetOptions(const MachineFunction *MF) const {
76 Reloc::Model TargetMachine::getRelocationModel() const {
84 CodeModel::Model TargetMachine
[all...]

Completed in 1892 milliseconds