Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h312 bool doPrintScope(const LVScope *Scope) const { in doPrintScope() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp999 if (getIncludeInPrint() && getReader().doPrintScope(this)) {
1702 if (getReader().doPrintScope(this) && options().getPrintFormatting()) in printMatchedElements()