HomeSort by relevance Sort by last modified time
    Searched refs:ScopeVariables (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 232 /// ScopeVariables - Collection of dbg variables of a scope.
233 DenseMap<LexicalScope *, SmallVector<DbgVariable *, 8> > ScopeVariables;
DwarfDebug.cpp 474 const SmallVector<DbgVariable *, 8> &Variables = ScopeVariables.lookup(Scope);
    [all...]

Completed in 23 milliseconds