Searched refs:TypedEvent (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/XRay/ |
H A D | BlockVerifier.cpp | 47 case BlockVerifier::State::TypedEvent: in recordToString() 48 return "TypedEvent"; in recordToString() 81 mask(State::EndOfBuffer) | mask(State::TypedEvent)}}, in transition() 86 mask(State::EndOfBuffer) | mask(State::TypedEvent)}}, in transition() 91 mask(State::EndOfBuffer) | mask(State::TypedEvent)}}, in transition() 93 {State::TypedEvent, in transition() 94 {mask(State::TypedEvent) | mask(State::TSCWrap) | in transition() 102 mask(State::TypedEvent)}}, in transition() 108 mask(State::TypedEvent)}}, in transition() 163 return transition(State::TypedEvent); [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/ |
H A D | BlockVerifier.h | 33 TypedEvent, 35 TypedEvent, global() enumerator
|
H A D | FDRRecords.h | 84 TypedEvent, enumerator 272 MetadataType::TypedEvent) {} in TypedEventRecord() 276 MetadataType::TypedEvent), in TypedEventRecord()
|