Home | History | Annotate | Download | only in Reader

Lines Matching refs:MemBuf

25 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf,
27 return LLVMParseBitcodeInContext(wrap(&getGlobalContext()), MemBuf, OutModule,
32 LLVMMemoryBufferRef MemBuf,
35 MemoryBufferRef Buf = unwrap(MemBuf)->getMemBufferRef();
61 LLVMMemoryBufferRef MemBuf,
65 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf));
84 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
86 return LLVMGetBitcodeModuleInContext(LLVMGetGlobalContext(), MemBuf, OutM,
92 LLVMMemoryBufferRef MemBuf,
95 return LLVMGetBitcodeModuleInContext(ContextRef, MemBuf,
101 LLVMBool LLVMGetBitcodeModuleProvider(LLVMMemoryBufferRef MemBuf,
104 return LLVMGetBitcodeModuleProviderInContext(LLVMGetGlobalContext(), MemBuf,