30#ifndef LLVM_REMARKS_REMARKSTREAMER_H
31#define LLVM_REMARKS_REMARKSTREAMER_H
46 std::optional<Regex> PassFilter;
50 const std::optional<std::string> Filename;
54 std::optional<StringRef> Filename = std::nullopt);
58 return Filename ? std::optional<StringRef>(*Filename) : std::nullopt;
Lightweight error class with error context and mandatory checking.
StringRef - Represent a constant reference to a string, i.e.
This class implements an extremely fast bulk output stream that can only output to a stream.
This is an optimization pass for GlobalISel generic memory operations.