HomeSort by relevance Sort by last modified time
    Searched refs:Model (Results 1 - 25 of 132) sorted by null

1 2 3 4 5 6

  /external/llvm/include/llvm/MC/
MCCodeGenInfo.h 11 // asm parsing, and asm printing. For example, relocation model.
23 /// RelocationModel - Relocation model: static, pic, etc.
25 Reloc::Model RelocationModel;
27 /// CMModel - Code model.
29 CodeModel::Model CMModel;
36 void InitMCCodeGenInfo(Reloc::Model RM = Reloc::Default,
37 CodeModel::Model CM = CodeModel::Default,
40 Reloc::Model getRelocationModel() const { return RelocationModel; }
42 CodeModel::Model getCodeModel() const { return CMModel; }
  /external/llvm/lib/MC/
MCCodeGenInfo.cpp 11 // asm parsing, and asm printing. For example, relocation model.
18 void MCCodeGenInfo::InitMCCodeGenInfo(Reloc::Model RM, CodeModel::Model CM,
  /packages/apps/Mms/src/com/android/mms/model/
IModelChangedObserver.java 18 package com.android.mms.model;
21 void onModelChanged(Model model, boolean dataChanged);
  /external/llvm/include/llvm/Support/
CodeGen.h 11 // example, relocation model.
20 // Relocation model types.
22 enum Model { Default, Static, PIC_, DynamicNoPIC };
25 // Code model types.
27 enum Model { Default, JITDefault, Small, Kernel, Medium, Large };
32 enum Model {
  /external/clang/test/SemaTemplate/
instantiate-field.cpp 39 template <class Model> struct requirement<failed *Model::*>
43 ((Model*)0)->~Model(); // expected-note{{in instantiation of}}
47 template <class Model> struct requirement_<void(*)(Model)> : requirement<failed *Model::*>
53 template <class Model> struct usage_requirements
56 {((Model*)0)->~Model(); } // expected-note{{in instantiation of}
    [all...]
instantiate-function-params.cpp 8 template <class Model, void (Model::*)()> struct wrap_constraints { };
9 template <class Model>
10 inline char has_constraints_(Model* , // expected-note 2{{while substituting deduced template arguments into function template 'has_constraints_' [with }} \
12 wrap_constraints<Model,&Model::constraints>* = 0); // expected-note 2{{in instantiation}}
14 template <class Model> struct not_satisfied {
15 static const bool value = sizeof( has_constraints_((Model*)0) == 1); // expected-error 3{{no matching function}}
20 template <class Model> struct requirement_<void(*)(Model)> : if_< not_satisfied<Model> >::type { // expected-note 5 (…)
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
Presenter.java 22 import com.android.mms.model.IModelChangedObserver;
23 import com.android.mms.model.Model;
32 protected Model mModel;
34 public Presenter(Context context, ViewInterface view, Model model) {
38 mModel = model;
50 public Model getModel() {
54 public void setModel(Model model) {
    [all...]
  /external/llvm/lib/Target/
TargetMachine.cpp 64 /// getRelocationModel - Returns the code generation relocation model. The
66 Reloc::Model TargetMachine::getRelocationModel() const {
72 /// getCodeModel - Returns the code model. The choices are small, kernel,
74 CodeModel::Model TargetMachine::getCodeModel() const {
80 /// Get the IR-specified TLS model for Var.
81 static TLSModel::Model getSelectedTLSModel(const GlobalVariable *Var) {
95 llvm_unreachable("invalid TLS model");
98 TLSModel::Model TargetMachine::getTLSModel(const GlobalValue *GV) const {
113 TLSModel::Model Model;
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetMachine.h 53 Reloc::Model RM, CodeModel::Model CM,
109 Reloc::Model RM, CodeModel::Model CM,
118 Reloc::Model RM, CodeModel::Model CM,
NVPTXTargetMachine.cpp 68 Reloc::Model RM,
69 CodeModel::Model CM,
86 Reloc::Model RM, CodeModel::Model CM,
96 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/PowerPC/
PPCTargetMachine.h 43 Reloc::Model RM, CodeModel::Model CM,
80 Reloc::Model RM, CodeModel::Model CM,
91 Reloc::Model RM, CodeModel::Model CM,
PPCTargetMachine.cpp 38 Reloc::Model RM, CodeModel::Model CM,
58 Reloc::Model RM, CodeModel::Model CM,
68 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/Sparc/
SparcTargetMachine.h 38 Reloc::Model RM, CodeModel::Model CM,
69 Reloc::Model RM, CodeModel::Model CM,
81 Reloc::Model RM, CodeModel::Model CM,
SparcTargetMachine.cpp 26 /// SparcTargetMachine ctor - Create an ILP32 architecture model
31 Reloc::Model RM, CodeModel::Model CM,
82 Reloc::Model RM,
83 CodeModel::Model CM,
94 Reloc::Model RM,
95 CodeModel::Model CM,
  /external/llvm/lib/Target/Mips/
MipsTargetMachine.h 45 Reloc::Model RM, CodeModel::Model CM,
90 Reloc::Model RM, CodeModel::Model CM,
101 Reloc::Model RM, CodeModel::Model CM,
MipsTargetMachine.cpp 41 Reloc::Model RM, CodeModel::Model CM,
64 Reloc::Model RM, CodeModel::Model CM,
73 Reloc::Model RM, CodeModel::Model CM,
  /frameworks/compile/libbcc/include/bcc/Support/
CompilerConfig.h 47 llvm::CodeModel::Model mCodeModel;
51 llvm::Reloc::Model mRelocModel;
84 inline llvm::CodeModel::Model getCodeModel() const
86 inline void setCodeModel(llvm::CodeModel::Model pCodeMode)
94 inline llvm::Reloc::Model getRelocationModel() const
96 inline void setRelocationModel(llvm::Reloc::Model pRelocModel)
  /external/llvm/lib/Target/CppBackend/
CPPTargetMachine.h 27 Reloc::Model RM, CodeModel::Model CM,
  /external/webkit/Tools/QueueStatusServer/model/
svnrevision.py 32 class SVNRevision(db.Model):
  /external/llvm/lib/Target/ARM/
ARMTargetMachine.h 45 Reloc::Model RM, CodeModel::Model CM,
74 Reloc::Model RM, CodeModel::Model CM,
117 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/X86/
X86TargetMachine.h 42 Reloc::Model RM, CodeModel::Model CM,
91 Reloc::Model RM, CodeModel::Model CM,
120 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/CellSPU/
SPUTargetMachine.h 40 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/Hexagon/
HexagonTargetMachine.h 41 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/MBlaze/
MBlazeTargetMachine.h 47 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/MSP430/
MSP430TargetMachine.cpp 32 Reloc::Model RM, CodeModel::Model CM,

Completed in 585 milliseconds

1 2 3 4 5 6