Searched refs:LLVMGetLastFunction (Results 1 – 12 of 12) sorted by relevance
260 return Function(lib.LLVMGetLastFunction(self))529 library.LLVMGetLastFunction.argtypes = [Module]530 library.LLVMGetLastFunction.restype = c_object_p
260 return Function(lib.LLVMGetLastFunction(self))532 library.LLVMGetLastFunction.argtypes = [Module]533 library.LLVMGetLastFunction.restype = c_object_p
794 End = LLVMGetLastFunction(Src); in declare_symbols()885 End = LLVMGetLastFunction(Src); in clone_symbols()
870 End = LLVMGetLastFunction(Src); in declare_symbols()995 End = LLVMGetLastFunction(Src); in clone_symbols()
732 LLVMValueRef LLVMGetLastFunction(LLVMModuleRef M);
748 LLVMValueRef LLVMGetLastFunction(LLVMModuleRef M);
904 LLVMValueRef LLVMGetLastFunction(LLVMModuleRef M);
1281 LLVMValueRef LLVMGetLastFunction(LLVMModuleRef M) { in LLVMGetLastFunction() function
1763 LLVMValueRef LLVMGetLastFunction(LLVMModuleRef M) { in LLVMGetLastFunction() function
1032 func (m Module) LastFunction() (v Value) { v.C = C.LLVMGetLastFunction(m.C); return }
1081 func (m Module) LastFunction() (v Value) { v.C = C.LLVMGetLastFunction(m.C); return }
2033 LLVMValueRef LLVMGetLastFunction(LLVMModuleRef M) { in LLVMGetLastFunction() function