Searched refs:LLVMParseBitcode (Results 1 – 6 of 6) sorted by relevance
32 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf,
40 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule,
22 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, in LLVMParseBitcode() function
50 Ret = LLVMParseBitcode(MB, &M, &msg); in llvm_load_module()
26 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule, in LLVMParseBitcode() function
45 * .. note about C API functions LLVMParseBitcode,