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