struct DwarfFile::ScopeVars

Declaration

struct DwarfFile::ScopeVars { /* full declaration omitted */ };

Description

The variables of a lexical scope.

Declared at: llvm/lib/CodeGen/AsmPrinter/DwarfFile.h:75

Member Variables

public std::map<unsigned int, DbgVariable*> Args
We need to sort Args by ArgNo and check for duplicates. This could also be implemented as a list or vector + std::lower_bound().
public SmallVector<llvm::DbgVariable*, 8> Locals