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
265 return Function(lib.LLVMGetLastFunction(self))543 library.LLVMGetLastFunction.argtypes = [Module]544 library.LLVMGetLastFunction.restype = c_object_p
794 End = LLVMGetLastFunction(Src); in declare_symbols()885 End = LLVMGetLastFunction(Src); in clone_symbols()
994 End = LLVMGetLastFunction(Src); in declare_symbols()1195 End = LLVMGetLastFunction(Src); in clone_symbols()
748 LLVMValueRef LLVMGetLastFunction(LLVMModuleRef M);
1032 LLVMValueRef LLVMGetLastFunction(LLVMModuleRef M);
1026 LLVMValueRef LLVMGetLastFunction(LLVMModuleRef M);
1763 LLVMValueRef LLVMGetLastFunction(LLVMModuleRef M) { in LLVMGetLastFunction() function
1032 func (m Module) LastFunction() (v Value) { v.C = C.LLVMGetLastFunction(m.C); return }
1139 func (m Module) LastFunction() (v Value) { v.C = C.LLVMGetLastFunction(m.C); return }
2308 LLVMValueRef LLVMGetLastFunction(LLVMModuleRef M) { in LLVMGetLastFunction() function
2272 LLVMValueRef LLVMGetLastFunction(LLVMModuleRef M) { in LLVMGetLastFunction() function