Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
HDLVCompare.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 if (ScopeLinks.find(Parent) != ScopeLinks.end()) { in execute()
316 LVScope *InsertionPoint = ScopeLinks[Parent]; in execute()