LLVM 22.0.0git
RemarkParser.h File Reference
#include "llvm/ADT/StringRef.h"
#include "llvm/Remarks/RemarkFormat.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Error.h"
#include <memory>
#include <optional>

Go to the source code of this file.

Classes

class  llvm::remarks::EndOfFileError
struct  llvm::remarks::RemarkParser
 Parser used to parse a raw buffer to remarks::Remark objects. More...
struct  llvm::remarks::ParsedStringTable
 In-memory representation of the string table parsed from a buffer (e.g. More...

Namespaces

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

Functions

LLVM_ABI Expected< std::unique_ptr< RemarkParser > > llvm::remarks::createRemarkParser (Format ParserFormat, StringRef Buf)
LLVM_ABI Expected< std::unique_ptr< RemarkParser > > llvm::remarks::createRemarkParserFromMeta (Format ParserFormat, StringRef Buf, std::optional< StringRef > ExternalFilePrependPath=std::nullopt)