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

1 2 3

  /external/llvm/include/llvm/MC/
MCCodeGenInfo.h 29 CodeModel::Model CMModel;
33 CodeModel::Model CM = CodeModel::Default);
37 CodeModel::Model getCodeModel() const { return CMModel; }
  /external/llvm/lib/MC/
MCCodeGenInfo.cpp 18 void MCCodeGenInfo::InitMCCodeGenInfo(Reloc::Model RM, CodeModel::Model CM) {
  /external/llvm/include/llvm/Support/
CodeGen.h 26 namespace CodeModel {
  /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);
MipsTargetMachine.cpp 34 // Using CodeModel::Large enables different CALL behavior.
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) :
  /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 29 Reloc::Model RM, CodeModel::Model CM,
57 CodeModel::Model CM)
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/MBlaze/MCTargetDesc/
MBlazeMCTargetDesc.cpp 65 CodeModel::Model CM) {
69 if (CM == CodeModel::Default)
70 CM = CodeModel::Small;
  /external/llvm/lib/Target/Blackfin/
BlackfinTargetMachine.cpp 29 CodeModel::Model CM)
BlackfinTargetMachine.h 40 Reloc::Model RM, CodeModel::Model CM);
  /external/llvm/lib/Target/SystemZ/
SystemZTargetMachine.cpp 26 CodeModel::Model CM)
  /external/llvm/lib/Target/XCore/
XCoreTargetMachine.cpp 24 Reloc::Model RM, CodeModel::Model CM)
  /external/llvm/tools/lli/
lli.cpp 127 cl::opt<llvm::CodeModel::Model>
130 cl::init(CodeModel::JITDefault),
131 cl::values(clEnumValN(CodeModel::JITDefault, "default",
133 clEnumValN(CodeModel::Small, "small",
135 clEnumValN(CodeModel::Kernel, "kernel",
137 clEnumValN(CodeModel::Medium, "medium",
139 clEnumValN(CodeModel::Large, "large",
  /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);
  /external/llvm/lib/Target/Alpha/MCTargetDesc/
AlphaMCTargetDesc.cpp 54 CodeModel::Model CM) {
  /external/llvm/lib/Target/Blackfin/MCTargetDesc/
BlackfinMCTargetDesc.cpp 55 CodeModel::Model CM) {
  /external/llvm/lib/Target/CellSPU/
SPUTargetMachine.h 43 Reloc::Model RM, CodeModel::Model CM);

Completed in 257 milliseconds

1 2 3