LLVM 19.0.0git
Namespaces | Enumerations | Functions
RemarkFormat.h File Reference
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Error.h"

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::remarks
 

Enumerations

enum class  llvm::remarks::Format { llvm::remarks::Unknown , llvm::remarks::YAML , llvm::remarks::YAMLStrTab , llvm::remarks::Bitstream }
 The format used for serializing/deserializing remarks. More...
 

Functions

constexpr StringLiteral llvm::remarks::Magic ("REMARKS")
 
Expected< Formatllvm::remarks::parseFormat (StringRef FormatStr)
 Parse and validate a string for the remark format.
 
Expected< Formatllvm::remarks::magicToFormat (StringRef Magic)
 Parse and validate a magic number to a remark format.