Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h432 LVScopes MatchedScopes; variable
587 void addMatched(LVScope *Scope) { MatchedScopes.push_back(Scope); } in addMatched()
591 const LVScopes &getMatchedScopes() const { return MatchedScopes; } in getMatchedScopes()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1216 if (MatchedScopes.size()) { in propagatePatternMatch()
1217 for (LVScope *Scope : MatchedScopes) in propagatePatternMatch()
1568 for (const LVScope *Scope : MatchedScopes) in printSizes()
1657 for (const LVScope *Scope : MatchedScopes) { in printMatchedElements()