Home
last modified time | relevance | path

Searched refs:LVElements (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVCompare.cpp196 auto CompareReaders = [&](LVReader *LHS, LVReader *RHS, LVElements &Set, in execute()
200 LVElements Elements; in execute()
279 LVElements ElementsToAdd; in execute()
H A DLVScope.cpp108 Children = std::make_unique<LVElements>(); in addToChildren()
1649 if (const LVElements *Elements = Scope->getChildren()) in printMatchedElements()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h132 std::unique_ptr<LVElements> Children;
210 const LVElements *getChildren() const { return Children.get(); } in getChildren()
423 LVElements MatchedElements;
579 const LVElements &getMatchedElements() const { return MatchedElements; } in getMatchedElements()
H A DLVObject.h76 using LVElements = SmallVector<LVElement *, 8>; variable