LLVM 20.0.0git
|
#include "llvm/ADT/StringRef.h"
#include "llvm/Remarks/RemarkFormat.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 | |
Expected< std::unique_ptr< RemarkParser > > | llvm::remarks::createRemarkParser (Format ParserFormat, StringRef Buf) |
Expected< std::unique_ptr< RemarkParser > > | llvm::remarks::createRemarkParser (Format ParserFormat, StringRef Buf, ParsedStringTable StrTab) |
Expected< std::unique_ptr< RemarkParser > > | llvm::remarks::createRemarkParserFromMeta (Format ParserFormat, StringRef Buf, std::optional< ParsedStringTable > StrTab=std::nullopt, std::optional< StringRef > ExternalFilePrependPath=std::nullopt) |