Searched refs:LLVMDumpModule (Results 1 – 4 of 4) sorted by relevance
226 lib.LLVMDumpModule(self)524 library.LLVMDumpModule.argtypes = [Module]525 library.LLVMDumpModule.restype = None
857 void LLVMDumpModule(LLVMModuleRef M);
320 LLVMDumpModule(M); in llvm_dump_module()
415 void LLVMDumpModule(LLVMModuleRef M) { in LLVMDumpModule() function