Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h431 LVElements MatchedElements; variable
586 void addMatched(LVElement *Element) { MatchedElements.push_back(Element); } in addMatched()
590 const LVElements &getMatchedElements() const { return MatchedElements; } in getMatchedElements()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1641 llvm::stable_sort(MatchedElements, SortFunction); in printMatchedElements()
1653 for (const LVElement *Element : MatchedElements) in printMatchedElements()
1671 for (LVElement *Element : MatchedElements) { in printMatchedElements()
1698 for (LVElement *Element : MatchedElements) in printMatchedElements()