Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSymbol.h162 static bool parametersMatch(const LVSymbols *References,
H A DLVType.h117 static bool parametersMatch(const LVTypes *References,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSymbol.cpp333 bool LVSymbol::parametersMatch(const LVSymbols *References, in parametersMatch() function in LVSymbol
H A DLVType.cpp225 bool LVType::parametersMatch(const LVTypes *References, in parametersMatch() function in LVType
H A DLVScope.cpp1036 if (!LVType::parametersMatch(getTypes(), Scope->getTypes())) in equals()
1826 if (!LVType::parametersMatch(getTypes(), Scope->getTypes())) in equals()
1830 if (!LVSymbol::parametersMatch(getSymbols(), Scope->getSymbols())) in equals()