Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp731 void CachedBinary::pushEvictor(std::function<void()> NewEvictor) { in pushEvictor() argument
734 NewEvictor = std::move(NewEvictor)]() { in pushEvictor()
735 NewEvictor(); in pushEvictor()
739 this->Evictor = std::move(NewEvictor); in pushEvictor()