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.cpp509 if (Error Err = printMatchedElements(/*UseMatchedElements=*/true)) in doPrint()
513 if (Error Err = printMatchedElements(/*UseMatchedElements=*/false)) in doPrint()
542 Error LVReader::printMatchedElements(bool UseMatchedElements) { in printMatchedElements() function in LVReader
H A DLVScope.cpp1637 void LVScopeCompileUnit::printMatchedElements(raw_ostream &OS, in printMatchedElements() function in LVScopeCompileUnit
2113 Scope->printMatchedElements(*StreamSplit, UseMatchedElements); in doPrintMatches()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h327 virtual void printMatchedElements(raw_ostream &OS, bool UseMatchedElements) {} in printMatchedElements() function
624 void printMatchedElements(raw_ostream &OS, bool UseMatchedElements) override;
H A DLVReader.h193 virtual Error printMatchedElements(bool UseMatchedElements);