Searched refs:LLVMGetFirstFunction (Results 1 – 5 of 5) sorted by relevance
58 f = LLVMGetFirstFunction(M); in module_list_functions()
256 return Function(lib.LLVMGetFirstFunction(self))529 library.LLVMGetFirstFunction.argtypes = [Module]530 library.LLVMGetFirstFunction.restype = c_object_p
315 for (LLVMValueRef value = LLVMGetFirstFunction(Module); in buildAndRunOptPasses()
693 LLVMValueRef LLVMGetFirstFunction(LLVMModuleRef M);
1517 LLVMValueRef LLVMGetFirstFunction(LLVMModuleRef M) { in LLVMGetFirstFunction() function