Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DMarkupFilter.h96 bool tryPresentation(const MarkupNode &Node);
/src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DMarkupFilter.cpp206 if (tryPresentation(Node)) in filterNode()
214 bool MarkupFilter::tryPresentation(const MarkupNode &Node) { in tryPresentation() function in MarkupFilter