Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/Symbolize/
H A DMarkupFilter.h124 bool checkTag(const MarkupNode &Node) const;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DMarkupFilter.cpp205 if (!checkTag(Node)) in filterNode()
650 bool MarkupFilter::checkTag(const MarkupNode &Node) const { in checkTag() function in MarkupFilter