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

1234567

/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
39 enum Model { enum in namespace:llvm::TLSModel
58 inline CodeModel::Model unwrap(LLVMCodeModel Model) { argument
59 switch (Model) {
76 inline LLVMCodeModel wrap(CodeModel::Model Model) { argument
77 switch (Model) {
/external/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.h32 Reloc::Model RM, CodeModel::Model CM,
59 Reloc::Model RM, CodeModel::Model CM,
70 Reloc::Model RM, CodeModel::Model CM,
/external/llvm/lib/Target/R600/
H A DAMDGPUTargetMachine.h41 StringRef CPU, TargetOptions Options, Reloc::Model RM,
42 CodeModel::Model CM, CodeGenOpt::Level OL);
67 StringRef CPU, TargetOptions Options, Reloc::Model RM,
68 CodeModel::Model CM, CodeGenOpt::Level OL);
81 StringRef CPU, TargetOptions Options, Reloc::Model RM,
82 CodeModel::Model CM, CodeGenOpt::Level OL);
/external/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.h29 Reloc::Model RM, CodeModel::Model CM,
52 Reloc::Model RM, CodeModel::Model CM,
64 Reloc::Model RM, CodeModel::Model CM,
H A DSparcTargetMachine.cpp58 Reloc::Model RM, CodeModel::Model CM,
111 Reloc::Model RM,
112 CodeModel::Model CM,
123 Reloc::Model RM,
124 CodeModel::Model CM,
/external/llvm/lib/Target/ARM/
H A DARMTargetMachine.h42 Reloc::Model RM, CodeModel::Model CM,
68 const TargetOptions &Options, Reloc::Model RM,
69 CodeModel::Model CM, CodeGenOpt::Level OL, bool isLittle);
79 Reloc::Model RM, CodeModel::Model CM,
89 const TargetOptions &Options, Reloc::Model RM,
90 CodeModel::Model CM, CodeGenOpt::Level OL);
101 const TargetOptions &Options, Reloc::Model RM,
102 CodeModel::Model C
[all...]
H A DARMInstrInfo.h43 Reloc::Model RM) const override;
/external/llvm/lib/Target/
H A DTargetMachine.cpp77 Reloc::Model TargetMachine::getRelocationModel() const {
85 CodeModel::Model TargetMachine::getCodeModel() const {
92 static TLSModel::Model getSelectedTLSModel(const GlobalValue *GV) {
109 TLSModel::Model TargetMachine::getTLSModel(const GlobalValue *GV) const {
118 TLSModel::Model Model; local
121 Model = TLSModel::LocalDynamic;
123 Model = TLSModel::GeneralDynamic;
126 Model = TLSModel::LocalExec;
128 Model
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsTargetMachine.h43 const TargetOptions &Options, Reloc::Model RM,
44 CodeModel::Model CM, CodeGenOpt::Level OL, bool isLittle);
78 Reloc::Model RM, CodeModel::Model CM,
89 Reloc::Model RM, CodeModel::Model CM,
/external/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.h38 const TargetOptions &Options, Reloc::Model RM,
39 CodeModel::Model CM, CodeGenOpt::Level OP, bool is64bit);
72 Reloc::Model RM, CodeModel::Model CM,
81 Reloc::Model RM, CodeModel::Model CM,
/external/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.h36 const TargetOptions &Options, Reloc::Model RM,
37 CodeModel::Model CM, CodeGenOpt::Level OL);
65 Reloc::Model RM, CodeModel::Model CM,
76 Reloc::Model RM, CodeModel::Model CM,
/external/llvm/lib/Target/BPF/
H A DBPFTargetMachine.h27 const TargetOptions &Options, Reloc::Model RM,
28 CodeModel::Model CM, CodeGenOpt::Level OL);
H A DBPFTargetMachine.cpp36 Reloc::Model RM, CodeModel::Model CM,
/external/llvm/lib/Target/CppBackend/
H A DCPPTargetMachine.h27 const TargetOptions &Options, Reloc::Model RM,
28 CodeModel::Model CM, CodeGenOpt::Level OL)
/external/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.h33 Reloc::Model RM, CodeModel::Model CM,
H A DMSP430TargetMachine.cpp31 Reloc::Model RM, CodeModel::Model CM,
/external/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.h32 Reloc::Model RM, CodeModel::Model CM,
/external/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.h32 Reloc::Model RM, CodeModel::Model CM,
H A DSystemZSubtarget.cpp48 static bool bindsLocally(const GlobalValue *GV, Reloc::Model RM) {
57 Reloc::Model RM,
58 CodeModel::Model CM) const {
/external/llvm/lib/Target/X86/
H A DX86TargetMachine.h33 const TargetOptions &Options, Reloc::Model RM,
34 CodeModel::Model CM, CodeGenOpt::Level OL);
/external/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.h28 Reloc::Model RM, CodeModel::Model CM,

Completed in 1238 milliseconds

1234567