Set the code model.
Synopsis
Declared in <llvm/Target/TargetMachine.h>
void
setCodeModel(CodeModel::Model CM);
Parameters
Name |
Description |
CM |
Code model to use for code generation. |
Created with MrDocs
Set the code model.
Declared in <llvm/Target/TargetMachine.h>
void
setCodeModel(CodeModel::Model CM);
Name |
Description |
CM |
Code model to use for code generation. |
Created with MrDocs