Searched refs:LLVMPrintModuleToString (Results 1 – 6 of 6) sorted by relevance
388 char *str = LLVMPrintModuleToString(gallivm->module); in lp_jit_create_types()508 char *str = LLVMPrintModuleToString(gallivm->module); in lp_jit_create_cs_types()
304 char *str = LLVMPrintModuleToString(module); in ac_dump_module()
89 char *ir = LLVMPrintModuleToString(ac->module); in si_compile_llvm()
826 char *LLVMPrintModuleToString(LLVMModuleRef M);
1574 char *llvm_ir = LLVMPrintModuleToString(llvm_module); in ac_compile_llvm_module()
417 char *LLVMPrintModuleToString(LLVMModuleRef M) { in LLVMPrintModuleToString() function