Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVCompare.cpp198 auto FindMatch = [&](auto &References, auto &Targets, in execute() local
254 if (Error Err = FindMatch(LHS->getScopes(), RHS->getScopes(), "Scopes")) in execute()
258 FindMatch(LHS->getSymbols(), RHS->getSymbols(), "Symbols")) in execute()
261 if (Error Err = FindMatch(LHS->getTypes(), RHS->getTypes(), "Types")) in execute()
264 if (Error Err = FindMatch(LHS->getLines(), RHS->getLines(), "Lines")) in execute()