Searched defs:getFunctionTy (Results 1 – 2 of 2) sorted by relevance
168 static LLVMType getFunctionTy(LLVMType result, bool isVarArg) { in getFunctionTy() function
203 LLVMType LLVMType::getFunctionTy(LLVMType result, ArrayRef<LLVMType> params, in getFunctionTy() function in LLVMType