/llvm-project/llvm/utils/TableGen/Common/ |
H A D | PredicateExpander.cpp | 19 void PredicateExpander::expandTrue(raw_ostream &OS) { OS << "true"; } in expandTrue() argument 20 void PredicateExpander::expandFalse(raw_ostream &OS) { OS << "false"; } in expandFalse() argument 22 void PredicateExpander::expandCheckImmOperand(raw_ostream &OS, int OpIndex, in expandCheckImmOperand() argument 34 void PredicateExpander::expandCheckImmOperand(raw_ostream &OS, in argument 49 expandCheckImmOperandSimple(raw_ostream & OS,int OpIndex,StringRef FunctionMapper) expandCheckImmOperandSimple() argument 62 expandCheckImmOperandLT(raw_ostream & OS,int OpIndex,int ImmVal,StringRef FunctionMapper) expandCheckImmOperandLT() argument 74 expandCheckImmOperandGT(raw_ostream & OS,int OpIndex,int ImmVal,StringRef FunctionMapper) expandCheckImmOperandGT() argument 86 expandCheckRegOperand(raw_ostream & OS,int OpIndex,const Record * Reg,StringRef FunctionMapper) expandCheckRegOperand() argument 104 expandCheckRegOperandSimple(raw_ostream & OS,int OpIndex,StringRef FunctionMapper) expandCheckRegOperandSimple() argument 117 expandCheckInvalidRegOperand(raw_ostream & OS,int OpIndex) expandCheckInvalidRegOperand() argument 123 expandCheckSameRegOperand(raw_ostream & OS,int First,int Second) expandCheckSameRegOperand() argument 130 expandCheckNumOperands(raw_ostream & OS,int NumOps) expandCheckNumOperands() argument 135 expandCheckOpcode(raw_ostream & OS,const Record * Inst) expandCheckOpcode() argument 141 expandCheckOpcode(raw_ostream & OS,const RecVec & Opcodes) expandCheckOpcode() argument 171 expandCheckPseudo(raw_ostream & OS,const RecVec & Opcodes) expandCheckPseudo() argument 179 expandPredicateSequence(raw_ostream & OS,const RecVec & Sequence,bool IsCheckAll) expandPredicateSequence() argument 208 expandTIIFunctionCall(raw_ostream & OS,StringRef MethodName) expandTIIFunctionCall() argument 215 expandCheckIsRegOperand(raw_ostream & OS,int OpIndex) expandCheckIsRegOperand() argument 220 expandCheckIsVRegOperand(raw_ostream & OS,int OpIndex) expandCheckIsVRegOperand() argument 225 expandCheckIsImmOperand(raw_ostream & OS,int OpIndex) expandCheckIsImmOperand() argument 231 expandCheckFunctionPredicateWithTII(raw_ostream & OS,StringRef MCInstFn,StringRef MachineInstrFn,StringRef TIIPtr) expandCheckFunctionPredicateWithTII() argument 242 expandCheckFunctionPredicate(raw_ostream & OS,StringRef MCInstFn,StringRef MachineInstrFn) expandCheckFunctionPredicate() argument 249 expandCheckNonPortable(raw_ostream & OS,StringRef Code) expandCheckNonPortable() argument 257 expandReturnStatement(raw_ostream & OS,const Record * Rec) expandReturnStatement() argument 268 expandOpcodeSwitchCase(raw_ostream & OS,const Record * Rec) expandOpcodeSwitchCase() argument 283 expandOpcodeSwitchStatement(raw_ostream & OS,const RecVec & Cases,const Record * Default) expandOpcodeSwitchStatement() argument 310 expandStatement(raw_ostream & OS,const Record * Rec) expandStatement() argument 326 expandPredicate(raw_ostream & OS,const Record * Rec) expandPredicate() argument 435 expandHeader(raw_ostream & OS,const STIPredicateFunction & Fn) expandHeader() argument 462 expandPrologue(raw_ostream & OS,const STIPredicateFunction & Fn) expandPrologue() argument 489 expandOpcodeGroup(raw_ostream & OS,const OpcodeGroup & Group,bool ShouldUpdateOpcodeMask) expandOpcodeGroup() argument 529 expandBody(raw_ostream & OS,const STIPredicateFunction & Fn) expandBody() argument 562 expandEpilogue(raw_ostream & OS,const STIPredicateFunction & Fn) expandEpilogue() argument 576 expandSTIPredicate(raw_ostream & OS,const STIPredicateFunction & Fn) expandSTIPredicate() argument [all...] |
H A D | DAGISelMatcher.cpp | 22 void Matcher::print(raw_ostream &OS, indent Indent) const { in print() argument 114 void ScopeMatcher::printImpl(raw_ostream &OS, indent Indent) const { in printImpl() argument 124 void RecordMatcher::printImpl(raw_ostream &OS, inden argument 128 printImpl(raw_ostream & OS,unsigned indent) const printImpl() argument 132 printImpl(raw_ostream & OS,unsigned indent) const printImpl() argument 136 printImpl(raw_ostream & OS,unsigned indent) const printImpl() argument 141 printImpl(raw_ostream & OS,unsigned indent) const printImpl() argument 145 printImpl(raw_ostream & OS,unsigned Indent) const printImpl() argument 149 printImpl(raw_ostream & OS,unsigned indent) const printImpl() argument 153 printImpl(raw_ostream & OS,unsigned indent) const printImpl() argument 157 printImpl(raw_ostream & OS,unsigned indent) const printImpl() argument 161 printImpl(raw_ostream & OS,unsigned indent) const printImpl() argument 166 printImpl(raw_ostream & OS,unsigned indent) const printImpl() argument 170 printImpl(raw_ostream & OS,unsigned indent) const printImpl() argument 174 printImpl(raw_ostream & OS,unsigned indent) const printImpl() argument 183 printImpl(raw_ostream & OS,unsigned indent) const printImpl() argument 188 printImpl(raw_ostream & OS,unsigned indent) const printImpl() argument 197 printImpl(raw_ostream & OS,unsigned indent) const printImpl() argument 202 printImpl(raw_ostream & OS,unsigned indent) const printImpl() argument 206 printImpl(raw_ostream & OS,unsigned indent) const printImpl() argument 211 printImpl(raw_ostream & OS,unsigned indent) const printImpl() argument 215 printImpl(raw_ostream & OS,unsigned indent) const printImpl() argument 220 printImpl(raw_ostream & OS,unsigned indent) const printImpl() argument 224 printImpl(raw_ostream & OS,unsigned indent) const printImpl() argument 228 printImpl(raw_ostream & OS,unsigned indent) const printImpl() argument 232 printImpl(raw_ostream & OS,unsigned indent) const printImpl() argument 236 printImpl(raw_ostream & OS,unsigned indent) const printImpl() argument 241 printImpl(raw_ostream & OS,unsigned indent) const printImpl() argument 246 printImpl(raw_ostream & OS,unsigned indent) const printImpl() argument 251 printImpl(raw_ostream & OS,unsigned indent) const printImpl() argument 256 printImpl(raw_ostream & OS,unsigned indent) const printImpl() argument 262 printImpl(raw_ostream & OS,unsigned indent) const printImpl() argument 271 printImpl(raw_ostream & OS,unsigned indent) const printImpl() argument 276 printImpl(raw_ostream & OS,unsigned indent) const printImpl() argument 281 printImpl(raw_ostream & OS,unsigned indent) const printImpl() argument 285 printImpl(raw_ostream & OS,unsigned indent) const printImpl() argument 290 printImpl(raw_ostream & OS,unsigned indent) const printImpl() argument 303 printImpl(raw_ostream & OS,unsigned indent) const printImpl() argument [all...] |
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MIRPrinter.h | 28 raw_ostream &OS; global() variable 31 OS(OS) OS() argument 36 raw_ostream &OS; global() variable 39 OS(OS) OS() argument [all...] |
/llvm-project/clang/lib/AST/ |
H A D | TypePrinter.cpp | 152 AppendTypeQualList(raw_ostream & OS,unsigned TypeQuals,bool HasRestrictKeyword) AppendTypeQualList() argument 174 spaceBeforePlaceHolder(raw_ostream & OS) spaceBeforePlaceHolder() argument 186 print(QualType t,raw_ostream & OS,StringRef PlaceHolder) print() argument 191 print(const Type * T,Qualifiers Quals,raw_ostream & OS,StringRef PlaceHolder) print() argument 311 printBefore(QualType T,raw_ostream & OS) printBefore() argument 325 printBefore(const Type * T,Qualifiers Quals,raw_ostream & OS) printBefore() argument 371 printAfter(QualType t,raw_ostream & OS) printAfter() argument 378 printAfter(const Type * T,Qualifiers Quals,raw_ostream & OS) printAfter() argument 388 printBuiltinBefore(const BuiltinType * T,raw_ostream & OS) printBuiltinBefore() argument 393 printBuiltinAfter(const BuiltinType * T,raw_ostream & OS) printBuiltinAfter() argument 395 printComplexBefore(const ComplexType * T,raw_ostream & OS) printComplexBefore() argument 400 printComplexAfter(const ComplexType * T,raw_ostream & OS) printComplexAfter() argument 404 printPointerBefore(const PointerType * T,raw_ostream & OS) printPointerBefore() argument 415 printPointerAfter(const PointerType * T,raw_ostream & OS) printPointerAfter() argument 426 printBlockPointerBefore(const BlockPointerType * T,raw_ostream & OS) printBlockPointerBefore() argument 433 printBlockPointerAfter(const BlockPointerType * T,raw_ostream & OS) printBlockPointerAfter() argument 447 printLValueReferenceBefore(const LValueReferenceType * T,raw_ostream & OS) printLValueReferenceBefore() argument 460 printLValueReferenceAfter(const LValueReferenceType * T,raw_ostream & OS) printLValueReferenceAfter() argument 472 printRValueReferenceBefore(const RValueReferenceType * T,raw_ostream & OS) printRValueReferenceBefore() argument 485 printRValueReferenceAfter(const RValueReferenceType * T,raw_ostream & OS) printRValueReferenceAfter() argument 497 printMemberPointerBefore(const MemberPointerType * T,raw_ostream & OS) printMemberPointerBefore() argument 514 printMemberPointerAfter(const MemberPointerType * T,raw_ostream & OS) printMemberPointerAfter() argument 525 printConstantArrayBefore(const ConstantArrayType * T,raw_ostream & OS) printConstantArrayBefore() argument 531 printConstantArrayAfter(const ConstantArrayType * T,raw_ostream & OS) printConstantArrayAfter() argument 547 printIncompleteArrayBefore(const IncompleteArrayType * T,raw_ostream & OS) printIncompleteArrayBefore() argument 553 printIncompleteArrayAfter(const IncompleteArrayType * T,raw_ostream & OS) printIncompleteArrayAfter() argument 559 printVariableArrayBefore(const VariableArrayType * T,raw_ostream & OS) printVariableArrayBefore() argument 565 printVariableArrayAfter(const VariableArrayType * T,raw_ostream & OS) printVariableArrayAfter() argument 584 printAdjustedBefore(const AdjustedType * T,raw_ostream & OS) printAdjustedBefore() argument 590 printAdjustedAfter(const AdjustedType * T,raw_ostream & OS) printAdjustedAfter() argument 594 printDecayedBefore(const DecayedType * T,raw_ostream & OS) printDecayedBefore() argument 600 printArrayParameterAfter(const ArrayParameterType * T,raw_ostream & OS) printArrayParameterAfter() argument 605 printArrayParameterBefore(const ArrayParameterType * T,raw_ostream & OS) printArrayParameterBefore() argument 609 printDecayedAfter(const DecayedType * T,raw_ostream & OS) printDecayedAfter() argument 615 printDependentSizedArrayBefore(const DependentSizedArrayType * T,raw_ostream & OS) printDependentSizedArrayBefore() argument 622 printDependentSizedArrayAfter(const DependentSizedArrayType * T,raw_ostream & OS) printDependentSizedArrayAfter() argument 631 printDependentAddressSpaceBefore(const DependentAddressSpaceType * T,raw_ostream & OS) printDependentAddressSpaceBefore() argument 636 printDependentAddressSpaceAfter(const DependentAddressSpaceType * T,raw_ostream & OS) printDependentAddressSpaceAfter() argument 646 printDependentSizedExtVectorBefore(const DependentSizedExtVectorType * T,raw_ostream & OS) printDependentSizedExtVectorBefore() argument 654 printDependentSizedExtVectorAfter(const DependentSizedExtVectorType * T,raw_ostream & OS) printDependentSizedExtVectorAfter() argument 669 printVectorBefore(const VectorType * T,raw_ostream & OS) printVectorBefore() argument 739 printVectorAfter(const VectorType * T,raw_ostream & OS) printVectorAfter() argument 744 printDependentVectorBefore(const DependentVectorType * T,raw_ostream & OS) printDependentVectorBefore() argument 821 printDependentVectorAfter(const DependentVectorType * T,raw_ostream & OS) printDependentVectorAfter() argument 826 printExtVectorBefore(const ExtVectorType * T,raw_ostream & OS) printExtVectorBefore() argument 832 printExtVectorAfter(const ExtVectorType * T,raw_ostream & OS) printExtVectorAfter() argument 847 printConstantMatrixBefore(const ConstantMatrixType * T,raw_ostream & OS) printConstantMatrixBefore() argument 855 printConstantMatrixAfter(const ConstantMatrixType * T,raw_ostream & OS) printConstantMatrixAfter() argument 860 printDependentSizedMatrixBefore(const DependentSizedMatrixType * T,raw_ostream & OS) printDependentSizedMatrixBefore() argument 874 printDependentSizedMatrixAfter(const DependentSizedMatrixType * T,raw_ostream & OS) printDependentSizedMatrixAfter() argument 879 printExceptionSpecification(raw_ostream & OS,const PrintingPolicy & Policy) const printExceptionSpecification() argument 910 printFunctionProtoBefore(const FunctionProtoType * T,raw_ostream & OS) printFunctionProtoBefore() argument 941 printFunctionProtoAfter(const FunctionProtoType * T,raw_ostream & OS) printFunctionProtoAfter() argument 1038 printFunctionAfter(const FunctionType::ExtInfo & Info,raw_ostream & OS) printFunctionAfter() argument 1136 printFunctionNoProtoBefore(const FunctionNoProtoType * T,raw_ostream & OS) printFunctionNoProtoBefore() argument 1145 printFunctionNoProtoAfter(const FunctionNoProtoType * T,raw_ostream & OS) printFunctionNoProtoAfter() argument 1156 printTypeSpec(NamedDecl * D,raw_ostream & OS) printTypeSpec() argument 1170 printUnresolvedUsingBefore(const UnresolvedUsingType * T,raw_ostream & OS) printUnresolvedUsingBefore() argument 1175 printUnresolvedUsingAfter(const UnresolvedUsingType * T,raw_ostream & OS) printUnresolvedUsingAfter() argument 1177 printUsingBefore(const UsingType * T,raw_ostream & OS) printUsingBefore() argument 1190 printUsingAfter(const UsingType * T,raw_ostream & OS) printUsingAfter() argument 1192 printTypedefBefore(const TypedefType * T,raw_ostream & OS) printTypedefBefore() argument 1197 printMacroQualifiedBefore(const MacroQualifiedType * T,raw_ostream & OS) printMacroQualifiedBefore() argument 1207 printMacroQualifiedAfter(const MacroQualifiedType * T,raw_ostream & OS) printMacroQualifiedAfter() argument 1211 printTypedefAfter(const TypedefType * T,raw_ostream & OS) printTypedefAfter() argument 1214 printTypeOfExprBefore(const TypeOfExprType * T,raw_ostream & OS) printTypeOfExprBefore() argument 1223 printTypeOfExprAfter(const TypeOfExprType * T,raw_ostream & OS) printTypeOfExprAfter() argument 1225 printTypeOfBefore(const TypeOfType * T,raw_ostream & OS) printTypeOfBefore() argument 1233 printTypeOfAfter(const TypeOfType * T,raw_ostream & OS) printTypeOfAfter() argument 1235 printDecltypeBefore(const DecltypeType * T,raw_ostream & OS) printDecltypeBefore() argument 1244 printPackIndexingBefore(const PackIndexingType * T,raw_ostream & OS) printPackIndexingBefore() argument 1256 printPackIndexingAfter(const PackIndexingType * T,raw_ostream & OS) printPackIndexingAfter() argument 1258 printDecltypeAfter(const DecltypeType * T,raw_ostream & OS) printDecltypeAfter() argument 1261 printUnaryTransformBefore(const UnaryTransformType * T,raw_ostream & OS) printUnaryTransformBefore() argument 1276 printUnaryTransformAfter(const UnaryTransformType * T,raw_ostream & OS) printUnaryTransformAfter() argument 1278 printAutoBefore(const AutoType * T,raw_ostream & OS) printAutoBefore() argument 1303 printAutoAfter(const AutoType * T,raw_ostream & OS) printAutoAfter() argument 1310 printDeducedTemplateSpecializationBefore(const DeducedTemplateSpecializationType * T,raw_ostream & OS) printDeducedTemplateSpecializationBefore() argument 1322 printDeducedTemplateSpecializationAfter(const DeducedTemplateSpecializationType * T,raw_ostream & OS) printDeducedTemplateSpecializationAfter() argument 1328 printAtomicBefore(const AtomicType * T,raw_ostream & OS) printAtomicBefore() argument 1337 printAtomicAfter(const AtomicType * T,raw_ostream & OS) printAtomicAfter() argument 1339 printPipeBefore(const PipeType * T,raw_ostream & OS) printPipeBefore() argument 1351 printPipeAfter(const PipeType * T,raw_ostream & OS) printPipeAfter() argument 1353 printBitIntBefore(const BitIntType * T,raw_ostream & OS) printBitIntBefore() argument 1360 printBitIntAfter(const BitIntType * T,raw_ostream & OS) printBitIntAfter() argument 1363 printDependentBitIntBefore(const DependentBitIntType * T,raw_ostream & OS) printDependentBitIntBefore() argument 1373 printDependentBitIntAfter(const DependentBitIntType * T,raw_ostream & OS) printDependentBitIntAfter() argument 1376 AppendScope(DeclContext * DC,raw_ostream & OS,DeclarationName NameInScope) AppendScope() argument 1426 printTag(TagDecl * D,raw_ostream & OS) printTag() argument 1521 printRecordBefore(const RecordType * T,raw_ostream & OS) printRecordBefore() argument 1543 printRecordAfter(const RecordType * T,raw_ostream & OS) printRecordAfter() argument 1545 printEnumBefore(const EnumType * T,raw_ostream & OS) printEnumBefore() argument 1549 printEnumAfter(const EnumType * T,raw_ostream & OS) printEnumAfter() argument 1552 printTemplateTypeParmBefore(const TemplateTypeParmType * T,raw_ostream & OS) printTemplateTypeParmBefore() argument 1570 printTemplateTypeParmAfter(const TemplateTypeParmType * T,raw_ostream & OS) printTemplateTypeParmAfter() argument 1574 printSubstTemplateTypeParmBefore(const SubstTemplateTypeParmType * T,raw_ostream & OS) printSubstTemplateTypeParmBefore() argument 1581 printSubstTemplateTypeParmAfter(const SubstTemplateTypeParmType * T,raw_ostream & OS) printSubstTemplateTypeParmAfter() argument 1588 printSubstTemplateTypeParmPackBefore(const SubstTemplateTypeParmPackType * T,raw_ostream & OS) printSubstTemplateTypeParmPackBefore() argument 1609 printSubstTemplateTypeParmPackAfter(const SubstTemplateTypeParmPackType * T,raw_ostream & OS) printSubstTemplateTypeParmPackAfter() argument 1614 printTemplateId(const TemplateSpecializationType * T,raw_ostream & OS,bool FullyQualify) printTemplateId() argument 1636 printTemplateSpecializationBefore(const TemplateSpecializationType * T,raw_ostream & OS) printTemplateSpecializationBefore() argument 1642 printTemplateSpecializationAfter(const TemplateSpecializationType * T,raw_ostream & OS) printTemplateSpecializationAfter() argument 1645 printInjectedClassNameBefore(const InjectedClassNameType * T,raw_ostream & OS) printInjectedClassNameBefore() argument 1655 printInjectedClassNameAfter(const InjectedClassNameType * T,raw_ostream & OS) printInjectedClassNameAfter() argument 1658 printElaboratedBefore(const ElaboratedType * T,raw_ostream & OS) printElaboratedBefore() argument 1702 printElaboratedAfter(const ElaboratedType * T,raw_ostream & OS) printElaboratedAfter() argument 1715 printParenBefore(const ParenType * T,raw_ostream & OS) printParenBefore() argument 1723 printParenAfter(const ParenType * T,raw_ostream & OS) printParenAfter() argument 1732 printDependentNameBefore(const DependentNameType * T,raw_ostream & OS) printDependentNameBefore() argument 1744 printDependentNameAfter(const DependentNameType * T,raw_ostream & OS) printDependentNameAfter() argument 1747 printDependentTemplateSpecializationBefore(const DependentTemplateSpecializationType * T,raw_ostream & OS) printDependentTemplateSpecializationBefore() argument 1762 printDependentTemplateSpecializationAfter(const DependentTemplateSpecializationType * T,raw_ostream & OS) printDependentTemplateSpecializationAfter() argument 1765 printPackExpansionBefore(const PackExpansionType * T,raw_ostream & OS) printPackExpansionBefore() argument 1770 printPackExpansionAfter(const PackExpansionType * T,raw_ostream & OS) printPackExpansionAfter() argument 1776 printCountAttributedImpl(const CountAttributedType * T,raw_ostream & OS,const PrintingPolicy & Policy) printCountAttributedImpl() argument 1793 printCountAttributedBefore(const CountAttributedType * T,raw_ostream & OS) printCountAttributedBefore() argument 1800 printCountAttributedAfter(const CountAttributedType * T,raw_ostream & OS) printCountAttributedAfter() argument 1807 printAttributedBefore(const AttributedType * T,raw_ostream & OS) printAttributedBefore() argument 1854 printAttributedAfter(const AttributedType * T,raw_ostream & OS) printAttributedAfter() argument 2032 printBTFTagAttributedBefore(const BTFTagAttributedType * T,raw_ostream & OS) printBTFTagAttributedBefore() argument 2038 printBTFTagAttributedAfter(const BTFTagAttributedType * T,raw_ostream & OS) printBTFTagAttributedAfter() argument 2043 printObjCInterfaceBefore(const ObjCInterfaceType * T,raw_ostream & OS) printObjCInterfaceBefore() argument 2049 printObjCInterfaceAfter(const ObjCInterfaceType * T,raw_ostream & OS) printObjCInterfaceAfter() argument 2052 printObjCTypeParamBefore(const ObjCTypeParamType * T,raw_ostream & OS) printObjCTypeParamBefore() argument 2071 printObjCTypeParamAfter(const ObjCTypeParamType * T,raw_ostream & OS) printObjCTypeParamAfter() argument 2074 printObjCObjectBefore(const ObjCObjectType * T,raw_ostream & OS) printObjCObjectBefore() argument 2115 printObjCObjectAfter(const ObjCObjectType * T,raw_ostream & OS) printObjCObjectAfter() argument 2122 printObjCObjectPointerBefore(const ObjCObjectPointerType * T,raw_ostream & OS) printObjCObjectPointerBefore() argument 2135 printObjCObjectPointerAfter(const ObjCObjectPointerType * T,raw_ostream & OS) printObjCObjectPointerAfter() argument 2145 printArgument(const TemplateArgument & A,const PrintingPolicy & PP,llvm::raw_ostream & OS,bool IncludeType) printArgument() argument 2150 printArgument(const TemplateArgumentLoc & A,const PrintingPolicy & PP,llvm::raw_ostream & OS,bool IncludeType) printArgument() argument 2326 printTo(raw_ostream & OS,ArrayRef<TA> Args,const PrintingPolicy & Policy,const TemplateParameterList * TPL,bool IsPack,unsigned ParmIndex) printTo() argument 2392 printTemplateArgumentList(raw_ostream & OS,const TemplateArgumentListInfo & Args,const PrintingPolicy & Policy,const TemplateParameterList * TPL) printTemplateArgumentList() argument 2399 printTemplateArgumentList(raw_ostream & OS,ArrayRef<TemplateArgument> Args,const PrintingPolicy & Policy,const TemplateParameterList * TPL) printTemplateArgumentList() argument 2406 printTemplateArgumentList(raw_ostream & OS,ArrayRef<TemplateArgumentLoc> Args,const PrintingPolicy & Policy,const TemplateParameterList * TPL) printTemplateArgumentList() argument 2492 print(raw_ostream & OS,const PrintingPolicy & Policy,bool appendSpaceIfNonEmpty) const print() argument 2569 print(raw_ostream & OS,const PrintingPolicy & Policy,const Twine & PlaceHolder,unsigned Indentation) const print() argument 2576 print(const Type * ty,Qualifiers qs,raw_ostream & OS,const PrintingPolicy & policy,const Twine & PlaceHolder,unsigned Indentation) print() argument 2600 operator <<(raw_ostream & OS,QualType QT) operator <<() argument [all...] |
/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBExtras.cpp | 23 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 43 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 71 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 104 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_DataKind &Data) { in operator <<() 120 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 169 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_LocType &Loc) { in operator <<() 189 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 203 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 214 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_Lang &Lang) { in operator <<() 245 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_SymType &Tag) { in operator <<() [all …]
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | DebugUtils.cpp | 141 return OS << printSequenc argument 118 operator <<(llvm::raw_ostream & OS,const SequencePrinter<Sequence,Pred> & Printer) operator <<() argument 145 operator <<(raw_ostream & OS,NonOwningSymbolStringPtr Sym) operator <<() argument 149 operator <<(raw_ostream & OS,const SymbolNameSet & Symbols) operator <<() argument 153 operator <<(raw_ostream & OS,const SymbolNameVector & Symbols) operator <<() argument 157 operator <<(raw_ostream & OS,ArrayRef<SymbolStringPtr> Symbols) operator <<() argument 161 operator <<(raw_ostream & OS,const JITSymbolFlags & Flags) operator <<() argument 179 operator <<(raw_ostream & OS,const ExecutorSymbolDef & Sym) operator <<() argument 183 operator <<(raw_ostream & OS,const SymbolFlagsMap::value_type & KV) operator <<() argument 187 operator <<(raw_ostream & OS,const SymbolMap::value_type & KV) operator <<() argument 191 operator <<(raw_ostream & OS,const SymbolFlagsMap & SymbolFlags) operator <<() argument 196 operator <<(raw_ostream & OS,const SymbolMap & Symbols) operator <<() argument 201 operator <<(raw_ostream & OS,const SymbolDependenceMap::value_type & KV) operator <<() argument 206 operator <<(raw_ostream & OS,const SymbolDependenceMap & Deps) operator <<() argument 211 operator <<(raw_ostream & OS,const MaterializationUnit & MU) operator <<() argument 218 operator <<(raw_ostream & OS,const LookupKind & K) operator <<() argument 228 operator <<(raw_ostream & OS,const JITDylibLookupFlags & JDLookupFlags) operator <<() argument 239 operator <<(raw_ostream & OS,const SymbolLookupFlags & LookupFlags) operator <<() argument 249 operator <<(raw_ostream & OS,const SymbolLookupSet::value_type & KV) operator <<() argument 254 operator <<(raw_ostream & OS,const SymbolLookupSet & LookupSet) operator <<() argument 259 operator <<(raw_ostream & OS,const JITDylibSearchOrder & SearchOrder) operator <<() argument 276 operator <<(raw_ostream & OS,const SymbolAliasMap & Aliases) operator <<() argument 285 operator <<(raw_ostream & OS,const SymbolState & S) operator <<() argument 303 operator <<(raw_ostream & OS,const SymbolStringPool & SSP) operator <<() argument [all...] |
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | MachOEmitter.cpp | 78 writeMachO(raw_ostream & OS) writeMachO() argument 90 writeHeader(raw_ostream & OS) writeHeader() argument 126 writeLoadCommandData(MachOYAML::LoadCommand & LC,raw_ostream & OS,bool IsLittleEndian) writeLoadCommandData() argument 133 writeLoadCommandData(MachOYAML::LoadCommand & LC,raw_ostream & OS,bool IsLittleEndian) writeLoadCommandData() argument 149 writeLoadCommandData(MachOYAML::LoadCommand & LC,raw_ostream & OS,bool IsLittleEndian) writeLoadCommandData() argument 163 writePayloadString(MachOYAML::LoadCommand & LC,raw_ostream & OS) writePayloadString() argument 174 writeLoadCommandData(MachOYAML::LoadCommand & LC,raw_ostream & OS,bool IsLittleEndian) writeLoadCommandData() argument 181 writeLoadCommandData(MachOYAML::LoadCommand & LC,raw_ostream & OS,bool IsLittleEndian) writeLoadCommandData() argument 188 writeLoadCommandData(MachOYAML::LoadCommand & LC,raw_ostream & OS,bool IsLittleEndian) writeLoadCommandData() argument 195 writeLoadCommandData(MachOYAML::LoadCommand & LC,raw_ostream & OS,bool IsLittleEndian) writeLoadCommandData() argument 201 writeLoadCommandData(MachOYAML::LoadCommand & LC,raw_ostream & OS,bool IsLittleEndian) writeLoadCommandData() argument 207 writeLoadCommandData(MachOYAML::LoadCommand & LC,raw_ostream & OS,bool IsLittleEndian) writeLoadCommandData() argument 213 writeLoadCommandData(MachOYAML::LoadCommand & LC,raw_ostream & OS,bool IsLittleEndian) writeLoadCommandData() argument 219 writeLoadCommandData(MachOYAML::LoadCommand & LC,raw_ostream & OS,bool IsLittleEndian) writeLoadCommandData() argument 232 ZeroFillBytes(raw_ostream & OS,size_t Size) ZeroFillBytes() argument 237 Fill(raw_ostream & OS,size_t Size,uint32_t Data) Fill() argument 242 ZeroToOffset(raw_ostream & OS,size_t Offset) ZeroToOffset() argument 248 writeLoadCommands(raw_ostream & OS) writeLoadCommands() argument 297 writeSectionData(raw_ostream & OS) writeSectionData() argument 404 writeRelocations(raw_ostream & OS) writeRelocations() argument 428 writeBindOpcodes(raw_ostream & OS,std::vector<MachOYAML::BindOpcode> & BindOpcodes) writeBindOpcodes() argument 446 dumpExportEntry(raw_ostream & OS,MachOYAML::ExportEntry & Entry) dumpExportEntry() argument 471 writeExportTrie(raw_ostream & OS) writeExportTrie() argument 476 writeNListEntry(MachOYAML::NListEntry & NLE,raw_ostream & OS,bool IsLittleEndian) writeNListEntry() argument 490 writeLinkEditData(raw_ostream & OS) writeLinkEditData() argument 560 writeRebaseOpcodes(raw_ostream & OS) writeRebaseOpcodes() argument 571 writeBasicBindOpcodes(raw_ostream & OS) writeBasicBindOpcodes() argument 575 writeWeakBindOpcodes(raw_ostream & OS) writeWeakBindOpcodes() argument 579 writeLazyBindOpcodes(raw_ostream & OS) writeLazyBindOpcodes() argument 583 writeNameList(raw_ostream & OS) writeNameList() argument 592 writeStringTable(raw_ostream & OS) writeStringTable() argument 599 writeDynamicSymbolTable(raw_ostream & OS) writeDynamicSymbolTable() argument 605 writeFunctionStarts(raw_ostream & OS) writeFunctionStarts() argument 616 writeDataInCode(raw_ostream & OS) writeDataInCode() argument 626 writeChainedFixups(raw_ostream & OS) writeChainedFixups() argument 632 writeDyldExportsTrie(raw_ostream & OS) writeDyldExportsTrie() argument 653 writeMachO(raw_ostream & OS) writeMachO() argument 682 writeFatHeader(raw_ostream & OS) writeFatHeader() argument 704 writeFatArch(MachOYAML::FatArch & LC,raw_ostream & OS) writeFatArch() argument 707 writeFatArch(MachOYAML::FatArch & Arch,raw_ostream & OS) writeFatArch() argument 716 writeFatArch(MachOYAML::FatArch & Arch,raw_ostream & OS) writeFatArch() argument 725 writeFatArchs(raw_ostream & OS) writeFatArchs() argument 736 ZeroToOffset(raw_ostream & OS,size_t Offset) ZeroToOffset() argument [all...] |
H A D | WasmEmitter.cpp | 72 raw_ostream &OS; global() member in __anon8fa81b2e0111::SubSectionWriter 77 SubSectionWriter(raw_ostream & OS) SubSectionWriter() argument 91 writeUint64(raw_ostream & OS,uint64_t Value) writeUint64() argument 98 writeUint32(raw_ostream & OS,uint32_t Value) writeUint32() argument 105 writeUint8(raw_ostream & OS,uint8_t Value) writeUint8() argument 112 writeStringRef(const StringRef & Str,raw_ostream & OS) writeStringRef() argument 118 writeLimits(const WasmYAML::Limits & Lim,raw_ostream & OS) writeLimits() argument 131 writeInitExpr(raw_ostream & OS,const WasmYAML::InitExpr & InitExpr) writeInitExpr() argument 162 writeSectionContent(raw_ostream & OS,WasmYAML::DylinkSection & Section) writeSectionContent() argument 185 writeSectionContent(raw_ostream & OS,WasmYAML::LinkingSection & Section) writeSectionContent() argument 270 writeSectionContent(raw_ostream & OS,WasmYAML::NameSection & Section) writeSectionContent() argument 314 writeSectionContent(raw_ostream & OS,WasmYAML::ProducersSection & Section) writeSectionContent() argument 336 writeSectionContent(raw_ostream & OS,WasmYAML::TargetFeaturesSection & Section) writeSectionContent() argument 346 writeSectionContent(raw_ostream & OS,WasmYAML::CustomSection & Section) writeSectionContent() argument 364 writeSectionContent(raw_ostream & OS,WasmYAML::TypeSection & Section) writeSectionContent() argument 384 writeSectionContent(raw_ostream & OS,WasmYAML::ImportSection & Section) writeSectionContent() argument 421 writeSectionContent(raw_ostream & OS,WasmYAML::FunctionSection & Section) writeSectionContent() argument 428 writeSectionContent(raw_ostream & OS,WasmYAML::ExportSection & Section) writeSectionContent() argument 438 writeSectionContent(raw_ostream & OS,WasmYAML::StartSection & Section) writeSectionContent() argument 443 writeSectionContent(raw_ostream & OS,WasmYAML::TableSection & Section) writeSectionContent() argument 458 writeSectionContent(raw_ostream & OS,WasmYAML::MemorySection & Section) writeSectionContent() argument 465 writeSectionContent(raw_ostream & OS,WasmYAML::TagSection & Section) writeSectionContent() argument 474 writeSectionContent(raw_ostream & OS,WasmYAML::GlobalSection & Section) writeSectionContent() argument 490 writeSectionContent(raw_ostream & OS,WasmYAML::ElemSection & Section) writeSectionContent() argument 518 writeSectionContent(raw_ostream & OS,WasmYAML::CodeSection & Section) writeSectionContent() argument 546 writeSectionContent(raw_ostream & OS,WasmYAML::DataSection & Section) writeSectionContent() argument 560 writeSectionContent(raw_ostream & OS,WasmYAML::DataCountSection & Section) writeSectionContent() argument 565 writeRelocSection(raw_ostream & OS,WasmYAML::Section & Sec,uint32_t SectionIndex) writeRelocSection() argument 595 writeWasm(raw_ostream & OS) writeWasm() argument [all...] |
H A D | DWARFEmitter.cpp | 43 writeInteger(T Integer,raw_ostream & OS,bool IsLittleEndian) writeInteger() argument 50 writeVariableSizedInteger(uint64_t Integer,size_t Size,raw_ostream & OS,bool IsLittleEndian) writeVariableSizedInteger() argument 66 ZeroFillBytes(raw_ostream & OS,size_t Size) ZeroFillBytes() argument 72 writeInitialLength(const dwarf::DwarfFormat Format,const uint64_t Length,raw_ostream & OS,bool IsLittleEndian) writeInitialLength() argument 83 writeDWARFOffset(uint64_t Offset,dwarf::DwarfFormat Format,raw_ostream & OS,bool IsLittleEndian) writeDWARFOffset() argument 88 emitDebugStr(raw_ostream & OS,const DWARFYAML::Data & DI) emitDebugStr() argument 105 raw_string_ostream OS(AbbrevTableBuffer); getAbbrevTableContentByIndex() local 132 emitDebugAbbrev(raw_ostream & OS,const DWARFYAML::Data & DI) emitDebugAbbrev() argument 141 emitDebugAranges(raw_ostream & OS,const DWARFYAML::Data & DI) emitDebugAranges() argument 190 emitDebugRanges(raw_ostream & OS,const DWARFYAML::Data & DI) emitDebugRanges() argument 227 emitPubSection(raw_ostream & OS,const DWARFYAML::PubSection & Sect,bool IsLittleEndian,bool IsGNUPubSec=false) emitPubSection() argument 243 emitDebugPubnames(raw_ostream & OS,const Data & DI) emitDebugPubnames() argument 248 emitDebugPubtypes(raw_ostream & OS,const Data & DI) emitDebugPubtypes() argument 253 emitDebugGNUPubnames(raw_ostream & OS,const Data & DI) emitDebugGNUPubnames() argument 259 emitDebugGNUPubtypes(raw_ostream & OS,const Data & DI) emitDebugGNUPubtypes() argument 269 writeDIE(const DWARFYAML::Data & DI,uint64_t CUIndex,uint64_t AbbrevTableID,const dwarf::FormParams & Params,const DWARFYAML::Entry & Entry,raw_ostream & OS,bool IsLittleEndian) writeDIE() argument 407 emitDebugInfo(raw_ostream & OS,const DWARFYAML::Data & DI) emitDebugInfo() argument 475 emitFileEntry(raw_ostream & OS,const DWARFYAML::File & File) emitFileEntry() argument 485 writeExtendedOpcode(const DWARFYAML::LineTableOpcode & Op,uint8_t AddrSize,bool IsLittleEndian,raw_ostream & OS) writeExtendedOpcode() argument 518 writeLineTableOpcode(const DWARFYAML::LineTableOpcode & Op,uint8_t OpcodeBase,uint8_t AddrSize,raw_ostream & OS,bool IsLittleEndian) writeLineTableOpcode() argument 570 emitDebugLine(raw_ostream & OS,const DWARFYAML::Data & DI) emitDebugLine() argument 631 emitDebugAddr(raw_ostream & OS,const Data & DI) emitDebugAddr() argument 672 emitDebugStrOffsets(raw_ostream & OS,const Data & DI) emitDebugStrOffsets() argument 696 emitDebugNamesHeader(raw_ostream & OS,bool IsLittleEndian,uint32_t NameCount,uint32_t AbbrevSize,uint32_t CombinedSizeOtherParts) emitDebugNamesHeader() argument 724 raw_string_ostream OS(Data); emitDebugNamesAbbrev() local 743 raw_string_ostream OS(Data); emitDebugNamesCUOffsets() local 759 raw_string_ostream OS(Data); emitDebugNamesNameTable() local 818 raw_string_ostream OS(Result.PoolData); emitDebugNamesEntryPool() local 848 emitDebugNames(raw_ostream & OS,const Data & DI) emitDebugNames() argument 895 writeListEntryAddress(StringRef EncodingName,raw_ostream & OS,uint64_t Addr,uint8_t AddrSize,bool IsLittleEndian) writeListEntryAddress() argument 908 writeDWARFExpression(raw_ostream & OS,const DWARFYAML::DWARFOperation & Operation,uint8_t AddrSize,bool IsLittleEndian) writeDWARFExpression() argument 940 writeListEntry(raw_ostream & OS,const DWARFYAML::RnglistEntry & Entry,uint8_t AddrSize,bool IsLittleEndian) writeListEntry() argument 1001 writeListEntry(raw_ostream & OS,const DWARFYAML::LoclistEntry & Entry,uint8_t AddrSize,bool IsLittleEndian) writeListEntry() argument 1099 writeDWARFLists(raw_ostream & OS,ArrayRef<DWARFYAML::ListTable<EntryType>> Tables,bool IsLittleEndian,bool Is64BitAddrSize) writeDWARFLists() argument 1184 emitDebugRnglists(raw_ostream & OS,const Data & DI) emitDebugRnglists() argument 1190 emitDebugLoclists(raw_ostream & OS,const Data & DI) emitDebugLoclists() argument [all...] |
/llvm-project/llvm/lib/TableGen/ |
H A D | DetailedRecordsBackend.cpp | 59 run(raw_ostream & OS) run() argument 67 printReportHeading(raw_ostream & OS) printReportHeading() argument 72 printVariables(raw_ostream & OS) printVariables() argument 84 printClasses(raw_ostream & OS) printClasses() argument 100 printRecords(raw_ostream & OS) printRecords() argument 118 printSectionHeading(StringRef Title,int Count,raw_ostream & OS) printSectionHeading() argument 124 printDefms(Record * Rec,raw_ostream & OS) printDefms() argument 138 printTemplateArgs(Record * Rec,raw_ostream & OS) printTemplateArgs() argument 158 printSuperclasses(Record * Rec,raw_ostream & OS) printSuperclasses() argument 177 printFields(Record * Rec,raw_ostream & OS) printFields() argument 198 EmitDetailedRecords(RecordKeeper & RK,raw_ostream & OS) EmitDetailedRecords() argument [all...] |
/llvm-project/llvm/unittests/CodeGen/ |
H A D | MachineOperandTest.cpp | 74 raw_string_ostream OS(str); in TEST() local 95 raw_string_ostream OS(str); in TEST() local 117 raw_string_ostream OS(str); in TEST() local 134 raw_string_ostream OS(str); in TEST() local 153 raw_string_ostream OS(str); in TEST() local 165 raw_string_ostream OS(str); TEST() local 184 raw_string_ostream OS(str); TEST() local 195 raw_string_ostream OS(str); TEST() local 212 raw_string_ostream OS(str); TEST() local 229 raw_string_ostream OS(str); TEST() local 239 raw_string_ostream OS(str); TEST() local 249 raw_string_ostream OS(str); TEST() local 275 raw_string_ostream OS(str); TEST() local 285 raw_string_ostream OS(str); TEST() local 303 raw_string_ostream OS(str); TEST() local 327 raw_string_ostream OS(str); TEST() local 350 raw_string_ostream OS(str); TEST() local 367 raw_string_ostream OS(str); TEST() local 384 raw_string_ostream OS(str); TEST() local 395 raw_string_ostream OS(str); TEST() local 412 raw_string_ostream OS(str); TEST() local [all...] |
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | GlobalISelMatchTableExecutorEmitter.cpp | 16 raw_ostream &OS, ArrayRef<RuleMatcher> Rules) { in emitSubtargetFeatureBitsetImpl() argument 106 emitComplexPredicates(raw_ostream & OS,ArrayRef<Record * > ComplexOperandMatchers) emitComplexPredicates() argument 127 emitCustomOperandRenderers(raw_ostream & OS,ArrayRef<StringRef> CustomOperandRenderers) emitCustomOperandRenderers() argument 144 emitTypeObjects(raw_ostream & OS,ArrayRef<LLTCodeGen> TypeObjects) emitTypeObjects() argument 164 emitMatchTable(raw_ostream & OS,const MatchTable & Table) emitMatchTable() argument 176 emitExecutorImpl(raw_ostream & OS,const MatchTable & Table,ArrayRef<LLTCodeGen> TypeObjects,ArrayRef<RuleMatcher> Rules,ArrayRef<Record * > ComplexOperandMatchers,ArrayRef<StringRef> CustomOperandRenderers,StringRef IfDefName) emitExecutorImpl() argument 198 emitPredicateBitset(raw_ostream & OS,StringRef IfDefName) emitPredicateBitset() argument 208 emitTemporariesDecl(raw_ostream & OS,StringRef IfDefName) emitTemporariesDecl() argument 244 emitTemporariesInit(raw_ostream & OS,unsigned MaxTemporaries,StringRef IfDefName) emitTemporariesInit() argument 255 emitPredicatesDecl(raw_ostream & OS,StringRef IfDefName) emitPredicatesDecl() argument 274 emitPredicatesInit(raw_ostream & OS,StringRef IfDefName) emitPredicatesInit() argument [all...] |
/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/ |
H A D | LanaiInstPrinter.cpp | 38 OS << "\t" << Alias << " "; in printInst() argument 34 printRegName(raw_ostream & OS,MCRegister Reg) const printRegName() argument 72 printMemoryLoadIncrement(const MCInst * MI,raw_ostream & OS,StringRef Opcode,int AddOffset) printMemoryLoadIncrement() argument 91 printMemoryStoreIncrement(const MCInst * MI,raw_ostream & OS,StringRef Opcode,int AddOffset) printMemoryStoreIncrement() argument 109 printAlias(const MCInst * MI,raw_ostream & OS) printAlias() argument 143 printInst(const MCInst * MI,uint64_t Address,StringRef Annotation,const MCSubtargetInfo &,raw_ostream & OS) printInst() argument 150 printOperand(const MCInst * MI,unsigned OpNo,raw_ostream & OS,const char * Modifier) printOperand() argument 164 printMemImmOperand(const MCInst * MI,unsigned OpNo,raw_ostream & OS) printMemImmOperand() argument 178 printHi16ImmOperand(const MCInst * MI,unsigned OpNo,raw_ostream & OS) printHi16ImmOperand() argument 190 printHi16AndImmOperand(const MCInst * MI,unsigned OpNo,raw_ostream & OS) printHi16AndImmOperand() argument 202 printLo16AndImmOperand(const MCInst * MI,unsigned OpNo,raw_ostream & OS) printLo16AndImmOperand() argument 213 printMemoryBaseRegister(raw_ostream & OS,const unsigned AluCode,const MCOperand & RegOp) printMemoryBaseRegister() argument 228 printMemoryImmediateOffset(const MCAsmInfo & MAI,const MCOperand & OffsetOp,raw_ostream & OS) printMemoryImmediateOffset() argument 238 printMemRiOperand(const MCInst * MI,int OpNo,raw_ostream & OS,const char *) printMemRiOperand() argument 253 printMemRrOperand(const MCInst * MI,int OpNo,raw_ostream & OS,const char *) printMemRrOperand() argument 274 printMemSplsOperand(const MCInst * MI,int OpNo,raw_ostream & OS,const char *) printMemSplsOperand() argument 289 printCCOperand(const MCInst * MI,int OpNo,raw_ostream & OS) printCCOperand() argument 300 printPredicateOperand(const MCInst * MI,unsigned OpNo,raw_ostream & OS) printPredicateOperand() argument [all...] |
/llvm-project/llvm/unittests/Support/ |
H A D | EndianStreamTest.cpp | 22 raw_svector_ostream OS(data); in TEST() local 37 raw_svector_ostream OS(data); in TEST() local 53 raw_svector_ostream OS(data); in TEST() local 68 raw_svector_ostream OS(data); in TEST() local 83 raw_svector_ostream OS(data); in TEST() local 102 raw_svector_ostream OS(data); in TEST() local 121 raw_svector_ostream OS(data); in TEST() local 140 raw_svector_ostream OS(data); in TEST() local 159 raw_svector_ostream OS(Data); in TEST() local 174 raw_svector_ostream OS(Data); in TEST() local [all …]
|
H A D | WithColorTest.cpp | 17 llvm::raw_string_ostream OS(S); TEST() local 26 llvm::raw_string_ostream OS(S); TEST() local 36 llvm::raw_string_ostream OS(S); TEST() local
|
/llvm-project/third-party/unittest/googletest/include/gtest/internal/custom/ |
H A D | gtest-printers.h | 52 inline void PrintTo(llvm::StringRef S, std::ostream *OS) { in PrintTo() 61 inline void PrintTo(const SmallString<N> &S, std::ostream *OS) { in PrintTo() 64 inline void PrintTo(const SmallVectorImpl<char> &S, std::ostream *OS) { in PrintTo() 73 inline void PrintTo(const DenseMapPair<K, V> &Pair, std::ostream *OS) { in PrintTo()
|
/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
H A D | DWARFDebugAbbrevTest.cpp | 23 void writeValidAbbreviationDeclarations(raw_ostream &OS, uint32_t FirstCode, in writeValidAbbreviationDeclarations() 45 void writeMalformedULEB128Value(raw_ostream &OS) { in writeMalformedULEB128Value() 49 void writeULEB128LargerThan64Bits(raw_ostream &OS) { in writeULEB128LargerThan64Bits() 57 raw_svector_ostream OS(RawData); in TEST() local 88 raw_svector_ostream OS(RawData); in TEST() local 121 raw_svector_ostream OS(RawData); in TEST() local 137 raw_svector_ostream OS(RawData); in TEST() local 157 raw_svector_ostream OS(RawData); in TEST() local 175 raw_svector_ostream OS(RawData); in TEST() local 198 raw_svector_ostream OS(RawData); in TEST() local [all …]
|
/llvm-project/lldb/utils/TableGen/ |
H A D | LLDBPropertyDefEmitter.cpp | 24 static void emitPropertyEnum(const Record *Property, raw_ostream &OS) { in emitPropertyEnum() argument 30 static void emitProperty(const Record *Property, raw_ostream &OS) { in emitProperty() argument 130 emityProperties(std::string PropertyName,std::vector<Record * > PropertyRecords,raw_ostream & OS) emityProperties() argument 153 emitPropertyEnum(std::string PropertyName,std::vector<Record * > PropertyRecords,raw_ostream & OS) emitPropertyEnum() argument 170 EmitPropertyDefs(RecordKeeper & Records,raw_ostream & OS) EmitPropertyDefs() argument 181 EmitPropertyEnumDefs(RecordKeeper & Records,raw_ostream & OS) EmitPropertyEnumDefs() argument [all...] |
/llvm-project/llvm/lib/Object/ |
H A D | FaultMapParser.cpp | 16 void printFaultType(FaultMapParser::FaultKind FT, raw_ostream &OS) { in printFaultType() 33 llvm::operator<<(raw_ostream &OS, in operator <<() 42 raw_ostream &llvm::operator<<(raw_ostream &OS, in operator <<() 51 raw_ostream &llvm::operator<<(raw_ostream &OS, const FaultMapParser &FMP) { in operator <<()
|
/llvm-project/llvm/utils/TableGen/ |
H A D | MacroFusionPredicatorEmitter.cpp | 79 emitMacroFusionDecl(ArrayRef<Record * > Fusions,PredicateExpander & PE,raw_ostream & OS) emitMacroFusionDecl() argument 96 emitMacroFusionImpl(ArrayRef<Record * > Fusions,PredicateExpander & PE,raw_ostream & OS) emitMacroFusionImpl() argument 127 emitPredicates(ArrayRef<Record * > Predicates,bool IsCommutable,PredicateExpander & PE,raw_ostream & OS) emitPredicates() argument 145 emitFirstPredicate(Record * Predicate,bool IsCommutable,PredicateExpander & PE,raw_ostream & OS) emitFirstPredicate() argument 178 emitSecondPredicate(Record * Predicate,bool IsCommutable,PredicateExpander & PE,raw_ostream & OS) emitSecondPredicate() argument 229 emitBothPredicate(Record * Predicate,bool IsCommutable,PredicateExpander & PE,raw_ostream & OS) emitBothPredicate() argument 272 run(raw_ostream & OS) run() argument [all...] |
/llvm-project/llvm/include/llvm/Support/ |
H A D | Caching.h | 32 : OS(std::move(OS)), ObjectPathName(OSPath) {} in OS() argument 33 std::unique_ptr<raw_pwrite_stream> OS; variable
|
/llvm-project/llvm/tools/llvm-cov/ |
H A D | SourceCoverageViewText.cpp | 29 void CoveragePrinterText::closeViewFile(OwnedStream OS) { in closeViewFile() argument 39 auto OS = std::move(OSOrErr.get()); in createIndexFile() local 73 auto OS = std::move(OSOrErr.get()); in generateSubDirectoryReport() local 137 void SourceCoverageViewText::renderSourceName(raw_ostream &OS, bool WholeFile) { in renderSourceName() argument 142 void SourceCoverageViewText::renderLinePrefix(raw_ostream &OS, in renderLinePrefix() argument 150 renderViewDivider(raw_ostream & OS,unsigned ViewDepth) renderViewDivider() argument 161 renderLine(raw_ostream & OS,LineRef L,const LineCoverageStats & LCS,unsigned ExpansionCol,unsigned ViewDepth) renderLine() argument 214 renderLineCoverageColumn(raw_ostream & OS,const LineCoverageStats & Line) renderLineCoverageColumn() argument 227 renderLineNumberColumn(raw_ostream & OS,unsigned LineNo) renderLineNumberColumn() argument 238 renderRegionMarkers(raw_ostream & OS,const LineCoverageStats & Line,unsigned ViewDepth) renderRegionMarkers() argument 271 renderExpansionSite(raw_ostream & OS,LineRef L,const LineCoverageStats & LCS,unsigned ExpansionCol,unsigned ViewDepth) renderExpansionSite() argument 280 renderExpansionView(raw_ostream & OS,ExpansionView & ESV,unsigned ViewDepth) renderExpansionView() argument 291 renderBranchView(raw_ostream & OS,BranchView & BRV,unsigned ViewDepth) renderBranchView() argument 340 renderMCDCView(raw_ostream & OS,MCDCView & MRV,unsigned ViewDepth) renderMCDCView() argument 392 renderInstantiationView(raw_ostream & OS,InstantiationView & ISV,unsigned ViewDepth) renderInstantiationView() argument 405 renderTitle(raw_ostream & OS,StringRef Title) renderTitle() argument [all...] |
/llvm-project/clang-tools-extra/clang-doc/ |
H A D | MDGenerator.cpp | 43 static void writeLine(const Twine &Text, raw_ostream &OS) { in writeLine() argument 47 static void writeNewLine(raw_ostream &OS) { OS << "\n\n"; } in writeNewLine() argument 49 static void writeHeader(const Twine &Text, unsigned int Num, raw_ostream &OS) { in writeHeader() argument 54 raw_ostream &OS) { in writeFileDefinition() argument 69 writeDescription(const CommentInfo & I,raw_ostream & OS) writeDescription() argument 122 writeNameLink(const StringRef & CurrentPath,const Reference & R,llvm::raw_ostream & OS) writeNameLink() argument 132 genMarkdown(const ClangDocContext & CDCtx,const EnumInfo & I,llvm::raw_ostream & OS) genMarkdown() argument 153 genMarkdown(const ClangDocContext & CDCtx,const FunctionInfo & I,llvm::raw_ostream & OS) genMarkdown() argument 181 genMarkdown(const ClangDocContext & CDCtx,const NamespaceInfo & I,llvm::raw_ostream & OS) genMarkdown() argument 231 genMarkdown(const ClangDocContext & CDCtx,const RecordInfo & I,llvm::raw_ostream & OS) genMarkdown() argument 287 genMarkdown(const ClangDocContext & CDCtx,const TypedefInfo & I,llvm::raw_ostream & OS) genMarkdown() argument 291 serializeReference(llvm::raw_fd_ostream & OS,Index & I,int Level) serializeReference() argument 303 llvm::raw_fd_ostream OS(FilePath, FileErr, llvm::sys::fs::OF_None); serializeIndex() local 326 llvm::raw_fd_ostream OS(FilePath, FileErr, llvm::sys::fs::OF_None); genIndex() local 426 generateDocForInfo(Info * I,llvm::raw_ostream & OS,const ClangDocContext & CDCtx) generateDocForInfo() argument [all...] |
/llvm-project/llvm/unittests/MC/ |
H A D | StringTableBuilderTest.cpp | 36 raw_svector_ostream OS(Data); in TEST() local 70 raw_svector_ostream OS(Data); in TEST() local 97 raw_svector_ostream OS(Data); in TEST() local 128 raw_svector_ostream OS(Data); in TEST() local 163 raw_svector_ostream OS(Data); in TEST() local 195 raw_svector_ostream OS(Data); in TEST() local 231 raw_svector_ostream OS(Data); in TEST() local
|
/llvm-project/clang-tools-extra/clang-tidy/ |
H A D | ClangTidyProfiling.cpp | 26 llvm::raw_svector_ostream OS(TimestampStr); in StorageParams() local 39 void ClangTidyProfiling::printUserFriendlyTable(llvm::raw_ostream &OS, in printUserFriendlyTable() argument 44 printAsJSON(llvm::raw_ostream & OS) printAsJSON() argument 67 llvm::raw_fd_ostream OS(Storage->StoreFilename, EC, llvm::sys::fs::OF_None); storeProfileData() local [all...] |