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
1001 End = LLVMGetLastFunction(Src); in declare_symbols()1205 End = LLVMGetLastFunction(Src); in clone_symbols()
1060 LLVMValueRef LLVMGetLastFunction(LLVMModuleRef M);
1105 func (m Module) LastFunction() (v Value) { v.C = C.LLVMGetLastFunction(m.C); return }
2310 LLVMValueRef LLVMGetLastFunction(LLVMModuleRef M) { in LLVMGetLastFunction() function