Home
last modified time | relevance | path

Searched defs:epoch (Results 1 – 13 of 13) sorted by relevance

/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_shadow.h32 Epoch epoch() const { return static_cast<Epoch>(part_.epoch_); } in epoch() function
34 void SetEpoch(Epoch epoch) { part_.epoch_ = static_cast<u16>(epoch); } in SetEpoch()
81 Epoch epoch() const { return static_cast<Epoch>(part_.epoch_); } in epoch() function
140 static RawShadow FreedInfo(Sid sid, Epoch epoch) { in FreedInfo()
H A Dtsan_defs.h68 inline Epoch EpochInc(Epoch epoch) { in EpochInc() argument
72 inline bool EpochOverflow(Epoch epoch) { return epoch == kEpochOver; } in EpochOverflow() argument
H A Dtsan_rtl.cpp137 DoResetImpl(uptr epoch) DoResetImpl() argument
234 DoReset(ThreadState * thr,uptr epoch) DoReset() argument
258 uptr epoch; FindSlotAndLock() local
304 Epoch epoch = EpochInc(slot->epoch()); SlotAttachAndLock() local
[all...]
H A Dtsan_rtl_report.cpp356 Epoch epoch, Func f) { in TraceReplay() argument
432 bool RestoreStack(EventType type, Sid sid, Epoch epoch, uptr addr, uptr size, in RestoreStack() argument
[all...]
H A Dtsan_rtl.h136 Epoch epoch; member
147 Epoch epoch() const { in epoch() function
[all...]
H A Dtsan_trace.h159 u64 epoch : kEpochBits; member
H A Dtsan_rtl_mutex.cpp505 Epoch epoch = EpochInc(thr->fast_state.epoch()); in IncrementEpoch() local
/llvm-project/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_shadow_test.cpp23 void CheckShadow(const Shadow *s, Sid sid, Epoch epoch, uptr addr, uptr size, in CheckShadow()
38 Epoch epoch = static_cast<Epoch>(22); in TEST() local
H A Dtsan_mutexset_test.cpp17 static void Expect(const MutexSet &mset, uptr i, u64 id, bool write, u64 epoch, in Expect()
/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCF.cpp31 time_t epoch = GetOSXEpoch(); in CFAbsoluteTimeSummaryProvider() local
H A DCocoa.cpp991 epoch = epoch + static_cast<time_t>(std::floor(date_value)); in NSDateSummaryProvider() local
1228 if (!epoch) { in GetOSXEpoch() local
[all...]
/llvm-project/lld/COFF/
H A DDriver.cpp1820 if (std::optional<std::string> epoch = linkerMain() local
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp232 unsigned epoch = (unsigned)Record[0]; in readIdentificationBlock() local