Home
last modified time | relevance | path

Searched refs:ChainedOriginDepot (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_chained_origin_depot.h19 class ChainedOriginDepot {
21 ChainedOriginDepot();
40 ChainedOriginDepot(const ChainedOriginDepot &) = delete;
41 void operator=(const ChainedOriginDepot &) = delete;
H A Dsanitizer_chained_origin_depot.cpp123 ChainedOriginDepot::ChainedOriginDepot() {} in ChainedOriginDepot() function in __sanitizer::ChainedOriginDepot
125 StackDepotStats ChainedOriginDepot::GetStats() const { in GetStats()
129 bool ChainedOriginDepot::Put(u32 here_id, u32 prev_id, u32 *new_id) { in Put()
136 u32 ChainedOriginDepot::Get(u32 id, u32 *other) { in Get()
142 void ChainedOriginDepot::LockAll() { depot.LockAll(); } in LockAll()
144 void ChainedOriginDepot::UnlockAll() { depot.UnlockAll(); } in UnlockAll()
146 void ChainedOriginDepot::TestOnlyUnmap() { depot.TestOnlyUnmap(); } in TestOnlyUnmap()
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_chained_origin_depot.cpp18 static ChainedOriginDepot chainedOriginDepot;
20 ChainedOriginDepot* GetChainedOriginDepot() { return &chainedOriginDepot; } in GetChainedOriginDepot()
H A Ddfsan_chained_origin_depot.h22 ChainedOriginDepot* GetChainedOriginDepot();
/openbsd/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_chained_origin_depot.cpp20 static ChainedOriginDepot chainedOriginDepot;
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_chained_origin_depot_test.cpp22 static ChainedOriginDepot chainedOriginDepot;