Home
last modified time | relevance | path

Searched refs:rawLoc (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Pass/
H A DPassRegistry.cpp514 auto errorHandler = [&](const char *rawLoc, Twine msg) { in initialize() argument
515 pipelineMgr.PrintMessage(errorStream, SMLoc::getFromPointer(rawLoc), in initialize()
650 auto *rawLoc = element.name.data(); in resolvePipelineElement() local
651 return errorHandler(rawLoc, "'" + element.name + in resolvePipelineElement()
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp830 MlirLocation rawLoc = mlirPythonCapsuleToLocation(capsule.ptr()); in createFromCapsule() local
831 if (mlirLocationIsNull(rawLoc)) in createFromCapsule()
833 return PyLocation(PyMlirContext::forContext(mlirLocationGetContext(rawLoc)), in createFromCapsule()
834 rawLoc); in createFromCapsule()