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

1 23 4 5

  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 161 void InitMCObjectFileInfo(StringRef TT, Reloc::Model RM, CodeModel::Model CM,
279 Reloc::Model RelocM;
280 CodeModel::Model CMModel;
  /external/llvm/include/llvm/Target/
TargetMachine.h 92 /// CodeGenInfo - Low level target information such as relocation model.
208 /// getRelocationModel - Returns the code generation relocation model. The
210 Reloc::Model getRelocationModel() const;
212 /// getCodeModel - Returns the code model. The choices are small, kernel,
214 CodeModel::Model getCodeModel() const;
298 Reloc::Model RM, CodeModel::Model CM);
  /external/webkit/Tools/RebaselineQueueServer/model/
queueentry.py 32 class QueueEntry(db.Model):
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 202 Reloc::Model RM = Reloc::Default,
203 CodeModel::Model CMM =
465 Reloc::Model RelocModel;
466 CodeModel::Model CMModel;
521 /// setRelocationModel - Set the relocation model that the ExecutionEngine
523 EngineBuilder &setRelocationModel(Reloc::Model RM) {
531 EngineBuilder &setCodeModel(CodeModel::Model M) {
581 Reloc::Model RM,
582 CodeModel::Model CM,
  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeMCTargetDesc.cpp 64 static MCCodeGenInfo *createMBlazeMCCodeGenInfo(StringRef TT, Reloc::Model RM,
65 CodeModel::Model CM) {
  /external/openssl/crypto/des/times/
aix.cc 3 This machine is a Bull Estrella Minitower Model MT604-100
  /external/llvm/lib/Target/PTX/
PTXTargetMachine.cpp 90 Reloc::Model RM, CodeModel::Model CM,
103 Reloc::Model RM, CodeModel::Model CM)
109 Reloc::Model RM, CodeModel::Model CM)
  /external/llvm/include/llvm/Support/
TargetRegistry.h 76 Reloc::Model RM,
77 CodeModel::Model CM);
88 Reloc::Model RM,
89 CodeModel::Model CM);
279 MCCodeGenInfo *createMCCodeGenInfo(StringRef Triple, Reloc::Model RM,
280 CodeModel::Model CM) const {
335 Reloc::Model RM = Reloc::Default,
336 CodeModel::Model CM = CodeModel::Default) const {
    [all...]
  /external/webkit/Tools/TestResultServer/model/
datastorefile.py 38 class DataEntry(db.Model):
53 class DataStoreFile(db.Model):
dashboardfile.py 40 class DashboardFile(db.Model):
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/model/
datastore.py 22 class Contact(db.Model):
23 """Data model class to hold user objects."""
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.h 63 void DetectFamilyModel(unsigned EAX, unsigned &Family, unsigned &Model);
  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 70 // Large model never uses stubs.
243 unsigned Model = 0;
244 X86_MC::DetectFamilyModel(EAX, Family, Model);
245 if (IsAMD || (Family == 6 && Model >= 13)) {
251 if (Family == 15 && Model == 26) {
  /external/webkit/Tools/QueueStatusServer/model/
workitems.py 31 from model.queuepropertymixin import QueuePropertyMixin
34 class WorkItems(db.Model, QueuePropertyMixin):
activeworkitems.py 34 from model.queuepropertymixin import QueuePropertyMixin
37 class ActiveWorkItems(db.Model, QueuePropertyMixin):
50 # db.Model does not tuples, we have to make lists.
  /packages/apps/Mms/src/com/android/mms/model/
RegionModel.java 18 package com.android.mms.model;
20 public class RegionModel extends Model {
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.h 103 Reloc::Model RM = Reloc::Default,
104 CodeModel::Model CMM = CodeModel::JITDefault) {
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCTargetDesc.cpp 65 static MCCodeGenInfo *createMipsMCCodeGenInfo(StringRef TT, Reloc::Model RM,
66 CodeModel::Model CM) {
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp 78 static MCCodeGenInfo *createPPCMCCodeGenInfo(StringRef TT, Reloc::Model RM,
79 CodeModel::Model CM) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
BitmapTileProvider.java 27 public class BitmapTileProvider implements TileImageView.Model {
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowPresenter.java 22 import com.android.mms.model.AudioModel;
23 import com.android.mms.model.ImageModel;
24 import com.android.mms.model.LayoutModel;
25 import com.android.mms.model.MediaModel;
26 import com.android.mms.model.Model;
27 import com.android.mms.model.RegionMediaModel;
28 import com.android.mms.model.RegionModel;
29 import com.android.mms.model.SlideModel;
30 import com.android.mms.model.SlideshowModel
    [all...]
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 263 bool GVIsIndirectSymbol(const GlobalValue *GV, Reloc::Model RelocM) const;
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp 131 static MCCodeGenInfo *createARMMCCodeGenInfo(StringRef TT, Reloc::Model RM,
132 CodeModel::Model CM) {
136 // Default relocation model on Darwin is PIC, not DynamicNoPIC.
  /external/llvm/lib/Target/
TargetMachine.cpp 213 /// getRelocationModel - Returns the code generation relocation model. The
215 Reloc::Model TargetMachine::getRelocationModel() const {
221 /// getCodeModel - Returns the code model. The choices are small, kernel,
223 CodeModel::Model TargetMachine::getCodeModel() const {
  /external/llvm/tools/lli/
lli.cpp 112 cl::opt<Reloc::Model>
113 RelocModel("relocation-model",
114 cl::desc("Choose relocation model"),
118 "Target default relocation model"),
127 cl::opt<llvm::CodeModel::Model>
128 CMModel("code-model",
129 cl::desc("Choose code model"),
132 "Target default JIT code model"),
134 "Small code model"),
136 "Kernel code model"),
    [all...]

Completed in 687 milliseconds

1 23 4 5