Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/Symbolize/
H A DMarkupFilter.h97 bool tryPresentation(const MarkupNode &Node);
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DMarkupFilter.cpp207 if (tryPresentation(Node)) in filterNode()
215 bool MarkupFilter::tryPresentation(const MarkupNode &Node) { in tryPresentation() function in MarkupFilter