Searched refs:llvm_func (Results 1 – 1 of 1) sorted by relevance
669 LLVMValueRef llvm_func = LLVMGetFirstFunction(gallivm->module); in gallivm_compile_module() local671 while (llvm_func) { in gallivm_compile_module()677 if (!LLVMIsDeclaration(llvm_func)) { in gallivm_compile_module()678 void *func_code = LLVMGetPointerToGlobal(gallivm->engine, llvm_func); in gallivm_compile_module()679 lp_disassemble(llvm_func, func_code); in gallivm_compile_module()681 llvm_func = LLVMGetNextFunction(llvm_func); in gallivm_compile_module()687 LLVMValueRef llvm_func = LLVMGetFirstFunction(gallivm->module); in gallivm_compile_module() local689 while (llvm_func) { in gallivm_compile_module()690 if (!LLVMIsDeclaration(llvm_func)) { in gallivm_compile_module()691 void *func_code = LLVMGetPointerToGlobal(gallivm->engine, llvm_func); in gallivm_compile_module()[all …]