Go to the documentation of this file.
29 "Unknown remark format: '%s'",
45 "Unknown remark magic: '%s'", MagicStr.
data());
StringSwitch & Case(StringLiteral S, T Value)
StringSwitch & StartsWith(StringLiteral S, T Value)
This is an optimization pass for GlobalISel generic memory operations.
LLVM_NODISCARD R Default(T Value)
Tagged union holding either a T or a Error.
StringRef - Represent a constant reference to a string, i.e.
StringSwitch & Cases(StringLiteral S0, StringLiteral S1, T Value)
std::error_code make_error_code(BitcodeError E)
Error createStringError(std::error_code EC, char const *Fmt, const Ts &... Vals)
Create formatted StringError object.
const LLVM_NODISCARD char * data() const
data - Get a pointer to the start of the string (which may not be null terminated).
A switch()-like statement whose cases are string literals.