The class 'DbgVariable' can be in one of three states, and the "is any of them
initialized" logic for them is repeated in a couple of places. We may want to
expand this class in the future; as such, we factor out this common logic so
that it is easier to modify.
Details
Details
- Reviewers
aprantl - Group Reviewers
debug-info - Commits
- rG32223123d364: [DwarfDebug][NFC] Factor out 'isInitialized' logic
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo