Searched refs:rawLoc (Results 1 – 2 of 2) sorted by relevance
514 auto errorHandler = [&](const char *rawLoc, Twine msg) { in initialize() argument515 pipelineMgr.PrintMessage(errorStream, SMLoc::getFromPointer(rawLoc), in initialize()650 auto *rawLoc = element.name.data(); in resolvePipelineElement() local651 return errorHandler(rawLoc, "'" + element.name + in resolvePipelineElement()
830 MlirLocation rawLoc = mlirPythonCapsuleToLocation(capsule.ptr()); in createFromCapsule() local831 if (mlirLocationIsNull(rawLoc)) in createFromCapsule()833 return PyLocation(PyMlirContext::forContext(mlirLocationGetContext(rawLoc)), in createFromCapsule()834 rawLoc); in createFromCapsule()