Searched refs:llvm_func (Results 1 – 1 of 1) sorted by relevance
702 LLVMValueRef llvm_func = LLVMGetFirstFunction(gallivm->module); in gallivm_compile_module() local704 while (llvm_func) { in gallivm_compile_module()710 if (!LLVMIsDeclaration(llvm_func)) { in gallivm_compile_module()711 void *func_code = LLVMGetPointerToGlobal(gallivm->engine, llvm_func); in gallivm_compile_module()712 lp_disassemble(llvm_func, func_code); in gallivm_compile_module()714 llvm_func = LLVMGetNextFunction(llvm_func); in gallivm_compile_module()720 LLVMValueRef llvm_func = LLVMGetFirstFunction(gallivm->module); in gallivm_compile_module() local722 while (llvm_func) { in gallivm_compile_module()723 if (!LLVMIsDeclaration(llvm_func)) { in gallivm_compile_module()724 void *func_code = LLVMGetPointerToGlobal(gallivm->engine, llvm_func); in gallivm_compile_module()[all …]