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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/XRay/
H A DFDRTraceExpander.cpp15 C(CurrentRecord);
17 CurrentRecord.CallArgs.clear();
18 CurrentRecord.Data.clear();
42 CurrentRecord.TSC = R.tsc();
43 CurrentRecord.CPU = R.cpu();
44 CurrentRecord.PId = PID;
45 CurrentRecord.TId = TID;
46 CurrentRecord.Type = RecordTypes::CUSTOM_EVENT;
47 CurrentRecord.Data = R.data();
57 CurrentRecord
[all...]
H A DBlockVerifier.cpp110 if (CurrentRecord >= State::StateMax)
115 recordToString(CurrentRecord).data(), recordToString(To).data());
119 if (CurrentRecord == State::EndOfBuffer && To != State::NewBuffer)
122 auto &Mapping = TransitionTable[number(CurrentRecord)];
124 assert(Mapping.From == CurrentRecord &&
130 recordToString(CurrentRecord).data(), recordToString(To).data());
132 CurrentRecord = To;
184 switch (CurrentRecord) {
197 recordToString(CurrentRecord).data());
201 void BlockVerifier::reset() { CurrentRecord
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DBlockVerifier.h44 State CurrentRecord = State::Unknown; member in class:llvm::xray::BlockVerifier
H A DFDRTraceExpander.h29 XRayRecord CurrentRecord{0, 0, RecordTypes::ENTER, 0, 0, 0, 0, {}, {}};
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMappingReader.h195 size_t CurrentRecord = 0; member in class:llvm::coverage::BinaryCoverageReader
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp60 static Record *CurrentRecord = nullptr; member in namespace:__anon964
63 if (CurrentRecord)
64 PrintFatalError(CurrentRecord->getLoc(), Str);
1785 CurrentRecord = R;
1817 CurrentRecord = nullptr;
1821 CurrentRecord = R;
1827 CurrentRecord = nullptr;
1897 CurrentRecord = R;
1934 CurrentRecord = nullptr;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp809 if (CurrentRecord >= MappingRecords.size())
815 auto &R = MappingRecords[CurrentRecord];
829 ++CurrentRecord;

Completed in 84 milliseconds