Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.ml710 external set_section : string -> llvalue -> unit = "llvm_set_section"
H A Dllvm_ocaml.c1058 value llvm_set_section(value Section, LLVMValueRef Global) { in llvm_set_section() function