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 452 unsigned LLVMGetMDKindIDInContext(LLVMContextRef C, const char* Name,
    [all...]
  /external/llvm/lib/IR/
Core.cpp 84 unsigned LLVMGetMDKindIDInContext(LLVMContextRef C, const char* Name,
90 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 29 milliseconds