|
MLIR 23.0.0git
|
#include "mlir/Bindings/Python/IRCore.h"#include <cstring>#include <optional>#include <sstream>#include <string_view>#include <vector>#include "mlir/Bindings/Python/Globals.h"#include "mlir/Bindings/Python/NanobindUtils.h"#include "mlir-c/Bindings/Python/Interop.h"#include "mlir-c/Support.h"#include "mlir/Bindings/Python/Nanobind.h"Go to the source code of this file.
Namespaces | |
| namespace | mlir |
| Include the generated interface declarations. | |
| namespace | mlir::python |
| namespace | mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN |
Functions | |
| static std::string | escapeRegex (std::string_view String) |
| Local helper adapted from llvm::Regex::escape. | |
|
static |
Local helper adapted from llvm::Regex::escape.
Definition at line 29 of file Globals.cpp.
References mlir::String.
Referenced by mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyGlobals::TracebackLoc::registerTracebackFileExclusion(), and mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyGlobals::TracebackLoc::registerTracebackFileInclusion().