Searched refs:OptRecord (Results 1 - 1 of 1) sorted by relevance

/external/llvm/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c42 value OptRecord; local
49 OptRecord = Field(OptRecordOpt, 0);
50 Options.OptLevel = Int_val(Field(OptRecord, 0));
51 Options.CodeModel = Int_val(Field(OptRecord, 1));
52 Options.NoFramePointerElim = Int_val(Field(OptRecord, 2));
53 Options.EnableFastISel = Int_val(Field(OptRecord, 3));

Completed in 120 milliseconds