Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DMarkupFilter.h98 bool tryPC(const MarkupNode &Node);
/src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DMarkupFilter.cpp217 if (tryPC(Node)) in tryPresentation()
236 bool MarkupFilter::tryPC(const MarkupNode &Node) { in tryPC() function in MarkupFilter