forked from OSchip/llvm-project
parent
480ff32120
commit
806535f908
|
@ -1919,6 +1919,10 @@ void DwarfDebug::RecordVariableScope(DIVariable &DV,
|
|||
DebugTimer->stopTimer();
|
||||
}
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Emit Methods
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
/// SizeAndOffsetDie - Compute the size and offset of a DIE.
|
||||
///
|
||||
unsigned DwarfDebug::SizeAndOffsetDie(DIE *Die, unsigned Offset, bool Last) {
|
||||
|
|
Loading…
Reference in New Issue