Home
last modified time | relevance | path

Searched refs:mlirLocationPrint (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/mlir/include/mlir-c/
DIR.h167 MLIR_CAPI_EXPORTED void mlirLocationPrint(MlirLocation location,
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp131 void mlirLocationPrint(MlirLocation location, MlirStringCallback callback, in mlirLocationPrint() function
/external/llvm-project/mlir/test/CAPI/
Dir.c1298 mlirLocationPrint(loc, printToStderr, NULL); in errorHandler()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp2711 mlirLocationPrint(self, printAccum.getCallback(), in populateIRSubmodule()