Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.h77 struct ScopeVars { struct
84 DenseMap<LexicalScope *, ScopeVars> ScopeVariables; argument
H A DDwarfFile.cpp106 auto &ScopeVars = ScopeVariables[LS]; in addScopeVariable() local