Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp563 BinaryForPath.find(DbgObjPath)->second.pushEvictor([this, I = Pair.first]() { in getOrCreateObjectPair()
584 CachedBin.pushEvictor([this, I = Pair.first]() { BinaryForPath.erase(I); }); in getOrCreateObject()
608 BinaryForPath.find(Path)->second.pushEvictor( in getOrCreateObject()
725 BinaryForPath.find(BinaryName)->second.pushEvictor([this, I]() { in getOrCreateModuleInfo()
853 void CachedBinary::pushEvictor(std::function<void()> NewEvictor) { in pushEvictor() function in llvm::symbolize::CachedBinary
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolize.h247 LLVM_ABI void pushEvictor(std::function<void()> Evictor);