Searched refs:BinaryForPath (Results 1 – 2 of 2) sorted by relevance
286 BinaryForPath.clear(); in flush()503 recordAccess(BinaryForPath.find(Path)->second); in getOrCreateObjectPair()530 BinaryForPath.find(DbgObjPath)->second.pushEvictor([this, I = Pair.first]() { in getOrCreateObjectPair()540 auto Pair = BinaryForPath.emplace(Path, OwningBinary<Binary>()); in getOrCreateObject()551 CachedBin.pushEvictor([this, I = Pair.first]() { BinaryForPath.erase(I); }); in getOrCreateObject()575 BinaryForPath.find(Path)->second.pushEvictor( in getOrCreateObject()618 recordAccess(BinaryForPath.find(BinaryName)->second); in getOrCreateModuleInfo()666 BinaryForPath.find(BinaryName)->second.pushEvictor([this, I]() { in getOrCreateModuleInfo()
212 std::map<std::string, CachedBinary> BinaryForPath; variable