Searched refs:mlirPythonCapsuleToLocation (Results 1 – 3 of 3) sorted by relevance
264 static inline MlirLocation mlirPythonCapsuleToLocation(PyObject *capsule) { in mlirPythonCapsuleToLocation() function
170 value = mlirPythonCapsuleToLocation(capsule.ptr());
1101 MlirLocation rawLoc = mlirPythonCapsuleToLocation(capsule.ptr()); in forModule()