Searched refs:printScopeSize (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVScope.cpp | 1528 void LVScopeCompileUnit::printScopeSize(const LVScope *Scope, raw_ostream &OS) { 1559 printScopeSize(Scope, OS); in printSizes() 1565 printScopeSize(Scope, OS); in printSizes() 1582 printScopeSize(this, OS); in printSizes() 1687 printScopeSize(this, OS); in printMatchedElements() 1691 printScopeSize(static_cast<LVScope *>(Element), OS); in printMatchedElements() 1536 void LVScopeCompileUnit::printScopeSize(const LVScope *Scope, raw_ostream &OS) { printScopeSize() function in LVScopeCompileUnit
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVScope.h | 479 void printScopeSize(const LVScope *Scope, raw_ostream &OS); 480 void printScopeSize(const LVScope *Scope, raw_ostream &OS) const { in printScopeSize() function 481 (const_cast<LVScopeCompileUnit *>(this))->printScopeSize(Scope, OS); in printScopeSize()
|