Searched refs:CurrentRecord (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/XRay/ |
| H A D | FDRTraceExpander.cpp | 15 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 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()
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | internal-unit.cpp | 62 char *record{CurrentRecord()}; in Emit() 94 const char *record{CurrentRecord()}; in GetNextInputBytes() 126 char *record{CurrentRecord()}; in BlankFillOutputRecord()
|
| H A D | internal-unit.h | 43 Scalar CurrentRecord() const { in CurrentRecord() function
|
| /llvm-project-15.0.7/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;
|
| /llvm-project-15.0.7/clang/utils/TableGen/ |
| H A D | NeonEmitter.cpp | 61 static Record *CurrentRecord = nullptr; variable 64 if (CurrentRecord) in assert_with_loc() 65 PrintFatalError(CurrentRecord->getLoc(), Str); in assert_with_loc() 1834 CurrentRecord = R; in generateImpl() 1869 CurrentRecord = nullptr; in generateImpl() 1873 CurrentRecord = R; in indexBody() 1882 CurrentRecord = nullptr; in indexBody() 1954 CurrentRecord = R; in createIntrinsic() 1994 CurrentRecord = nullptr; in createIntrinsic()
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.h | 188 size_t CurrentRecord = 0; variable
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.cpp | 1157 if (CurrentRecord >= MappingRecords.size()) in readNextRecord() 1163 auto &R = MappingRecords[CurrentRecord]; in readNextRecord() 1176 ++CurrentRecord; in readNextRecord()
|