HomeSort by relevance Sort by last modified time
    Searched refs:LLVMGetMDKindIDInContext (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm-c/
Core.h 399 unsigned LLVMGetMDKindIDInContext(LLVMContextRef C, const char* Name,
    [all...]
  /external/llvm/lib/VMCore/
Core.cpp 71 unsigned LLVMGetMDKindIDInContext(LLVMContextRef C, const char* Name,
77 return LLVMGetMDKindIDInContext(LLVMGetGlobalContext(), Name, SLen);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 115 unsigned MDKindID = LLVMGetMDKindIDInContext(C, String_val(Name),
    [all...]

Completed in 22 milliseconds