Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1539 void LVScopeCompileUnit::printScopeSize(const LVScope *Scope, raw_ostream &OS) { in printScopeSize() function in LVScopeCompileUnit
1570 printScopeSize(Scope, OS); in printSizes()
1576 printScopeSize(Scope, OS); in printSizes()
1593 printScopeSize(this, OS); in printSizes()
1697 printScopeSize(this, OS); in printMatchedElements()
1701 printScopeSize(static_cast<LVScope *>(Element), OS); in printMatchedElements()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h487 void printScopeSize(const LVScope *Scope, raw_ostream &OS);
488 void printScopeSize(const LVScope *Scope, raw_ostream &OS) const { in printScopeSize() function
489 (const_cast<LVScopeCompileUnit *>(this))->printScopeSize(Scope, OS); in printScopeSize()