Searched refs:OptRecord (Results 1 – 2 of 2) sorted by relevance
/external/llvm/bindings/ocaml/executionengine/ |
D | executionengine_ocaml.c | 42 value OptRecord; in llvm_ee_create() local 49 OptRecord = Field(OptRecordOpt, 0); in llvm_ee_create() 50 Options.OptLevel = Int_val(Field(OptRecord, 0)); in llvm_ee_create() 51 Options.CodeModel = Int_val(Field(OptRecord, 1)); in llvm_ee_create() 52 Options.NoFramePointerElim = Int_val(Field(OptRecord, 2)); in llvm_ee_create() 53 Options.EnableFastISel = Int_val(Field(OptRecord, 3)); in llvm_ee_create()
|
/external/llvm-project/llvm/bindings/ocaml/executionengine/ |
D | executionengine_ocaml.c | 42 value OptRecord; in llvm_ee_create() local 49 OptRecord = Field(OptRecordOpt, 0); in llvm_ee_create() 50 Options.OptLevel = Int_val(Field(OptRecord, 0)); in llvm_ee_create() 51 Options.CodeModel = Int_val(Field(OptRecord, 1)); in llvm_ee_create() 52 Options.NoFramePointerElim = Int_val(Field(OptRecord, 2)); in llvm_ee_create() 53 Options.EnableFastISel = Int_val(Field(OptRecord, 3)); in llvm_ee_create()
|