Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCObjectFileInfo.cpp240 ((CMModel == CodeModel::Small || CMModel == CodeModel::Medium) in InitELFMCObjectFileInfo()
243 (CMModel == CodeModel::Small in InitELFMCObjectFileInfo()
247 ((CMModel == CodeModel::Small || CMModel == CodeModel::Medium) in InitELFMCObjectFileInfo()
251 (CMModel == CodeModel::Small || CMModel == CodeModel::Medium) in InitELFMCObjectFileInfo()
253 LSDAEncoding = (CMModel == CodeModel::Small) in InitELFMCObjectFileInfo()
256 TTypeEncoding = (CMModel == CodeModel::Small) in InitELFMCObjectFileInfo()
530 CMModel = cm; in InitMCObjectFileInfo()
DMCCodeGenInfo.cpp21 CMModel = CM; in InitMCCodeGenInfo()
/external/llvm/include/llvm/MC/
DMCCodeGenInfo.h29 CodeModel::Model CMModel; variable
42 CodeModel::Model getCodeModel() const { return CMModel; } in getCodeModel()
DMCObjectFileInfo.h298 CodeModel::Model CMModel; variable
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h488 CodeModel::Model CMModel; variable
503 CMModel = CodeModel::JITDefault; in InitEngine()
562 CMModel = M; in setCodeModel()
/external/llvm/lib/ExecutionEngine/
DTargetSelect.cpp89 RelocModel, CMModel, in selectTarget()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp131 CMModel("code-model", variable
376 MOFI->InitMCObjectFileInfo(TripleName, RelocModel, CMModel, Ctx); in main()
/external/llvm/tools/llc/
Dllc.cpp96 CMModel("code-model", variable
472 RelocModel, CMModel, OLvl)); in main()
/external/llvm/tools/lli/
Dlli.cpp153 CMModel("code-model", variable
505 builder.setCodeModel(CMModel); in main()