mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 06:06:34 +08:00
track the EH FDEs for the functions in a module to using a RangeDataVector, a more light-weight data structure that only refers to File addresses. Makes the initial FDE scan about 3x faster, uses less memory. <rdar://problem/13465650> llvm-svn: 177585