Searched refs:LLVMGetBitcodeModule (Results 1 – 3 of 3) sorted by relevance
71 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
47 Ret = LLVMGetBitcodeModule(MB, &M, &msg); in llvm_load_module()
124 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMGetBitcodeModule() function