Home
last modified time | relevance | path

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

/external/llvm/bindings/ocaml/llvm/
Dllvm.ml584 external section : llvalue -> string = "llvm_section"
Dllvm_ocaml.c955 CAMLprim value llvm_section(LLVMValueRef Global) { in llvm_section() function