This reland 945aa520ef07a3edb655f3f38e4c3023658dd623 with fixes. This reverts commit 10bc3362a1a8a3df2660bf65db0ec1ccab646e1b.
This reverts commit 945aa520ef07a3edb655f3f38e4c3023658dd623. This commit broke the windows lldb bot.
This adds inline function support to NativePDB by parsing S_INLINESITE records to retrieve inlinee line info and add them into line table at `ParseLineTable`. Differential Revision: https://reviews.llvm.org/D116845