Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DCore.h525 unsigned LLVMGetMDKindIDInContext(LLVMContextRef C, const char* Name,
/external/llvm/lib/IR/
DCore.cpp103 unsigned LLVMGetMDKindIDInContext(LLVMContextRef C, const char* Name, in LLVMGetMDKindIDInContext() function
109 return LLVMGetMDKindIDInContext(LLVMGetGlobalContext(), Name, SLen); in LLVMGetMDKindID()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c140 unsigned MDKindID = LLVMGetMDKindIDInContext(C, String_val(Name), in llvm_mdkind_id()