Searched refs:LLVMGetPreviousFunction (Results 1 – 4 of 4) sorted by relevance
281 f = lib.LLVMGetPreviousFunction(self)535 library.LLVMGetPreviousFunction.argtypes = [Function]536 library.LLVMGetPreviousFunction.restype = c_object_p
626 LLVMValueRef LLVMGetPreviousFunction(LLVMValueRef Fn);
1688 LLVMValueRef LLVMGetPreviousFunction(LLVMValueRef Fn) { in LLVMGetPreviousFunction() function
1034 func PrevFunction(v Value) (rv Value) { rv.C = C.LLVMGetPreviousFunction(v.C); return }