LLVM
8.0.1
|
#include <cstdint>
#include <vector>
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/DataExtractor.h"
#include "llvm/Support/Error.h"
#include "llvm/XRay/XRayRecord.h"
Go to the source code of this file.
Classes | |
class | llvm::xray::Trace |
A Trace object represents the records that have been loaded from XRay log files generated by instrumented binaries. More... | |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
llvm::xray | |
Functions | |
Expected< Trace > | llvm::xray::loadTraceFile (StringRef Filename, bool Sort=false) |
This function will attempt to load XRay trace records from the provided |Filename|. More... | |
Expected< Trace > | llvm::xray::loadTrace (const DataExtractor &Extractor, bool Sort=false) |
This function will attempt to load XRay trace records from the provided DataExtractor. More... | |