Home
last modified time | relevance | path

Searched refs:GetChainedOriginDepot (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_origin.h67 u32 stack_id = GetChainedOriginDepot()->Get(getChainedId(), &prev_id); in getNextChainedOrigin()
95 GetChainedOriginDepot()->Put(h.id(), prev.raw_id(), &chained_id); in CreateChainedOrigin()
H A Ddfsan_chained_origin_depot.cpp20 ChainedOriginDepot* GetChainedOriginDepot() { return &chainedOriginDepot; } in GetChainedOriginDepot() function
H A Ddfsan_chained_origin_depot.h22 ChainedOriginDepot* GetChainedOriginDepot();
H A Ddfsan_custom.cpp2443 GetChainedOriginDepot()->LockAll(); in BeforeFork()
2447 GetChainedOriginDepot()->UnlockAll(); in AfterFork()