mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-10 20:33:15 +00:00
Add comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102129 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c105a2b5b7
commit
c04d54527e
@ -197,6 +197,11 @@ class DwarfDebug {
|
||||
DenseMap<const MachineInstr *, MCSymbol *> LabelsAfterInsn;
|
||||
|
||||
SmallVector<const MCSymbol *, 8> DebugRangeSymbols;
|
||||
|
||||
/// weakDebugRangeSymbols - In cases where function bodies is not emitted
|
||||
/// into .text section, use function begin marker as anchor for debug range
|
||||
/// offsets. This map keeps track of such symbols and corresponding
|
||||
/// function begin marker symbols.
|
||||
DenseMap<const MCSymbol *, const MCSymbol *> WeakDebugRangeSymbols;
|
||||
|
||||
/// Previous instruction's location information. This is used to determine
|
||||
|
Loading…
x
Reference in New Issue
Block a user