Searched refs:LLVMGetBitcodeModule2 (Results 1 – 3 of 3) sorted by relevance
75 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM);
44 Ret = LLVMGetBitcodeModule2(MB, &M); in load_module()
146 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, in LLVMGetBitcodeModule2() function