Searched refs:OutM (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Bitcode/Reader/ |
D | BitReader.cpp | 50 LLVMModuleRef *OutM, in LLVMGetBitcodeModuleInContext() argument 54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef), in LLVMGetBitcodeModuleInContext() 56 if (!*OutM) { in LLVMGetBitcodeModuleInContext() 66 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMGetBitcodeModule() argument 68 return LLVMGetBitcodeModuleInContext(LLVMGetGlobalContext(), MemBuf, OutM, in LLVMGetBitcodeModule()
|
/external/llvm/include/llvm-c/ |
D | BitReader.h | 50 LLVMModuleRef *OutM, 53 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
|