Home
last modified time | relevance | path

Searched refs:convertFunctionTypeCWrapper (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/include/mlir/Conversion/StandardToLLVM/
DConvertStandardToLLVM.h121 LLVM::LLVMType convertFunctionTypeCWrapper(FunctionType type);
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp262 LLVMTypeConverter::convertFunctionTypeCWrapper(FunctionType type) { in convertFunctionTypeCWrapper() function in LLVMTypeConverter
1238 typeConverter.convertFunctionTypeCWrapper(type), LLVM::Linkage::External, in wrapForExternalCallers()
1277 typeConverter.convertFunctionTypeCWrapper(funcOp.getType()); in wrapExternalFunction()