Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCCodeGenInfo.h29 CodeModel::Model CMModel; variable
42 CodeModel::Model getCodeModel() const { return CMModel; } in getCodeModel()
DMCObjectFileInfo.h371 CodeModel::Model CMModel; variable
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp256 ((CMModel == CodeModel::Large) ? dwarf::DW_EH_PE_sdata8 in InitELFMCObjectFileInfo()
288 ((CMModel == CodeModel::Small || CMModel == CodeModel::Medium) in InitELFMCObjectFileInfo()
291 (CMModel == CodeModel::Small in InitELFMCObjectFileInfo()
294 ((CMModel == CodeModel::Small || CMModel == CodeModel::Medium) in InitELFMCObjectFileInfo()
298 (CMModel == CodeModel::Small || CMModel == CodeModel::Medium) in InitELFMCObjectFileInfo()
300 LSDAEncoding = (CMModel == CodeModel::Small) in InitELFMCObjectFileInfo()
302 TTypeEncoding = (CMModel == CodeModel::Small) in InitELFMCObjectFileInfo()
726 CMModel = cm; in InitMCObjectFileInfo()
DMCCodeGenInfo.cpp21 CMModel = CM; in InitMCCodeGenInfo()
/external/llvm/lib/ExecutionEngine/
DTargetSelect.cpp102 RelocModel, CMModel, in selectTarget()
DExecutionEngine.cpp456 RelocModel(Reloc::Default), CMModel(CodeModel::JITDefault), in EngineBuilder()
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h507 CodeModel::Model CMModel; variable
577 CMModel = M; in setCodeModel()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp130 CMModel("code-model", variable
406 MOFI.InitMCObjectFileInfo(TripleName, RelocModel, CMModel, Ctx); in main()
/external/llvm/tools/lli/
Dlli.cpp206 CMModel("code-model", variable
442 builder.setCodeModel(CMModel); in main()
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h68 CMModel("code-model",
/external/llvm/tools/llc/
Dllc.cpp298 Options, RelocModel, CMModel, OLvl)); in compileModule()
/external/llvm/tools/opt/
Dopt.cpp303 RelocModel, CMModel, in GetTargetMachine()