Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h317 virtual void printWarnings(raw_ostream &OS, bool Full = true) const {}
612 void printWarnings(raw_ostream &OS, bool Full = true) const override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp650 printWarnings(*StreamSplit, Full); in doPrint()
1441 void LVScopeCompileUnit::printWarnings(raw_ostream &OS, bool Full) const { in printWarnings() function in LVScopeCompileUnit