Home
last modified time | relevance | path

Searched refs:printExtra (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h148 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 DLVScope.h325 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 DLVLine.h107 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 DLVLocation.h161 void printExtra(raw_ostream &OS, bool Full = true) const override;
181 void printExtra(raw_ostream &OS, bool Full = true) const override;
H A DLVRange.h89 void printExtra(raw_ostream &OS, bool Full = true) const override {}
H A DLVSymbol.h185 void printExtra(raw_ostream &OS, bool Full = true) const override;
H A DLVObject.h313 virtual void printExtra(raw_ostream &OS, bool Full = true) const {}
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp290 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 DLVLine.cpp144 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 DLVScope.cpp1012 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 DLVLocation.cpp548 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 DLVSymbol.cpp394 printExtra(OS, Full); in print()
398 void LVSymbol::printExtra(raw_ostream &OS, bool Full) const { in printExtra() function in LVSymbol
H A DLVRange.cpp157 printExtra(OS, Full); in print()