Home
last modified time | relevance | path

Searched refs:CMModel (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DTargetSelect.cpp89 Options, RelocModel, CMModel, OptLevel, in selectTarget()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h536 Optional<CodeModel::Model> CMModel; variable
606 CMModel = M; in setCodeModel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachine.cpp74 CodeModel::Model TargetMachine::getCodeModel() const { return CMModel; } in getCodeModel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc74 static cl::opt<llvm::CodeModel::Model> CMModel(
83 if (CMModel.getNumOccurrences()) {
84 CodeModel::Model M = CMModel;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetMachine.h89 CodeModel::Model CMModel = CodeModel::Small; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp84 this->CMModel = CM; in LLVMTargetMachine()