Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h263 MLIR_CAPI_EXPORTED void mlirLocationPrint(MlirLocation location,
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp187 void mlirLocationPrint(MlirLocation location, MlirStringCallback callback, in mlirLocationPrint() function
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c1778 mlirLocationPrint(loc, printToStderr, NULL); in errorHandler()
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp2472 mlirLocationPrint(self, printAccum.getCallback(), in populateIRCore()