OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLVMGetBitcodeModule2
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm-c/
BitReader.h
71
/* This is deprecated. Use
LLVMGetBitcodeModule2
. */
75
LLVMBool
LLVMGetBitcodeModule2
(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM);
/external/llvm/tools/llvm-c-test/
module.c
44
Ret =
LLVMGetBitcodeModule2
(MB, &M);
/external/llvm/lib/Bitcode/Reader/
BitReader.cpp
146
LLVMBool
LLVMGetBitcodeModule2
(LLVMMemoryBufferRef MemBuf,
Completed in 1232 milliseconds