Method LLVMCreateTargetMachine
LLVMCreateTargetMachine(LLVMTargetRef, String, String, String, LLVMCodeGenOptLevel, LLVMRelocMode, LLVMCodeModel)
TODO: Provide summary for Function LLVMCreateTargetMachine
Declaration
public static LLVMTargetMachineRef LLVMCreateTargetMachine(LLVMTargetRef T, string Triple, string CPU, string Features, LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, LLVMCodeModel CodeModel)
Parameters
public static LLVMTargetMachineRef LLVMCreateTargetMachine(LLVMTargetRef T, string Triple, string CPU, string Features, LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, LLVMCodeModel CodeModel)
LLVMTargetRef | T | TODO: Provide details of parameter T |
String | Triple | TODO: Provide details of parameter Triple |
String | CPU | TODO: Provide details of parameter CPU |
String | Features | TODO: Provide details of parameter Features |
LLVMCodeGenOptLevel | Level | TODO: Provide details of parameter Level |
LLVMRelocMode | Reloc | TODO: Provide details of parameter Reloc |
LLVMCodeModel | CodeModel | TODO: Provide details of parameter CodeModel |
Returns
LLVMTargetMachineRef | TODO: Document return value |