Searched refs:LLVMGetNextFunction (Results 1 – 7 of 7) sorted by relevance
41 F = LLVMGetNextFunction(F); in llvm_test_function_attributes()80 F = LLVMGetNextFunction(F); in llvm_test_callsite_attributes()
109 f = LLVMGetNextFunction(f); in llvm_module_list_functions()
1027 Next = LLVMGetNextFunction(Cur); in declare_symbols()1237 Next = LLVMGetNextFunction(Cur); in clone_symbols()
281 f = lib.LLVMGetNextFunction(self)546 library.LLVMGetNextFunction.argtypes = [Function]547 library.LLVMGetNextFunction.restype = c_object_p
1053 LLVMValueRef LLVMGetNextFunction(LLVMValueRef Fn);
1140 func NextFunction(v Value) (rv Value) { rv.C = C.LLVMGetNextFunction(v.C); return }
2342 LLVMValueRef LLVMGetNextFunction(LLVMValueRef Fn) { in LLVMGetNextFunction() function