Searched refs:LLVMGetLastFunction (Results 1 – 5 of 5) sorted by relevance
265 return Function(lib.LLVMGetLastFunction(self))543 library.LLVMGetLastFunction.argtypes = [Module]544 library.LLVMGetLastFunction.restype = c_object_p
998 End = LLVMGetLastFunction(Src); in declare_symbols()1199 End = LLVMGetLastFunction(Src); in clone_symbols()
1045 LLVMValueRef LLVMGetLastFunction(LLVMModuleRef M);
1139 func (m Module) LastFunction() (v Value) { v.C = C.LLVMGetLastFunction(m.C); return }
2334 LLVMValueRef LLVMGetLastFunction(LLVMModuleRef M) { in LLVMGetLastFunction() function