Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp294 Error LVReader::printMatchedElements(bool UseMatchedElements) { in printMatchedElements() argument
298 return Root->doPrintMatches(OutputSplit, OS, UseMatchedElements); in printMatchedElements()
H A DLVScope.cpp1642 bool UseMatchedElements) { in printMatchedElements() argument
1652 if (UseMatchedElements) in printMatchedElements()
1656 if (UseMatchedElements) { in printMatchedElements()
2050 bool UseMatchedElements) const { in doPrintMatches()
2056 if (UseMatchedElements) in doPrintMatches()
2074 Scope->printMatchedElements(*StreamSplit, UseMatchedElements); in doPrintMatches()
2082 if (UseMatchedElements) in doPrintMatches()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h318 virtual void printMatchedElements(raw_ostream &OS, bool UseMatchedElements) {} in printMatchedElements() argument
612 void printMatchedElements(raw_ostream &OS, bool UseMatchedElements) override;
806 bool UseMatchedElements) const;
H A DLVReader.h120 virtual Error printMatchedElements(bool UseMatchedElements);