LLVM 20.0.0git
|
#include "llvm/Support/DataExtractor.h"
#include "llvm/Support/Error.h"
#include "llvm/XRay/XRayRecord.h"
#include <cstdint>
Go to the source code of this file.
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::xray |
Functions | |
Expected< XRayFileHeader > | llvm::xray::readBinaryFormatHeader (DataExtractor &HeaderExtractor, uint64_t &OffsetPtr) |
Convenience function for loading the file header given a data extractor at a specified offset. | |