Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h315 bool doPrintSymbol(const LVSymbol *Symbol) const { in doPrintSymbol() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSymbol.cpp392 if (getIncludeInPrint() && getReader().doPrintSymbol(this)) { in print()