mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 22:28:18 +00:00
Make comment names match function names.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168644 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -350,7 +350,7 @@ private:
|
|||||||
/// constructScopeDIE - Construct a DIE for this scope.
|
/// constructScopeDIE - Construct a DIE for this scope.
|
||||||
DIE *constructScopeDIE(CompileUnit *TheCU, LexicalScope *Scope);
|
DIE *constructScopeDIE(CompileUnit *TheCU, LexicalScope *Scope);
|
||||||
|
|
||||||
/// EmitSectionLabels - Emit initial Dwarf sections with a label at
|
/// emitSectionLabels - Emit initial Dwarf sections with a label at
|
||||||
/// the start of each one.
|
/// the start of each one.
|
||||||
void emitSectionLabels();
|
void emitSectionLabels();
|
||||||
|
|
||||||
@@ -382,7 +382,7 @@ private:
|
|||||||
/// been left open.
|
/// been left open.
|
||||||
void endSections();
|
void endSections();
|
||||||
|
|
||||||
/// EmitDebugInfo - Emit the debug info section.
|
/// emitDebugInfo - Emit the debug info section.
|
||||||
///
|
///
|
||||||
void emitDebugInfo();
|
void emitDebugInfo();
|
||||||
|
|
||||||
@@ -423,7 +423,7 @@ private:
|
|||||||
///
|
///
|
||||||
void emitDebugLoc();
|
void emitDebugLoc();
|
||||||
|
|
||||||
/// EmitDebugARanges - Emit visible names into a debug aranges section.
|
/// emitDebugARanges - Emit visible names into a debug aranges section.
|
||||||
///
|
///
|
||||||
void emitDebugARanges();
|
void emitDebugARanges();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user