Searched refs:LLVMGetLastFunction (Results 1 – 4 of 4) sorted by relevance
260 return Function(lib.LLVMGetLastFunction(self))532 library.LLVMGetLastFunction.argtypes = [Module]533 library.LLVMGetLastFunction.restype = c_object_p
705 LLVMValueRef LLVMGetLastFunction(LLVMModuleRef M);
1656 LLVMValueRef LLVMGetLastFunction(LLVMModuleRef M) { in LLVMGetLastFunction() function
1030 func (m Module) LastFunction() (v Value) { v.C = C.LLVMGetLastFunction(m.C); return }