Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DBlockVerifier.cpp31 case BlockVerifier::State::WallClockTime: in recordToString()
32 return "WallClockTime"; in recordToString()
71 {State::NewBuffer, {mask(State::WallClockTime)}}, in transition()
73 {State::WallClockTime, in transition()
143 return transition(State::WallClockTime);
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DBlockVerifier.h28 WallClockTime,
30 WallClockTime, global() enumerator
H A DFDRRecords.h76 WallClockTime, enumerator
141 MetadataType::WallClockTime) {} in WallclockRecord()
145 MetadataType::WallClockTime), in WallclockRecord()