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