Searched refs:LLVMGetLastFunction (Results 1 – 3 of 3) sorted by relevance
260 return Function(lib.LLVMGetLastFunction(self))532 library.LLVMGetLastFunction.argtypes = [Module]533 library.LLVMGetLastFunction.restype = c_object_p
700 LLVMValueRef LLVMGetLastFunction(LLVMModuleRef M);
1525 LLVMValueRef LLVMGetLastFunction(LLVMModuleRef M) { in LLVMGetLastFunction() function