Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/LogicalView/Core/
DLVReader.cpp261 if (Error Err = printMatchedElements(/*UseMatchedElements=*/true)) in doPrint()
265 if (Error Err = printMatchedElements(/*UseMatchedElements=*/false)) in doPrint()
294 Error LVReader::printMatchedElements(bool UseMatchedElements) { in printMatchedElements() function in LVReader
DLVScope.cpp1641 void LVScopeCompileUnit::printMatchedElements(raw_ostream &OS, in printMatchedElements() function in LVScopeCompileUnit
2074 Scope->printMatchedElements(*StreamSplit, UseMatchedElements); in doPrintMatches()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/
DLVReader.h120 virtual Error printMatchedElements(bool UseMatchedElements);
DLVScope.h318 virtual void printMatchedElements(raw_ostream &OS, bool UseMatchedElements) {} in printMatchedElements() function
612 void printMatchedElements(raw_ostream &OS, bool UseMatchedElements) override;