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

1 2 3

  /external/llvm/include/llvm/MC/
MCCodeGenInfo.h 29 CodeModel::Model CMModel;
37 CodeModel::Model CM = CodeModel::Default,
42 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/
TargetMachineC.cpp 63 LLVMCodeModel CodeModel) {
80 CodeModel::Model CM;
81 switch (CodeModel) {
83 CM = CodeModel::JITDefault;
86 CM = CodeModel::Small;
89 CM = CodeModel::Kernel;
92 CM = CodeModel::Medium;
95 CM = CodeModel::Large;
98 CM = CodeModel::Default;
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetMachine.h 53 Reloc::Model RM, CodeModel::Model CM,
109 Reloc::Model RM, CodeModel::Model CM,
118 Reloc::Model RM, CodeModel::Model CM,
NVPTXTargetMachine.cpp 69 CodeModel::Model CM,
86 Reloc::Model RM, CodeModel::Model CM,
96 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/PowerPC/
PPCTargetMachine.h 43 Reloc::Model RM, CodeModel::Model CM,
80 Reloc::Model RM, CodeModel::Model CM,
91 Reloc::Model RM, CodeModel::Model CM,
PPCTargetMachine.cpp 38 Reloc::Model RM, CodeModel::Model CM,
58 Reloc::Model RM, CodeModel::Model CM,
68 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/Sparc/
SparcTargetMachine.h 38 Reloc::Model RM, CodeModel::Model CM,
69 Reloc::Model RM, CodeModel::Model CM,
81 Reloc::Model RM, CodeModel::Model CM,
SparcTargetMachine.cpp 31 Reloc::Model RM, CodeModel::Model CM,
83 CodeModel::Model CM,
95 CodeModel::Model CM,
  /external/llvm/lib/Target/Mips/
MipsTargetMachine.h 45 Reloc::Model RM, CodeModel::Model CM,
90 Reloc::Model RM, CodeModel::Model CM,
101 Reloc::Model RM, CodeModel::Model CM,
MipsTargetMachine.cpp 37 // Using CodeModel::Large enables different CALL behavior.
41 Reloc::Model RM, CodeModel::Model CM,
64 Reloc::Model RM, CodeModel::Model CM,
73 Reloc::Model RM, CodeModel::Model CM,
  /frameworks/compile/libbcc/include/bcc/Support/
CompilerConfig.h 47 llvm::CodeModel::Model mCodeModel;
84 inline llvm::CodeModel::Model getCodeModel() const
86 inline void setCodeModel(llvm::CodeModel::Model pCodeMode)
  /external/llvm/lib/Target/CppBackend/
CPPTargetMachine.h 27 Reloc::Model RM, CodeModel::Model CM,
  /frameworks/compile/llvm-ndk-cc/
Backend.cpp 127 llvm::CodeModel::Model CodeModel;
129 CodeModel = llvm::CodeModel::Small;
133 CodeModel = llvm::CodeModel::Medium;
157 Options, RelocModel, CodeModel, OptLevel);
  /external/llvm/lib/Target/ARM/
ARMTargetMachine.h 45 Reloc::Model RM, CodeModel::Model CM,
74 Reloc::Model RM, CodeModel::Model CM,
117 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeMCTargetDesc.cpp 65 CodeModel::Model CM,
70 if (CM == CodeModel::Default)
71 CM = CodeModel::Small;
  /external/llvm/lib/Target/X86/
X86TargetMachine.h 42 Reloc::Model RM, CodeModel::Model CM,
91 Reloc::Model RM, CodeModel::Model CM,
120 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/CellSPU/
SPUTargetMachine.h 40 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/Hexagon/
HexagonTargetMachine.h 41 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/MBlaze/
MBlazeTargetMachine.h 47 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/MSP430/
MSP430TargetMachine.cpp 32 Reloc::Model RM, CodeModel::Model CM,
MSP430TargetMachine.h 43 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/XCore/
XCoreTargetMachine.cpp 26 Reloc::Model RM, CodeModel::Model CM,
XCoreTargetMachine.h 37 Reloc::Model RM, CodeModel::Model CM,

Completed in 268 milliseconds

1 2 3