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