Home
last modified time | relevance | path

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

/llvm-project/llvm/bindings/ocaml/target/
H A Dllvm_target.ml96 external succ : t -> t option = "llvm_target_succ"
H A Dtarget_ocaml.c167 value llvm_target_succ(value Target) { in llvm_target_succ() function