Searched refs:CurrentRecord (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/XRay/ |
| H A D | FDRTraceExpander.cpp | 15 C(CurrentRecord); in resetCurrentRecord() 17 CurrentRecord.CallArgs.clear(); in resetCurrentRecord() 18 CurrentRecord.Data.clear(); in resetCurrentRecord() 42 CurrentRecord.TSC = R.tsc(); in visit() 43 CurrentRecord.CPU = R.cpu(); in visit() 44 CurrentRecord.PId = PID; in visit() 45 CurrentRecord.TId = TID; in visit() 46 CurrentRecord.Type = RecordTypes::CUSTOM_EVENT; in visit() 47 CurrentRecord.Data = std::string(R.data()); in visit() 57 CurrentRecord.TSC = BaseTSC; in visit() [all …]
|
| H A D | BlockVerifier.cpp | 110 if (CurrentRecord >= State::StateMax) in transition() 115 recordToString(CurrentRecord).data(), recordToString(To).data()); in transition() 119 if (CurrentRecord == State::EndOfBuffer && To != State::NewBuffer) in transition() 122 auto &Mapping = TransitionTable[number(CurrentRecord)]; in transition() 124 assert(Mapping.From == CurrentRecord && in transition() 130 recordToString(CurrentRecord).data(), recordToString(To).data()); in transition() 132 CurrentRecord = To; in transition() 184 switch (CurrentRecord) { in verify() 197 recordToString(CurrentRecord).data()); in verify() 201 void BlockVerifier::reset() { CurrentRecord = State::Unknown; } in reset()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/XRay/ |
| H A D | FDRTraceExpander.h | 29 XRayRecord CurrentRecord{0, 0, RecordTypes::ENTER, 0, 0, 0, 0, {}, {}};
|
| H A D | BlockVerifier.h | 44 State CurrentRecord = State::Unknown;
|
| /openbsd-src/gnu/llvm/clang/utils/TableGen/ |
| H A D | NeonEmitter.cpp | 60 static Record *CurrentRecord = nullptr; variable 63 if (CurrentRecord) in assert_with_loc() 64 PrintFatalError(CurrentRecord->getLoc(), Str); in assert_with_loc() 1842 CurrentRecord = R; in generateImpl() 1877 CurrentRecord = nullptr; in generateImpl() 1881 CurrentRecord = R; in indexBody() 1890 CurrentRecord = nullptr; in indexBody() 1963 CurrentRecord = R; in createIntrinsic() 2003 CurrentRecord = nullptr; in createIntrinsic()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.h | 188 size_t CurrentRecord = 0; variable
|
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.cpp | 1166 if (CurrentRecord >= MappingRecords.size()) in readNextRecord() 1172 auto &R = MappingRecords[CurrentRecord]; in readNextRecord() 1185 ++CurrentRecord; in readNextRecord()
|