This speeds up llvm-symbolizer on code without .debug_aranges - we don't
need to parse all the abbrevs for every CU, just usually the first
abbrev for most CUs, then more abbrevs for any CU we go look into for
symbolizing.
I don't think this makes enough of a difference to worry too much about - but
throwing it out there since I wrote it while exploring things.