LLVM 20.0.0git
|
#include "llvm/Remarks/BitstreamRemarkContainer.h"
#include "llvm/Remarks/BitstreamRemarkParser.h"
#include "llvm/Remarks/RemarkFormat.h"
#include "llvm/Remarks/RemarkParser.h"
#include <cstdint>
#include <memory>
#include <optional>
Go to the source code of this file.
Classes | |
struct | llvm::remarks::BitstreamRemarkParser |
Parses and holds the state of the latest parsed remark. More... | |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::remarks |
Functions | |
Expected< std::unique_ptr< BitstreamRemarkParser > > | llvm::remarks::createBitstreamParserFromMeta (StringRef Buf, std::optional< ParsedStringTable > StrTab=std::nullopt, std::optional< StringRef > ExternalFilePrependPath=std::nullopt) |