Searched refs:OutModule (Results 1 – 2 of 2) sorted by relevance
26 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule, in LLVMParseBitcode() argument28 return LLVMParseBitcodeInContext(wrap(&getGlobalContext()), MemBuf, OutModule, in LLVMParseBitcode()33 LLVMModuleRef *OutModule) { in LLVMParseBitcode2() argument35 OutModule); in LLVMParseBitcode2()47 LLVMModuleRef *OutModule, in LLVMParseBitcodeInContext() argument65 *OutModule = wrap((Module *)nullptr); in LLVMParseBitcodeInContext()69 *OutModule = wrap(ModuleOrErr.get().release()); in LLVMParseBitcodeInContext()75 LLVMModuleRef *OutModule) { in LLVMParseBitcodeInContext2() argument81 *OutModule = wrap((Module *)nullptr); in LLVMParseBitcodeInContext2()85 *OutModule = wrap(ModuleOrErr.get().release()); in LLVMParseBitcodeInContext2()
40 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule,46 LLVMModuleRef *OutModule);51 LLVMModuleRef *OutModule, char **OutMessage);55 LLVMModuleRef *OutModule);