Searched refs:LLVMGetFirstFunction (Results 1 – 6 of 6) 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
313 for (LLVMValueRef value = LLVMGetFirstFunction(Module); in buildAndRunOptPasses()
698 LLVMValueRef LLVMGetFirstFunction(LLVMModuleRef M);
1648 LLVMValueRef LLVMGetFirstFunction(LLVMModuleRef M) { in LLVMGetFirstFunction() function
1029 func (m Module) FirstFunction() (v Value) { v.C = C.LLVMGetFirstFunction(m.C); return }