Searched refs:convertFunctionType (Results 1 – 2 of 2) sorted by relevance
145 Type convertFunctionType(FunctionType type);
115 addConversion([&](FunctionType type) { return convertFunctionType(type); }); in LLVMTypeConverter()214 Type LLVMTypeConverter::convertFunctionType(FunctionType type) { in convertFunctionType() function in LLVMTypeConverter