Home
last modified time | relevance | path

Searched refs:printMatchedElements (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp264 if (Error Err = printMatchedElements(/*UseMatchedElements=*/true)) in doPrint()
268 if (Error Err = printMatchedElements(/*UseMatchedElements=*/false)) in doPrint()
297 Error LVReader::printMatchedElements(bool UseMatchedElements) { in printMatchedElements() function in LVReader
H A DLVScope.cpp1626 void LVScopeCompileUnit::printMatchedElements(raw_ostream &OS, in printSummary()
2083 Scope->printMatchedElements(*StreamSplit, UseMatchedElements); in doPrintMatches()
1634 void LVScopeCompileUnit::printMatchedElements(raw_ostream &OS, printMatchedElements() function in LVScopeCompileUnit
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h167 virtual Error printMatchedElements(bool UseMatchedElements);
H A DLVScope.h318 virtual void printMatchedElements(raw_ostream &OS, bool UseMatchedElements) {} in printMatchedElements() function
613 void printMatchedElements(raw_ostream &OS, bool UseMatchedElements) override;