Home | History | Annotate | Download | only in BitReader_2_7

Lines Matching refs:MemBuf

22 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf,
24 return LLVMParseBitcodeInContext(wrap(&getGlobalContext()), MemBuf, OutModule,
29 LLVMMemoryBufferRef MemBuf,
34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef),
49 LLVMMemoryBufferRef MemBuf,
54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef),
66 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
68 return LLVMGetBitcodeModuleInContext(LLVMGetGlobalContext(), MemBuf, OutM,
74 LLVMMemoryBufferRef MemBuf,
77 return LLVMGetBitcodeModuleInContext(ContextRef, MemBuf,
83 LLVMBool LLVMGetBitcodeModuleProvider(LLVMMemoryBufferRef MemBuf,
86 return LLVMGetBitcodeModuleProviderInContext(LLVMGetGlobalContext(), MemBuf,