mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-18 14:31:27 +00:00
Reorder member function declarations to match source order.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196179 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c2efbdbb60
commit
16df1b227c
@ -497,13 +497,14 @@ class DwarfDebug {
|
|||||||
/// variables.
|
/// variables.
|
||||||
DIE *updateSubprogramScopeDIE(CompileUnit *SPCU, DISubprogram SP);
|
DIE *updateSubprogramScopeDIE(CompileUnit *SPCU, DISubprogram SP);
|
||||||
|
|
||||||
/// \brief Construct new DW_TAG_lexical_block for this scope and
|
|
||||||
/// attach DW_AT_low_pc/DW_AT_high_pc labels.
|
|
||||||
DIE *constructLexicalScopeDIE(CompileUnit *TheCU, LexicalScope *Scope);
|
|
||||||
/// A helper function to check whether the DIE for a given Scope is going
|
/// A helper function to check whether the DIE for a given Scope is going
|
||||||
/// to be null.
|
/// to be null.
|
||||||
bool isLexicalScopeDIENull(LexicalScope *Scope);
|
bool isLexicalScopeDIENull(LexicalScope *Scope);
|
||||||
|
|
||||||
|
/// \brief Construct new DW_TAG_lexical_block for this scope and
|
||||||
|
/// attach DW_AT_low_pc/DW_AT_high_pc labels.
|
||||||
|
DIE *constructLexicalScopeDIE(CompileUnit *TheCU, LexicalScope *Scope);
|
||||||
|
|
||||||
/// \brief This scope represents inlined body of a function. Construct
|
/// \brief This scope represents inlined body of a function. Construct
|
||||||
/// DIE to represent this concrete inlined copy of the function.
|
/// DIE to represent this concrete inlined copy of the function.
|
||||||
DIE *constructInlinedScopeDIE(CompileUnit *TheCU, LexicalScope *Scope);
|
DIE *constructInlinedScopeDIE(CompileUnit *TheCU, LexicalScope *Scope);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user