Address::GetSection() turns a weak pointer to a shared pointer which is a little slow.  So in Address::operator== & != do the
cheap GetOffset() comparison first and only compare the sections if that is true.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@183452 91177308-0d34-0410-b5e6-96231b3b80d8
1 file changed