Searched refs:LLVMGetNextFunction (Results 1 – 5 of 5) 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
316 value; value = LLVMGetNextFunction(value)) in buildAndRunOptPasses()
708 LLVMValueRef LLVMGetNextFunction(LLVMValueRef Fn);
1533 LLVMValueRef LLVMGetNextFunction(LLVMValueRef Fn) { in LLVMGetNextFunction() function