Home
last modified time | relevance | path

Searched refs:OutModule (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp23 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 DBitReader.h39 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule,
45 LLVMModuleRef *OutModule);
50 LLVMModuleRef *OutModule, char **OutMessage);
54 LLVMModuleRef *OutModule);