Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/XRay/
H A DFDRTraceExpander.cpp15 C(CurrentRecord); in resetCurrentRecord()
18 CurrentRecord.Data.clear(); in resetCurrentRecord()
44 CurrentRecord.PId = PID; in visit()
45 CurrentRecord.TId = TID; in visit()
58 CurrentRecord.CPU = CPUId; in visit()
59 CurrentRecord.PId = PID; in visit()
60 CurrentRecord.TId = TID; in visit()
74 CurrentRecord.PId = PID; in visit()
75 CurrentRecord.TId = TID; in visit()
117 CurrentRecord.PId = PID; in visit()
[all …]
H A DBlockVerifier.cpp112 if (CurrentRecord >= State::StateMax) in transition()
117 recordToString(CurrentRecord).data(), recordToString(To).data()); in transition()
121 if (CurrentRecord == State::EndOfBuffer && To != State::NewBuffer) in transition()
124 auto &Mapping = TransitionTable[number(CurrentRecord)]; in transition()
126 assert(Mapping.From == CurrentRecord && in transition()
132 recordToString(CurrentRecord).data(), recordToString(To).data()); in transition()
134 CurrentRecord = To; in transition()
186 switch (CurrentRecord) { in verify()
199 recordToString(CurrentRecord).data()); in verify()
203 void BlockVerifier::reset() { CurrentRecord = State::Unknown; } in reset()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/XRay/
H A DBlockVerifier.h42 State CurrentRecord = State::Unknown;
H A DFDRTraceExpander.h29 XRayRecord CurrentRecord{0, 0, RecordTypes::ENTER, 0, 0, 0, 0, {}, {}};
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp60 static Record *CurrentRecord = nullptr; variable
63 if (CurrentRecord) in assert_with_loc()
64 PrintFatalError(CurrentRecord->getLoc(), Str); in assert_with_loc()
1846 CurrentRecord = R; in generateImpl()
1881 CurrentRecord = nullptr; in generateImpl()
1885 CurrentRecord = R; in indexBody()
1894 CurrentRecord = nullptr; in indexBody()
1967 CurrentRecord = R; in createIntrinsic()
2007 CurrentRecord = nullptr; in createIntrinsic()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMappingReader.h188 size_t CurrentRecord = 0; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp1285 if (CurrentRecord >= MappingRecords.size()) in readNextRecord()
1291 auto &R = MappingRecords[CurrentRecord]; in readNextRecord()
1304 ++CurrentRecord; in readNextRecord()