Searched refs:LLVMGetNextFunction (Results 1 – 6 of 6) sorted by relevance
87 f = LLVMGetNextFunction(f); in module_list_functions()
276 f = lib.LLVMGetNextFunction(self)535 library.LLVMGetNextFunction.argtypes = [Function]536 library.LLVMGetNextFunction.restype = c_object_p
314 value; value = LLVMGetNextFunction(value)) in buildAndRunOptPasses()
714 LLVMValueRef LLVMGetNextFunction(LLVMValueRef Fn);
1664 LLVMValueRef LLVMGetNextFunction(LLVMValueRef Fn) { in LLVMGetNextFunction() function
1031 func NextFunction(v Value) (rv Value) { rv.C = C.LLVMGetNextFunction(v.C); return }