mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-25 16:24:23 +00:00
remove the didInitial ivar, rename emitInitial to be more
descriptive, change EmitSectionOffset back to taking a symbol instead of a string. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100361 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -120,10 +120,6 @@ class DwarfDebug : public DwarfPrinter {
|
||||
///
|
||||
std::vector<std::vector<SrcLineInfo> > SectionSourceLines;
|
||||
|
||||
/// didInitial - Flag to indicate if initial emission has been done.
|
||||
///
|
||||
bool didInitial;
|
||||
|
||||
/// shouldEmit - Flag to indicate if debug information should be emitted.
|
||||
///
|
||||
bool shouldEmit;
|
||||
@ -396,9 +392,9 @@ class DwarfDebug : public DwarfPrinter {
|
||||
/// constructScopeDIE - Construct a DIE for this scope.
|
||||
DIE *constructScopeDIE(DbgScope *Scope);
|
||||
|
||||
/// emitInitial - Emit initial Dwarf declarations. This is necessary for cc
|
||||
/// tools to recognize the object file contains Dwarf information.
|
||||
void emitInitial();
|
||||
/// EmitSectionLabels - Emit initial Dwarf sections with a label at
|
||||
/// the start of each one.
|
||||
void EmitSectionLabels();
|
||||
|
||||
/// emitDIE - Recusively Emits a debug information entry.
|
||||
///
|
||||
|
Reference in New Issue
Block a user