LLVM  8.0.1
Classes | Namespaces | Enumerations
XRayRecord.h File Reference
#include <cstdint>
#include <vector>
#include <string>
Include dependency graph for XRayRecord.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  llvm::xray::XRayFileHeader
 XRay traces all have a header providing some top-matter information useful to help tools determine how to interpret the information available in the trace. More...
 
struct  llvm::xray::XRayRecord
 An XRayRecord is the denormalized view of data associated in a trace. More...
 

Namespaces

 llvm
 This class represents lattice values for constants.
 
 llvm::xray
 

Enumerations

enum  llvm::xray::RecordTypes {
  llvm::xray::RecordTypes::ENTER, llvm::xray::RecordTypes::EXIT, llvm::xray::RecordTypes::TAIL_EXIT, llvm::xray::RecordTypes::ENTER_ARG,
  llvm::xray::RecordTypes::CUSTOM_EVENT, llvm::xray::RecordTypes::TYPED_EVENT
}
 Determines the supported types of records that could be seen in XRay traces. More...