Home
last modified time | relevance | path

Searched refs:LLVMMDNodeInContext (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h2873 LLVMValueRef LLVMMDNodeInContext(LLVMContextRef C, LLVMValueRef *Vals,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp1122 LLVMValueRef LLVMMDNodeInContext(LLVMContextRef C, LLVMValueRef *Vals, in LLVMMDNodeInContext() function
1150 return LLVMMDNodeInContext(LLVMGetGlobalContext(), Vals, Count); in LLVMMDNode()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c820 return LLVMMDNodeInContext(C, (LLVMValueRef *)Op_val(ElementVals), in llvm_mdnode()