Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp291 BinaryForPath.clear(); in flush()
536 recordAccess(BinaryForPath.find(Path)->second); in getOrCreateObjectPair()
563 BinaryForPath.find(DbgObjPath)->second.pushEvictor([this, I = Pair.first]() { in getOrCreateObjectPair()
573 auto Pair = BinaryForPath.emplace(Path, OwningBinary<Binary>()); in getOrCreateObject()
584 CachedBin.pushEvictor([this, I = Pair.first]() { BinaryForPath.erase(I); }); in getOrCreateObject()
608 BinaryForPath.find(Path)->second.pushEvictor( in getOrCreateObject()
651 recordAccess(BinaryForPath.find(BinaryName)->second); in getOrCreateModuleInfo()
725 BinaryForPath.find(BinaryName)->second.pushEvictor([this, I]() { in getOrCreateModuleInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolize.h217 std::map<std::string, CachedBinary, std::less<>> BinaryForPath; variable