Searched refs:LLVMDumpModule (Results 1 – 12 of 12) sorted by relevance
224 lib.LLVMDumpModule(self)522 library.LLVMDumpModule.argtypes = [Module]523 library.LLVMDumpModule.restype = None
167 LLVMDumpModule(gallivm->module); in lp_jit_create_types()
713 LLVMDumpModule(mod); in si_pipe_shader_create()
1101 LLVMDumpModule(module); in lp_build_tgsi_aos()
2148 LLVMDumpModule(module); in lp_build_tgsi_soa()
604 void LLVMDumpModule(LLVMModuleRef M);
182 LLVMDumpModule(M); in llvm_dump_module()
180 void LLVMDumpModule(LLVMModuleRef M) { in LLVMDumpModule() function