Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVCompare.cpp198 auto FindMatch = [&](auto &References, auto &Targets, in execute() local
255 if (Error Err = FindMatch(LHS->getScopes(), RHS->getScopes(), "Scopes")) in execute()
259 FindMatch(LHS->getSymbols(), RHS->getSymbols(), "Symbols")) in execute()
262 if (Error Err = FindMatch(LHS->getTypes(), RHS->getTypes(), "Types")) in execute()
265 if (Error Err = FindMatch(LHS->getLines(), RHS->getLines(), "Lines")) in execute()