Home
last modified time | relevance | path

Searched refs:MatchedScopes (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h424 LVScopes MatchedScopes; variable
576 void addMatched(LVScope *Scope) { MatchedScopes.push_back(Scope); } in addMatched()
580 const LVScopes &getMatchedScopes() const { return MatchedScopes; } in getMatchedScopes()
/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1205 if (MatchedScopes.size()) { in propagatePatternMatch()
1206 for (LVScope *Scope : MatchedScopes) in propagatePatternMatch()
1557 for (const LVScope *Scope : MatchedScopes) in printSizes()
1647 for (const LVScope *Scope : MatchedScopes) { in printMatchedElements()