Searched refs:OutModule (Results 1 – 2 of 2) sorted by relevance
26 LLVMModuleRef *OutModule, char **OutMessage) { in LLVMParseBitcode() argument27 return LLVMParseBitcodeInContext(wrap(&getGlobalContext()), MemBuf, OutModule, in LLVMParseBitcode()33 LLVMModuleRef *OutModule, in LLVMParseBitcodeInContext() argument49 *OutModule = wrap((Module*)nullptr); in LLVMParseBitcodeInContext()53 *OutModule = wrap(ModuleOrErr.get()); in LLVMParseBitcodeInContext()
39 LLVMModuleRef *OutModule, char **OutMessage);43 LLVMModuleRef *OutModule, char **OutMessage);