reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/XRay/YAMLXRayRecord.h
   78     IO.mapRequired("type", Record.RecordType);
   79     IO.mapOptional("func-id", Record.FuncId);
   80     IO.mapOptional("function", Record.Function);
   81     IO.mapOptional("args", Record.CallArgs);
   82     IO.mapRequired("cpu", Record.CPU);
   83     IO.mapOptional("thread", Record.TId, 0U);
   84     IO.mapOptional("process", Record.PId, 0U);
   85     IO.mapRequired("kind", Record.Type);
   86     IO.mapRequired("tsc", Record.TSC);
   87     IO.mapOptional("data", Record.Data);