/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVType.h | 140 void printExtra(raw_ostream &OS, bool Full = true) const override; 167 void printExtra(raw_ostream &OS, bool Full = true) const override; 196 void printExtra(raw_ostream &OS, bool Full = true) const override; 210 void printExtra(raw_ostream &OS, bool Full = true) const override; 239 void printExtra(raw_ostream &OS, bool Full = true) const override; 284 void printExtra(raw_ostream &OS, bool Full = true) const override;
|
H A D | LVScope.h | 316 void printExtra(raw_ostream &OS, bool Full = true) const override; 360 void printExtra(raw_ostream &OS, bool Full = true) const override; 377 void printExtra(raw_ostream &OS, bool Full = true) const override; 393 void printExtra(raw_ostream &OS, bool Full = true) const override; 611 void printExtra(raw_ostream &OS, bool Full = true) const override; 627 void printExtra(raw_ostream &OS, bool Full = true) const override; 642 void printExtra(raw_ostream &OS, bool Full = true) const override; 694 void printExtra(raw_ostream &OS, bool Full = true) const override; 737 void printExtra(raw_ostream &OS, bool Full = true) const override; 778 void printExtra(raw_ostream &OS, bool Full = true) const override; [all …]
|
H A D | LVLine.h | 106 void printExtra(raw_ostream &OS, bool Full = true) const override {} 139 void printExtra(raw_ostream &OS, bool Full = true) const override; 158 void printExtra(raw_ostream &OS, bool Full = true) const override;
|
H A D | LVLocation.h | 160 void printExtra(raw_ostream &OS, bool Full = true) const override; 184 void printExtra(raw_ostream &OS, bool Full = true) const override;
|
H A D | LVRange.h | 88 void printExtra(raw_ostream &OS, bool Full = true) const override {}
|
H A D | LVSymbol.h | 184 void printExtra(raw_ostream &OS, bool Full = true) const override;
|
H A D | LVObject.h | 312 virtual void printExtra(raw_ostream &OS, bool Full = true) const {}
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVType.cpp | 290 printExtra(OS, Full); in print() 294 void LVType::printExtra(raw_ostream &OS, bool Full) const { in printExtra() function in LVType 356 void LVTypeDefinition::printExtra(raw_ostream &OS, bool Full) const { in printExtra() function in LVTypeDefinition 369 void LVTypeEnumerator::printExtra(raw_ostream &OS, bool Full) const { in printExtra() function in LVTypeEnumerator 381 void LVTypeImport::printExtra(raw_ostream &OS, bool Full) const { in printExtra() function in LVTypeImport 466 void LVTypeParam::printExtra(raw_ostream &OS, bool Full) const { in printExtra() function in LVTypeParam 522 void LVTypeSubrange::printExtra(raw_ostream &OS, bool Full) const { in printExtra() function in LVTypeSubrange
|
H A D | LVLine.cpp | 144 printExtra(OS, Full); in print() 199 void LVLineDebug::printExtra(raw_ostream &OS, bool Full) const { in printExtra() function in LVLineDebug 218 void LVLineAssembler::printExtra(raw_ostream &OS, bool Full) const { in printExtra() function in LVLineAssembler
|
H A D | LVScope.cpp | 1005 printExtra(OS, Full); 1009 void LVScope::printExtra(raw_ostream &OS, bool Full) const { in print() 1055 void LVScopeAggregate::printExtra(raw_ostream &OS, bool Full) const { in findEqualScope() 1056 LVScope::printExtra(OS, Full); in findEqualScope() 1075 void LVScopeAlias::printExtra(raw_ostream &OS, bool Full) const { 1170 void LVScopeArray::printExtra(raw_ostream &OS, bool Full) const { in equals() 1708 void LVScopeCompileUnit::printExtra(raw_ostream &OS, bool Full) const { in print() 1735 void LVScopeEnumeration::printExtra(raw_ostream &OS, bool Full) const { 1754 void LVScopeFormalPack::printExtra(raw_ostream &OS, bool Full) const { 1858 void LVScopeFunction::printExtra(raw_ostrea in findEqualScope() 1017 void LVScope::printExtra(raw_ostream &OS, bool Full) const { printExtra() function in LVScope 1063 void LVScopeAggregate::printExtra(raw_ostream &OS, bool Full) const { printExtra() function in LVScopeAggregate 1083 void LVScopeAlias::printExtra(raw_ostream &OS, bool Full) const { printExtra() function in LVScopeAlias 1178 void LVScopeArray::printExtra(raw_ostream &OS, bool Full) const { printExtra() function in LVScopeArray 1716 void LVScopeCompileUnit::printExtra(raw_ostream &OS, bool Full) const { printExtra() function in LVScopeCompileUnit 1743 void LVScopeEnumeration::printExtra(raw_ostream &OS, bool Full) const { printExtra() function in LVScopeEnumeration 1762 void LVScopeFormalPack::printExtra(raw_ostream &OS, bool Full) const { printExtra() function in LVScopeFormalPack 1866 void LVScopeFunction::printExtra(raw_ostream &OS, bool Full) const { printExtra() function in LVScopeFunction 1932 void LVScopeFunctionInlined::printExtra(raw_ostream &OS, bool Full) const { printExtra() function in LVScopeFunctionInlined 2000 void LVScopeNamespace::printExtra(raw_ostream &OS, bool Full) const { printExtra() function in LVScopeNamespace 2059 void LVScopeRoot::printExtra(raw_ostream &OS, bool Full) const { printExtra() function in LVScopeRoot 2115 void LVScopeTemplatePack::printExtra(raw_ostream &OS, bool Full) const { printExtra() function in LVScopeTemplatePack [all...] |
H A D | LVLocation.cpp | 548 printExtra(OS, Full); in print() 552 void LVLocation::printExtra(raw_ostream &OS, bool Full) const { in printExtra() function in LVLocation 651 void LVLocationSymbol::printExtra(raw_ostream &OS, bool Full) const { in printExtra() function in LVLocationSymbol
|
H A D | LVSymbol.cpp | 395 printExtra(OS, Full); in print() 399 void LVSymbol::printExtra(raw_ostream &OS, bool Full) const { in printExtra() function in LVSymbol
|
H A D | LVRange.cpp | 157 printExtra(OS, Full); in print()
|