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.cpp530 BinaryForPath.find(DbgObjPath)->second.pushEvictor([this, I = Pair.first]() { in getOrCreateObjectPair()
551 CachedBin.pushEvictor([this, I = Pair.first]() { BinaryForPath.erase(I); }); in getOrCreateObject()
575 BinaryForPath.find(Path)->second.pushEvictor( in getOrCreateObject()
673 BinaryForPath.find(BinaryName)->second.pushEvictor([this, I]() { in getOrCreateModuleInfo()
801 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.h242 void pushEvictor(std::function<void()> Evictor);