Searched refs:OutModule (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/ |
| H A D | BitReader.cpp | 25 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule, in LLVMParseBitcode() argument 27 return LLVMParseBitcodeInContext(LLVMGetGlobalContext(), MemBuf, OutModule, in LLVMParseBitcode() 32 LLVMModuleRef *OutModule) { in LLVMParseBitcode2() argument 33 return LLVMParseBitcodeInContext2(LLVMGetGlobalContext(), MemBuf, OutModule); in LLVMParseBitcode2() 38 LLVMModuleRef *OutModule, in LLVMParseBitcodeInContext() argument 51 *OutModule = wrap((Module *)nullptr); in LLVMParseBitcodeInContext() 55 *OutModule = wrap(ModuleOrErr.get().release()); in LLVMParseBitcodeInContext() 61 LLVMModuleRef *OutModule) { in LLVMParseBitcodeInContext2() argument 68 *OutModule = wrap((Module *)nullptr); in LLVMParseBitcodeInContext2() 72 *OutModule = wrap(ModuleOrErr.get().release()); in LLVMParseBitcodeInContext2()
|
| /freebsd-12.1/contrib/llvm/include/llvm-c/ |
| H A D | BitReader.h | 40 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule, 46 LLVMModuleRef *OutModule); 51 LLVMModuleRef *OutModule, char **OutMessage); 55 LLVMModuleRef *OutModule);
|