Home
last modified time | relevance | path

Searched refs:PerfJITRecordPrefix (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DPerfSharedStructs.h34 struct PerfJITRecordPrefix { struct
39 PerfJITRecordPrefix Prefix; argument
58 PerfJITRecordPrefix Prefix;
65 PerfJITRecordPrefix Prefix;
93 class SPSSerializationTraits<SPSPerfJITRecordPrefix, PerfJITRecordPrefix> {
95 static size_t size(const PerfJITRecordPrefix &Val) { in size()
99 static bool deserialize(SPSInputBuffer &IB, PerfJITRecordPrefix &Val) { in deserialize()
106 static bool serialize(SPSOutputBuffer &OB, const PerfJITRecordPrefix &Val) { in serialize()