LLVM
17.0.0git
|
Go to the source code of this file.
Namespaces | |
llvm | |
This is an optimization pass for GlobalISel generic memory operations. | |
llvm::remarks | |
Enumerations | |
enum | llvm::remarks::Format { llvm::remarks::Format::Unknown, llvm::remarks::Format::YAML, llvm::remarks::Format::YAMLStrTab, llvm::remarks::Format::Bitstream } |
The format used for serializing/deserializing remarks. More... | |
Functions | |
constexpr StringLiteral | llvm::remarks::Magic ("REMARKS") |
Expected< Format > | llvm::remarks::parseFormat (StringRef FormatStr) |
Parse and validate a string for the remark format. More... | |
Expected< Format > | llvm::remarks::magicToFormat (StringRef Magic) |
Parse and validate a magic number to a remark format. More... | |