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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.h 55 DenseMap<LexicalScope *, SmallVector<DbgVariable *, 8>> ScopeVariables;
113 return ScopeVariables;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.h 233 /// ScopeVariables - Collection of dbg variables of a scope.
234 DenseMap<LexicalScope *, SmallVector<DbgVariable *, 8> > ScopeVariables;

Completed in 51 milliseconds