OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLVMGetMDKindIDInContext
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm-c/
Core.h
525
unsigned
LLVMGetMDKindIDInContext
(LLVMContextRef C, const char* Name,
[
all
...]
/external/llvm/lib/IR/
Core.cpp
103
unsigned
LLVMGetMDKindIDInContext
(LLVMContextRef C, const char* Name,
109
return
LLVMGetMDKindIDInContext
(LLVMGetGlobalContext(), Name, SLen);
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c
140
unsigned MDKindID =
LLVMGetMDKindIDInContext
(C, String_val(Name),
[
all
...]
Completed in 31 milliseconds