Searched refs:Model (Results 1 - 25 of 197) sorted by relevance

12345678

/external/llvm/include/llvm/MC/
H A DMCCodeGenInfo.h25 Reloc::Model RelocationModel;
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/
H A DMCCodeGenInfo.cpp18 void MCCodeGenInfo::InitMCCodeGenInfo(Reloc::Model RM, CodeModel::Model CM,
/external/clang/test/SemaTemplate/
H A Dinstantiate-field.cpp39 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(); } // expecte
[all...]
H A Dinstantiate-function-params.cpp8 template <class Model, void (Model::*)()> struct wrap_constraints { };
9 template <class Model>
10 inline char has_constraints_(Model* , // expected-note 3{{candidate template ignored}}
11 wrap_constraints<Model,&Model::constraints>* = 0); // expected-note 2{{in instantiation}}
13 template <class Model> struct not_satisfied {
14 static const bool value = sizeof( has_constraints_((Model*)0) == 1); // expected-error 3{{no matching function}} \
20 template <class Model> struct requirement_<void(*)(Model)>
[all...]
/external/llvm/include/llvm/Support/
H A DCodeGen.h25 enum Model { Default, Static, PIC_, DynamicNoPIC }; enum in namespace:llvm::Reloc
30 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enum in namespace:llvm::CodeModel
35 enum Model { enum in namespace:llvm::TLSModel
54 inline CodeModel::Model unwrap(LLVMCodeModel Model) { argument
55 switch (Model) {
72 inline LLVMCodeModel wrap(CodeModel::Model Model) { argument
73 switch (Model) {
/external/llvm/lib/Target/ARM/
H A DARMTargetMachine.h31 Reloc::Model RM, CodeModel::Model CM,
74 const TargetOptions &Options, Reloc::Model RM,
75 CodeModel::Model CM, CodeGenOpt::Level OL, bool isLittle);
85 Reloc::Model RM, CodeModel::Model CM,
95 const TargetOptions &Options, Reloc::Model RM,
96 CodeModel::Model CM, CodeGenOpt::Level OL);
107 const TargetOptions &Options, Reloc::Model RM,
108 CodeModel::Model C
[all...]
H A DARMTargetMachine.cpp51 Reloc::Model RM, CodeModel::Model CM,
75 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 C
[all...]
/external/llvm/lib/Target/
H A DTargetMachine.cpp76 Reloc::Model TargetMachine::getRelocationModel() const {
84 CodeModel::Model TargetMachine::getCodeModel() const {
91 static TLSModel::Model getSelectedTLSModel(const GlobalValue *GV) {
108 TLSModel::Model TargetMachine::getTLSModel(const GlobalValue *GV) const {
117 TLSModel::Model Model; local
120 Model = TLSModel::LocalDynamic;
122 Model = TLSModel::GeneralDynamic;
125 Model = TLSModel::LocalExec;
127 Model
[all...]
/external/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.h31 Reloc::Model RM, CodeModel::Model CM,
70 Reloc::Model RM, CodeModel::Model CM,
81 Reloc::Model RM, CodeModel::Model CM,
/external/llvm/lib/Target/Mips/
H A DMipsTargetMachine.h32 const TargetOptions &Options, Reloc::Model RM,
33 CodeModel::Model CM, CodeGenOpt::Level OL, bool isLittle);
79 Reloc::Model RM, CodeModel::Model CM,
90 Reloc::Model RM, CodeModel::Model CM,
H A DMipsTargetMachine.cpp56 Reloc::Model RM, CodeModel::Model CM,
68 Reloc::Model RM, CodeModel::Model CM,
77 Reloc::Model RM, CodeModel::Model CM,
/external/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.h35 const TargetOptions &Options, Reloc::Model RM,
36 CodeModel::Model CM, CodeGenOpt::Level OP, bool is64bit);
85 Reloc::Model RM, CodeModel::Model CM,
94 Reloc::Model RM, CodeModel::Model CM,
/external/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.h32 Reloc::Model RM, CodeModel::Model CM,
76 Reloc::Model RM, CodeModel::Model CM,
87 Reloc::Model RM, CodeModel::Model CM,
/external/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp31 Reloc::Model RM, CodeModel::Model CM,
85 Reloc::Model RM,
86 CodeModel::Model CM,
97 Reloc::Model RM,
98 CodeModel::Model CM,
H A DSparcTargetMachine.h28 Reloc::Model RM, CodeModel::Model CM,
65 Reloc::Model RM, CodeModel::Model CM,
77 Reloc::Model RM, CodeModel::Model CM,
/external/llvm/lib/Target/CppBackend/
H A DCPPTargetMachine.h27 Reloc::Model RM, CodeModel::Model CM,
/external/chromium-trace/
H A Dinit.js9 var m = new tracing.Model();
/external/chromium_org/tools/telemetry/telemetry/core/heap/
H A Dmodel.py8 class Model(object): class in inherits:object
/external/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.h31 Reloc::Model RM, CodeModel::Model CM,
/external/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp30 Reloc::Model RM, CodeModel::Model CM,
H A DMSP430TargetMachine.h32 Reloc::Model RM, CodeModel::Model CM,
/external/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.h31 Reloc::Model RM, CodeModel::Model CM,
H A DSystemZSubtarget.cpp56 static bool bindsLocally(const GlobalValue *GV, Reloc::Model RM) {
65 Reloc::Model RM,
66 CodeModel::Model CM) const {
/external/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.h27 Reloc::Model RM, CodeModel::Model CM,
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
H A Dmodel.js7 function Model(precision) { class
18 Model.prototype.handle = function(input) {
72 Model.prototype.reset_ = function(state) {
83 Model.prototype.set_ = function(state) {
101 Model.prototype.calculate_ = function(operator, operand) {
118 Model.prototype.round_ = function(x) {
132 Model.prototype.digits_ = function(exponent) {

Completed in 4630 milliseconds

12345678