Home
last modified time | relevance | path

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

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