Searched refs:llvm_func (Results 1 – 1 of 1) sorted by relevance
641 LLVMValueRef llvm_func = LLVMGetFirstFunction(gallivm->module); in gallivm_compile_module() local643 while (llvm_func) { in gallivm_compile_module()649 if (!LLVMIsDeclaration(llvm_func)) { in gallivm_compile_module()650 void *func_code = LLVMGetPointerToGlobal(gallivm->engine, llvm_func); in gallivm_compile_module()651 lp_disassemble(llvm_func, func_code); in gallivm_compile_module()653 llvm_func = LLVMGetNextFunction(llvm_func); in gallivm_compile_module()659 LLVMValueRef llvm_func = LLVMGetFirstFunction(gallivm->module); in gallivm_compile_module() local661 while (llvm_func) { in gallivm_compile_module()662 if (!LLVMIsDeclaration(llvm_func)) { in gallivm_compile_module()663 void *func_code = LLVMGetPointerToGlobal(gallivm->engine, llvm_func); in gallivm_compile_module()[all …]