Searched refs:BinaryTable (Results 1 – 2 of 2) sorted by relevance
158 auto Ret = BinaryTable.insert({BinaryName, ProfiledBinary(BinaryPath)}); in loadBinary()174 auto I = BinaryTable.find(BinaryName); in updateBinaryAddress()177 if (I == BinaryTable.end() || Event.BaseAddress == I->second.getBaseAddress()) in updateBinaryAddress()481 if (BinaryTable.size() > 1) { in checkAndSetPerfType()
341 BinaryMap BinaryTable; variable