Searched refs:LLVMGetLastFunction (Results 1 – 4 of 4) sorted by relevance
265 return Function(lib.LLVMGetLastFunction(self))534 library.LLVMGetLastFunction.argtypes = [Module]535 library.LLVMGetLastFunction.restype = c_object_p
1003 End = LLVMGetLastFunction(Src); in declare_symbols()1207 End = LLVMGetLastFunction(Src); in clone_symbols()
1072 LLVMValueRef LLVMGetLastFunction(LLVMModuleRef M);
2289 LLVMValueRef LLVMGetLastFunction(LLVMModuleRef M) { in LLVMGetLastFunction() function