HomeSort by relevance Sort by last modified time
    Searched full:declare_global (Results 1 - 4 of 4) sorted by null

  /external/llvm/test/Bindings/Ocaml/
target.ml 49 ignore (preferred_align_of_global td (declare_global sty "g" m));
vmcore.ml 396 let g = declare_global i32_type "GVar01" m in
399 type_of (declare_global float_type "GVar01" m));
400 insist (g == declare_global i32_type "GVar01" m);
419 let g2 = declare_global i32_type "GVar03" m ++
460 let g1 = declare_global i32_type "One" m in
461 let g2 = declare_global i32_type "Two" m in
537 let v = declare_global i32_type "aliasee" m in
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 1016 val declare_global : lltype -> string -> llmodule -> llvalue var
    [all...]
llvm.ml 399 external declare_global : lltype -> string -> llmodule -> llvalue
    [all...]

Completed in 2603 milliseconds