Searched defs:CodeModel (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/Support/
H A DCodeGen.h26 namespace CodeModel { namespace in namespace:llvm
H A DTargetRegistry.h78 CodeModel::Model CM,
92 CodeModel::Model CM,
287 CodeModel::Model CM,
344 CodeModel::Model CM = CodeModel::Default,
875 CodeModel::Model CM, CodeGenOpt::Level OL) {
1046 CodeModel::Model CM,
341 createTargetMachine(StringRef Triple, StringRef CPU, StringRef Features, const TargetOptions &Options, Reloc::Model RM = Reloc::Default, CodeModel::Model CM = CodeModel::Default, CodeGenOpt::Level OL = CodeGenOpt::Default) const argument
/external/llvm/lib/ExecutionEngine/JIT/
H A DJIT.h104 CodeModel::Model CMM = CodeModel::JITDefault) {
97 create(Module *M, std::string *Err, JITMemoryManager *JMM, CodeGenOpt::Level OptLevel = CodeGenOpt::Default, bool GVsWithCode = true, Reloc::Model RM = Reloc::Default, CodeModel::Model CMM = CodeModel::JITDefault) argument
/external/llvm/lib/Target/
H A DTargetMachineC.cpp63 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;
61 LLVMCreateTargetMachine(LLVMTargetRef T, char* Triple, char* CPU, char* Features, LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, LLVMCodeModel CodeModel) argument
/external/clang/include/clang/Frontend/
H A DCodeGenOptions.h133 std::string CodeModel; member in class:clang::CodeGenOptions

Completed in 397 milliseconds