Searched refs:LLVMGetNextFunction (Results 1 – 6 of 6) sorted by relevance
111 f = LLVMGetNextFunction(f); in module_list_functions()
276 f = lib.LLVMGetNextFunction(self)532 library.LLVMGetNextFunction.argtypes = [Function]533 library.LLVMGetNextFunction.restype = c_object_p
316 value; value = LLVMGetNextFunction(value)) in buildAndRunOptPasses()
618 LLVMValueRef LLVMGetNextFunction(LLVMValueRef Fn);
1680 LLVMValueRef LLVMGetNextFunction(LLVMValueRef Fn) { in LLVMGetNextFunction() function
1033 func NextFunction(v Value) (rv Value) { rv.C = C.LLVMGetNextFunction(v.C); return }