Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVCompare.cpp195 LVScopeLink ScopeLinks; in execute() local
217 ScopeLinks.emplace(static_cast<LVScope *>(CurrentTarget), in execute()
291 for (LVScopeLink::const_reference Entry : ScopeLinks) in execute()
315 auto It = ScopeLinks.find(Parent); in execute()
316 if (It != ScopeLinks.end()) { in execute()