OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLVMGetBitcodeModule
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm-c/
BitReader.h
72
LLVMBool
LLVMGetBitcodeModule
(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitReader.cpp
66
LLVMBool
LLVMGetBitcodeModule
(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
82
/* Deprecated: Use
LLVMGetBitcodeModule
instead. */
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitReader.cpp
66
LLVMBool
LLVMGetBitcodeModule
(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
82
/* Deprecated: Use
LLVMGetBitcodeModule
instead. */
/external/llvm/tools/llvm-c-test/
module.c
49
Ret =
LLVMGetBitcodeModule
(MB, &M, &msg);
/external/llvm/lib/Bitcode/Reader/
BitReader.cpp
140
LLVMBool
LLVMGetBitcodeModule
(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
Completed in 254 milliseconds