Searched refs:CodeModel (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/libbcc/include/bcc/Support/
H A DCompilerConfig.h47 llvm::CodeModel::Model mCodeModel;
84 inline llvm::CodeModel::Model getCodeModel() const
86 inline void setCodeModel(llvm::CodeModel::Model pCodeMode)
H A DTargetCompilerConfigs.h79 setCodeModel(llvm::CodeModel::Medium);
/frameworks/compile/llvm-ndk-cc/
H A DBackend.cpp127 llvm::CodeModel::Model CodeModel; local
129 CodeModel = llvm::CodeModel::Small;
133 CodeModel = llvm::CodeModel::Medium;
157 Options, RelocModel, CodeModel, OptLevel);
/frameworks/compile/libbcc/lib/Support/
H A DCompilerConfig.cpp54 mCodeModel = llvm::CodeModel::Small;
/frameworks/compile/slang/
H A Dslang_backend.cpp146 llvm::CodeModel::Model CM;
148 CM = llvm::CodeModel::Small;
152 CM = llvm::CodeModel::Medium;
/frameworks/compile/mclinker/include/mcld/Support/
H A DTargetRegistry.h65 llvm::CodeModel::Model CM = llvm::CodeModel::Default,
/frameworks/compile/mclinker/tools/llvm-mcld/
H A Dllvm-mcld.cpp91 static cl::opt<llvm::CodeModel::Model>
94 cl::init(CodeModel::Default),
95 cl::values(clEnumValN(CodeModel::Default, "default",
97 clEnumValN(CodeModel::Small, "small",
99 clEnumValN(CodeModel::Kernel, "kernel",
101 clEnumValN(CodeModel::Medium, "medium",
103 clEnumValN(CodeModel::Large, "large",

Completed in 126 milliseconds