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

1 2 3 4 5

  /external/llvm/include/llvm/MC/
MCCodeGenInfo.h 11 // asm parsing, and asm printing. For example, relocation model.
23 /// RelocationModel - Relocation model: statcic, pic, etc.
25 Reloc::Model RelocationModel;
27 /// CMModel - Code model.
29 CodeModel::Model CMModel;
32 void InitMCCodeGenInfo(Reloc::Model RM = Reloc::Default,
33 CodeModel::Model CM = CodeModel::Default);
35 Reloc::Model getRelocationModel() const { return RelocationModel; }
37 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) {
  /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 };
  /packages/apps/Mms/src/com/android/mms/model/
IModelChangedObserver.java 18 package com.android.mms.model;
21 void onModelChanged(Model model, boolean dataChanged);
  /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;
31 protected Model mModel;
33 public Presenter(Context context, ViewInterface view, Model model) {
37 mModel = model;
49 public Model getModel() {
  /external/llvm/lib/Target/Mips/
MipsTargetMachine.h 42 Reloc::Model RM, CodeModel::Model CM,
89 Reloc::Model RM, CodeModel::Model CM);
98 Reloc::Model RM, CodeModel::Model CM);
107 Reloc::Model RM, CodeModel::Model CM);
116 Reloc::Model RM, CodeModel::Model CM)
    [all...]
MipsTargetMachine.cpp 38 Reloc::Model RM, CodeModel::Model CM,
57 Reloc::Model RM, CodeModel::Model CM) :
63 Reloc::Model RM, CodeModel::Model CM) :
69 Reloc::Model RM, CodeModel::Model CM) :
75 Reloc::Model RM, CodeModel::Model CM)
    [all...]
  /external/llvm/lib/Support/
Host.cpp 96 unsigned &Model) {
98 Model = (EAX >> 4) & 0xf; // Bits 4 - 7
103 // Examine extended model ID if family ID is 6 or F.
104 Model += ((EAX >> 16) & 0xf) << 4; // Bits 16 - 19
113 unsigned Model = 0;
114 DetectX86FamilyModel(EAX, Family, Model);
131 switch (Model) {
144 switch (Model) {
162 switch (Model) {
167 // model 0
    [all...]
  /external/llvm/lib/Target/CBackend/
CTargetMachine.h 25 Reloc::Model RM, CodeModel::Model CM)
  /external/llvm/lib/Target/CppBackend/
CPPTargetMachine.h 27 Reloc::Model RM, CodeModel::Model CM)
  /external/llvm/lib/Target/PTX/
PTXTargetMachine.h 39 Reloc::Model RM, CodeModel::Model CM,
102 Reloc::Model RM, CodeModel::Model CM);
110 Reloc::Model RM, CodeModel::Model CM);
  /external/llvm/lib/Target/PowerPC/
PPCTargetMachine.h 45 Reloc::Model RM, CodeModel::Model CM, bool is64Bit);
82 Reloc::Model RM, CodeModel::Model CM);
91 Reloc::Model RM, CodeModel::Model CM);
PPCTargetMachine.cpp 31 Reloc::Model RM, CodeModel::Model CM,
47 Reloc::Model RM, CodeModel::Model CM)
54 Reloc::Model RM, CodeModel::Model CM)
  /external/llvm/lib/Target/Sparc/
SparcTargetMachine.cpp 25 /// SparcTargetMachine ctor - Create an ILP32 architecture model
29 Reloc::Model RM, CodeModel::Model CM,
56 StringRef FS, Reloc::Model RM,
57 CodeModel::Model CM)
63 StringRef FS, Reloc::Model RM,
64 CodeModel::Model CM)
SparcTargetMachine.h 38 Reloc::Model RM, CodeModel::Model CM, bool is64bit);
67 Reloc::Model RM, CodeModel::Model CM);
76 Reloc::Model RM, CodeModel::Model CM);
  /external/llvm/lib/Target/Blackfin/
BlackfinTargetMachine.cpp 28 Reloc::Model RM,
29 CodeModel::Model CM)
  /external/llvm/lib/Target/SystemZ/
SystemZTargetMachine.cpp 21 /// SystemZTargetMachine ctor - Create an ILP64 architecture model
25 StringRef FS, Reloc::Model RM,
26 CodeModel::Model CM)
  /external/llvm/lib/Target/XCore/
XCoreTargetMachine.cpp 20 /// XCoreTargetMachine ctor - Create an ILP32 architecture model
24 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 44 Reloc::Model RM, CodeModel::Model CM);
74 Reloc::Model RM, CodeModel::Model CM);
114 Reloc::Model RM, CodeModel::Model CM);
  /external/llvm/lib/Target/X86/
X86TargetMachine.h 42 Reloc::Model RM, CodeModel::Model CM,
88 Reloc::Model RM, CodeModel::Model CM);
115 Reloc::Model RM, CodeModel::Model CM);
  /external/llvm/lib/Target/Alpha/
AlphaTargetMachine.cpp 27 Reloc::Model RM, CodeModel::Model CM)
AlphaTargetMachine.h 41 Reloc::Model RM, CodeModel::Model CM);

Completed in 458 milliseconds

1 2 3 4 5