OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLVMParseBitcodeInContext2
(Results
1 - 3
of
3
) sorted by null
/external/llvm/bindings/ocaml/bitreader/
bitreader_ocaml.c
37
if (
LLVMParseBitcodeInContext2
(C, MemBuf, &M))
/external/llvm/include/llvm-c/
BitReader.h
48
/* This is deprecated. Use
LLVMParseBitcodeInContext2
. */
53
LLVMBool
LLVMParseBitcodeInContext2
(LLVMContextRef ContextRef,
/external/llvm/lib/Bitcode/Reader/
BitReader.cpp
34
return
LLVMParseBitcodeInContext2
(wrap(&getGlobalContext()), MemBuf,
73
LLVMBool
LLVMParseBitcodeInContext2
(LLVMContextRef ContextRef,
Completed in 193 milliseconds