Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DMarkupFilter.h100 bool tryData(const MarkupNode &Node);
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DMarkupFilter.cpp221 return tryData(Node); in tryPresentation()
369 bool MarkupFilter::tryData(const MarkupNode &Node) { in tryData() function in MarkupFilter