Home
last modified time | relevance | path

Searched defs:ScopeVars (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.h76 struct ScopeVars { struct
83 DenseMap<LexicalScope *, ScopeVars> ScopeVariables; argument
H A DDwarfFile.cpp107 auto &ScopeVars = ScopeVariables[LS]; in addScopeVariable() local