Every callsite was passing an empty SymbolContext, so this parameter had no effect. Inside the DWARF implementation of this function, however, there was one codepath that checked members of the SymbolContext. Since no call-sites actually ever used this functionality, it was essentially dead code, so I've deleted this code path as well.
Diff Detail
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Jan 14 2019, 4:37 AM
This revision now requires review to proceed.Aug 9 2019, 2:00 AM