OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLVMParseBitcodeInContext
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm-c/
BitReader.h
41
LLVMBool
LLVMParseBitcodeInContext
(LLVMContextRef ContextRef,
/external/llvm/lib/Bitcode/Reader/
BitReader.cpp
25
return
LLVMParseBitcodeInContext
(wrap(&getGlobalContext()), MemBuf, OutModule,
29
LLVMBool
LLVMParseBitcodeInContext
(LLVMContextRef ContextRef,
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitReader.cpp
24
return
LLVMParseBitcodeInContext
(wrap(&getGlobalContext()), MemBuf, OutModule,
28
LLVMBool
LLVMParseBitcodeInContext
(LLVMContextRef ContextRef,
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitReader.cpp
24
return
LLVMParseBitcodeInContext
(wrap(&getGlobalContext()), MemBuf, OutModule,
28
LLVMBool
LLVMParseBitcodeInContext
(LLVMContextRef ContextRef,
/external/llvm/bindings/ocaml/bitreader/
bitreader_ocaml.c
69
if (
LLVMParseBitcodeInContext
(C, MemBuf, &M, &Message))
Completed in 155 milliseconds