Searched refs:LLVMGetFirstFunction (Results 1 – 6 of 6) sorted by relevance
25 LLVMValueRef F = LLVMGetFirstFunction(M); in llvm_test_function_attributes()54 LLVMValueRef F = LLVMGetFirstFunction(M); in llvm_test_callsite_attributes()
80 f = LLVMGetFirstFunction(M); in llvm_module_list_functions()
1002 Begin = LLVMGetFirstFunction(Src); in declare_symbols()1206 Begin = LLVMGetFirstFunction(Src); in clone_symbols()
261 return Function(lib.LLVMGetFirstFunction(self))531 library.LLVMGetFirstFunction.argtypes = [Module]532 library.LLVMGetFirstFunction.restype = c_object_p
1065 LLVMValueRef LLVMGetFirstFunction(LLVMModuleRef M);
2281 LLVMValueRef LLVMGetFirstFunction(LLVMModuleRef M) { in LLVMGetFirstFunction() function