Home
last modified time | relevance | path

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

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