mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
Grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151874 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
50e266135e
commit
61cafd1449
@ -244,7 +244,7 @@ class DwarfDebug {
|
|||||||
SmallPtrSet<DIE *, 4> InlinedSubprogramDIEs;
|
SmallPtrSet<DIE *, 4> InlinedSubprogramDIEs;
|
||||||
|
|
||||||
/// InlineInfo - Keep track of inlined functions and their location. This
|
/// InlineInfo - Keep track of inlined functions and their location. This
|
||||||
/// information is used to populate debug_inlined section.
|
/// information is used to populate the debug_inlined section.
|
||||||
typedef std::pair<const MCSymbol *, DIE *> InlineInfoLabels;
|
typedef std::pair<const MCSymbol *, DIE *> InlineInfoLabels;
|
||||||
DenseMap<const MDNode *, SmallVector<InlineInfoLabels, 4> > InlineInfo;
|
DenseMap<const MDNode *, SmallVector<InlineInfoLabels, 4> > InlineInfo;
|
||||||
SmallVector<const MDNode *, 4> InlinedSPNodes;
|
SmallVector<const MDNode *, 4> InlinedSPNodes;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user