Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml609 external set_section : string -> llvalue -> unit = "llvm_set_section"
H A Dllvm_ocaml.c1016 CAMLprim value llvm_set_section(value Section, LLVMValueRef Global) { in llvm_set_section() function