| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVType.h | 148 void printExtra(raw_ostream &OS, bool Full = true) const override; 171 void printExtra(raw_ostream &OS, bool Full = true) const override; 200 void printExtra(raw_ostream &OS, bool Full = true) const override; 214 void printExtra(raw_ostream &OS, bool Full = true) const override; 243 void printExtra(raw_ostream &OS, bool Full = true) const override; 288 void printExtra(raw_ostream &OS, bool Full = true) const override;
|
| H A D | LVScope.h | 325 void printExtra(raw_ostream &OS, bool Full = true) const override; 365 void printExtra(raw_ostream &OS, bool Full = true) const override; 382 void printExtra(raw_ostream &OS, bool Full = true) const override; 398 void printExtra(raw_ostream &OS, bool Full = true) const override; 622 void printExtra(raw_ostream &OS, bool Full = true) const override; 638 void printExtra(raw_ostream &OS, bool Full = true) const override; 653 void printExtra(raw_ostream &OS, bool Full = true) const override; 705 void printExtra(raw_ostream &OS, bool Full = true) const override; 748 void printExtra(raw_ostream &OS, bool Full = true) const override; 776 void printExtra(raw_ostream &OS, bool Full = true) const override; [all …]
|
| H A D | LVLine.h | 107 void printExtra(raw_ostream &OS, bool Full = true) const override {} 136 void printExtra(raw_ostream &OS, bool Full = true) const override; 155 void printExtra(raw_ostream &OS, bool Full = true) const override;
|
| H A D | LVLocation.h | 161 void printExtra(raw_ostream &OS, bool Full = true) const override; 181 void printExtra(raw_ostream &OS, bool Full = true) const override;
|
| H A D | LVRange.h | 89 void printExtra(raw_ostream &OS, bool Full = true) const override {}
|
| H A D | LVSymbol.h | 185 void printExtra(raw_ostream &OS, bool Full = true) const override;
|
| H A D | LVObject.h | 313 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 360 void LVTypeDefinition::printExtra(raw_ostream &OS, bool Full) const { in printExtra() function in LVTypeDefinition 373 void LVTypeEnumerator::printExtra(raw_ostream &OS, bool Full) const { in printExtra() function in LVTypeEnumerator 385 void LVTypeImport::printExtra(raw_ostream &OS, bool Full) const { in printExtra() function in LVTypeImport 470 void LVTypeParam::printExtra(raw_ostream &OS, bool Full) const { in printExtra() function in LVTypeParam 526 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 | 1012 printExtra(OS, Full); in print() 1016 void LVScope::printExtra(raw_ostream &OS, bool Full) const { in printExtra() function in LVScope 1066 void LVScopeAggregate::printExtra(raw_ostream &OS, bool Full) const { in printExtra() function in LVScopeAggregate 1067 LVScope::printExtra(OS, Full); in printExtra() 1086 void LVScopeAlias::printExtra(raw_ostream &OS, bool Full) const { in printExtra() function in LVScopeAlias 1181 void LVScopeArray::printExtra(raw_ostream &OS, bool Full) const { in printExtra() function in LVScopeArray 1718 void LVScopeCompileUnit::printExtra(raw_ostream &OS, bool Full) const { in printExtra() function in LVScopeCompileUnit 1753 void LVScopeEnumeration::printExtra(raw_ostream &OS, bool Full) const { in printExtra() function in LVScopeEnumeration 1772 void LVScopeFormalPack::printExtra(raw_ostream &OS, bool Full) const { in printExtra() function in LVScopeFormalPack 1876 void LVScopeFunction::printExtra(raw_ostream &OS, bool Full) const { in printExtra() function in LVScopeFunction [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 | 394 printExtra(OS, Full); in print() 398 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()
|