Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCCodeGenInfo.h29 CodeModel::Model CMModel; variable
42 CodeModel::Model getCodeModel() const { return CMModel; } in getCodeModel()
H A DMCObjectFileInfo.h375 CodeModel::Model CMModel; variable
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp278 ((CMModel == CodeModel::Large) ? dwarf::DW_EH_PE_sdata8 in InitELFMCObjectFileInfo()
310 ((CMModel == CodeModel::Small || CMModel == CodeModel::Medium) in InitELFMCObjectFileInfo()
313 (CMModel == CodeModel::Small in InitELFMCObjectFileInfo()
316 ((CMModel == CodeModel::Small || CMModel == CodeModel::Medium) in InitELFMCObjectFileInfo()
320 (CMModel == CodeModel::Small || CMModel == CodeModel::Medium) in InitELFMCObjectFileInfo()
322 LSDAEncoding = (CMModel == CodeModel::Small) in InitELFMCObjectFileInfo()
324 TTypeEncoding = (CMModel == CodeModel::Small) in InitELFMCObjectFileInfo()
841 CMModel = cm; in InitMCObjectFileInfo()
H A DMCCodeGenInfo.cpp21 CMModel = CM; in InitMCCodeGenInfo()
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp102 RelocModel, CMModel, in selectTarget()
H A DExecutionEngine.cpp416 CMModel = CodeModel::JITDefault; in InitEngine()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h499 CodeModel::Model CMModel; variable
562 CMModel = M; in setCodeModel()
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp130 CMModel("code-model", variable
405 MOFI.InitMCObjectFileInfo(TripleName, RelocModel, CMModel, Ctx); in main()
/minix3/external/bsd/llvm/dist/llvm/tools/lli/
H A Dlli.cpp186 CMModel("code-model", variable
419 builder.setCodeModel(CMModel); in main()
/minix3/external/bsd/llvm/dist/llvm/tools/llc/
H A Dllc.cpp276 Options, RelocModel, CMModel, OLvl)); in compileModule()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DCommandFlags.h68 CMModel("code-model",
/minix3/external/bsd/llvm/dist/llvm/tools/opt/
H A Dopt.cpp280 RelocModel, CMModel, in GetTargetMachine()