Searched refs:OutModule (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitReader.cpp | 23 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule, in LLVMParseBitcode() argument 25 return LLVMParseBitcodeInContext(LLVMGetGlobalContext(), MemBuf, OutModule, in LLVMParseBitcode() 30 LLVMModuleRef *OutModule) { in LLVMParseBitcode2() argument 31 return LLVMParseBitcodeInContext2(LLVMGetGlobalContext(), MemBuf, OutModule); in LLVMParseBitcode2() 36 LLVMModuleRef *OutModule, in LLVMParseBitcodeInContext() argument 49 *OutModule = wrap((Module *)nullptr); in LLVMParseBitcodeInContext() 53 *OutModule = wrap(ModuleOrErr.get().release()); in LLVMParseBitcodeInContext() 59 LLVMModuleRef *OutModule) { in LLVMParseBitcodeInContext2() argument 66 *OutModule = wrap((Module *)nullptr); in LLVMParseBitcodeInContext2() 70 *OutModule = wrap(ModuleOrErr.get().release()); in LLVMParseBitcodeInContext2()
|
/freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
H A D | BitReader.h | 39 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule, 45 LLVMModuleRef *OutModule); 50 LLVMModuleRef *OutModule, char **OutMessage); 54 LLVMModuleRef *OutModule);
|