Home
last modified time | relevance | path

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

/external/llvm-project/mlir/test/CAPI/
Dir.c453 MlirLocation location = mlirLocationUnknownGet(ctx); in constructAndTraverseIr()
472 MlirLocation loc = mlirLocationUnknownGet(ctx); in buildWithInsertionsAndPrint()
1313 MlirLocation loc = mlirLocationUnknownGet(ctx); in testDiagnostics()
/external/llvm-project/mlir/include/mlir-c/
DIR.h151 MLIR_CAPI_EXPORTED MlirLocation mlirLocationUnknownGet(MlirContext context);
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp119 MlirLocation mlirLocationUnknownGet(MlirContext context) { in mlirLocationUnknownGet() function
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp2690 mlirLocationUnknownGet(context->get())); in populateIRSubmodule()