mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
DebugInfo: Remove DwarfDebug::addCurrentFnArgument declaration now that it's moved to DwarfFile.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220515 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d2153694e0
commit
78f043e90a
@ -487,10 +487,6 @@ class DwarfDebug : public AsmPrinterHandler {
|
||||
/// ending of a scope.
|
||||
void identifyScopeMarkers();
|
||||
|
||||
/// \brief If Var is an current function argument that add it in
|
||||
/// CurrentFnArguments list.
|
||||
bool addCurrentFnArgument(DbgVariable *Var, LexicalScope *Scope);
|
||||
|
||||
/// \brief Populate LexicalScope entries with variables' info.
|
||||
void collectVariableInfo(DwarfCompileUnit &TheCU, DISubprogram SP,
|
||||
SmallPtrSetImpl<const MDNode *> &ProcessedVars);
|
||||
|
Loading…
Reference in New Issue
Block a user