Searched refs:convertFunctionTypeCWrapper (Results 1 – 3 of 3) sorted by relevance
101 std::pair<Type, bool> convertFunctionTypeCWrapper(FunctionType type);
137 typeConverter.convertFunctionTypeCWrapper(type); in wrapForExternalCallers()195 typeConverter.convertFunctionTypeCWrapper(funcOp.getFunctionType()); in wrapExternalFunction()
240 LLVMTypeConverter::convertFunctionTypeCWrapper(FunctionType type) { in convertFunctionTypeCWrapper() function in LLVMTypeConverter