LLVM
8.0.1
|
#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 | |
llvm | |
This class represents lattice values for constants. | |
llvm::xray | |
Functions | |
Expected< XRayFileHeader > | llvm::xray::readBinaryFormatHeader (DataExtractor &HeaderExtractor, uint32_t &OffsetPtr) |
Convenience function for loading the file header given a data extractor at a specified offset. More... | |