Home | History | Annotate | Download | only in Reader

Lines Matching refs:MemBuf

23 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf,
25 return LLVMParseBitcodeInContext(wrap(&getGlobalContext()), MemBuf, OutModule,
30 LLVMMemoryBufferRef MemBuf,
35 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef),
50 LLVMMemoryBufferRef MemBuf,
55 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef),
67 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
69 return LLVMGetBitcodeModuleInContext(LLVMGetGlobalContext(), MemBuf, OutM,
75 LLVMMemoryBufferRef MemBuf,
78 return LLVMGetBitcodeModuleInContext(ContextRef, MemBuf,
84 LLVMBool LLVMGetBitcodeModuleProvider(LLVMMemoryBufferRef MemBuf,
87 return LLVMGetBitcodeModuleProviderInContext(LLVMGetGlobalContext(), MemBuf,