Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h599 unsigned LLVMGetMDKindIDInContext(LLVMContextRef C, const char *Name,
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c220 LLVMGetMDKindIDInContext(C, String_val(Name), caml_string_length(Name)); in llvm_mdkind_id()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp140 unsigned LLVMGetMDKindIDInContext(LLVMContextRef C, const char *Name, in LLVMGetMDKindIDInContext() function
146 return LLVMGetMDKindIDInContext(LLVMGetGlobalContext(), Name, SLen); in LLVMGetMDKindID()