LLVM DWARF parser is more feature complete then folly's implementation.
For example it supports compressed sections (however it is unclear should it be used for the binaries or not - #40873 (comment))
Also likely it will not have issues with inline functions handling, like folly's parser (see #35405 for more details)