Searched refs:BinaryTable (Results 1 – 2 of 2) sorted by relevance
293 auto Ret = BinaryTable.insert({BinaryName, ProfiledBinary(BinaryPath)}); in loadBinary()309 auto I = BinaryTable.find(BinaryName); in updateBinaryAddress()312 if (I == BinaryTable.end() || Event.BaseAddress == I->second.getBaseAddress()) in updateBinaryAddress()
608 BinaryMap BinaryTable; variable