Searched refs:LLVMGetBitcodeModule2 (Results 1 – 4 of 4) sorted by relevance
75 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM);
73 int Ret = LLVMGetBitcodeModule2(MB, &M); in llvm_test_diagnostic_handler()
43 Ret = LLVMGetBitcodeModule2(MB, &M); in llvm_load_module()
145 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, in LLVMGetBitcodeModule2() function