HomeSort by relevance Sort by last modified time
    Searched defs:CMModel (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/MC/
MCCodeGenInfo.h 27 /// CMModel - Code model.
29 CodeModel::Model CMModel;
37 CodeModel::Model getCodeModel() const { return CMModel; }
MCObjectFileInfo.h 280 CodeModel::Model CMModel;
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 466 CodeModel::Model CMModel;
480 CMModel = CodeModel::JITDefault;
532 CMModel = M;

Completed in 42 milliseconds