Home
last modified time | relevance | path

Searched refs:llvm_target_first (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/bindings/ocaml/target/
H A Dllvm_target.ml95 external first : unit -> t option = "llvm_target_first"
H A Dtarget_ocaml.c162 value llvm_target_first(value Unit) { in llvm_target_first() function