/frameworks/compile/mclinker/tools/llvm-mcld/ |
llvm-mcld.cpp | 111 static cl::opt<llvm::CodeModel::Model> 114 cl::init(CodeModel::Default), 115 cl::values(clEnumValN(CodeModel::Default, "default", 117 clEnumValN(CodeModel::Small, "small", 119 clEnumValN(CodeModel::Kernel, "kernel", 121 clEnumValN(CodeModel::Medium, "medium", 123 clEnumValN(CodeModel::Large, "large", [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64ISelDAGToDAG.cpp | 248 case CodeModel::Small: { 257 case CodeModel::Large: {
|
AArch64ISelLowering.cpp | [all...] |
/art/compiler/llvm/ |
llvm_compilation_unit.cc | 223 ::llvm::Reloc::Static, ::llvm::CodeModel::Small,
|
/external/clang/tools/driver/ |
cc1as_main.cpp | 308 Reloc::Default, CodeModel::Default, Ctx);
|
/external/llvm/lib/Target/PowerPC/ |
PPCISelDAGToDAG.cpp | [all...] |
/external/llvm/lib/Target/X86/ |
X86Subtarget.cpp | 71 if (TM.getCodeModel() == CodeModel::Large)
|
X86ISelDAGToDAG.cpp | 588 CodeModel::Model M = TM.getCodeModel(); 639 CodeModel::Model M = TM.getCodeModel(); 647 (M == CodeModel::Small || M == CodeModel::Kernel)) { 694 M == CodeModel::Small || M == CodeModel::Kernel) { 743 if (TM.getCodeModel() == CodeModel::Small && [all...] |
X86ISelLowering.h | 493 bool isOffsetSuitableForCodeModel(int64_t Offset, CodeModel::Model M, [all...] |
X86FastISel.cpp | 496 if (TM.getCodeModel() != CodeModel::Small) 642 if (TM.getCodeModel() != CodeModel::Small) [all...] |
X86ISelLowering.cpp | [all...] |
X86InstrInfo.cpp | [all...] |
/external/llvm/tools/lto/ |
LTOCodeGenerator.cpp | 299 RelocModel, CodeModel::Default,
|
/external/llvm/lib/Target/Sparc/ |
SparcISelLowering.cpp | [all...] |
/external/llvm/lib/ExecutionEngine/ |
ExecutionEngine.cpp | 426 CodeModel::Model CMM) { [all...] |
/external/clang/lib/Frontend/ |
CompilerInvocation.cpp | 363 Opts.CodeModel = Args.getLastArgValue(OPT_mcode_model); [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.cpp | [all...] |