/external/llvm-project/llvm/lib/Demangle/ |
D | MicrosoftDemangleNodes.cpp | 28 static void outputSpaceIfNecessary(OutputStream &OS) { in outputSpaceIfNecessary() 37 static void outputSingleQualifier(OutputStream &OS, Qualifiers Q) { in outputSingleQualifier() 53 static bool outputQualifierIfPresent(OutputStream &OS, Qualifiers Q, in outputQualifierIfPresent() 65 static void outputQualifiers(OutputStream &OS, Qualifiers Q, bool SpaceBefore, in outputQualifiers() 79 static void outputCallingConvention(OutputStream &OS, CallingConv CC) { in outputCallingConvention() 116 OutputStream OS; in toString() local 123 void PrimitiveTypeNode::outputPre(OutputStream &OS, OutputFlags Flags) const { in outputPre() 150 void NodeArrayNode::output(OutputStream &OS, OutputFlags Flags) const { in output() 154 void NodeArrayNode::output(OutputStream &OS, OutputFlags Flags, in output() 166 void EncodedStringLiteralNode::output(OutputStream &OS, in output() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/ |
D | MicrosoftDemangleNodes.cpp | 28 static void outputSpaceIfNecessary(OutputStream &OS) { in outputSpaceIfNecessary() 37 static void outputSingleQualifier(OutputStream &OS, Qualifiers Q) { in outputSingleQualifier() 53 static bool outputQualifierIfPresent(OutputStream &OS, Qualifiers Q, in outputQualifierIfPresent() 65 static void outputQualifiers(OutputStream &OS, Qualifiers Q, bool SpaceBefore, in outputQualifiers() 79 static void outputCallingConvention(OutputStream &OS, CallingConv CC) { in outputCallingConvention() 116 OutputStream OS; in toString() local 123 void PrimitiveTypeNode::outputPre(OutputStream &OS, OutputFlags Flags) const { in outputPre() 150 void NodeArrayNode::output(OutputStream &OS, OutputFlags Flags) const { in output() 154 void NodeArrayNode::output(OutputStream &OS, OutputFlags Flags, in output() 166 void EncodedStringLiteralNode::output(OutputStream &OS, in output() [all …]
|
/external/clang/lib/AST/ |
D | TypePrinter.cpp | 115 static void AppendTypeQualList(raw_ostream &OS, unsigned TypeQuals, in AppendTypeQualList() 137 void TypePrinter::spaceBeforePlaceHolder(raw_ostream &OS) { in spaceBeforePlaceHolder() 142 void TypePrinter::print(QualType t, raw_ostream &OS, StringRef PlaceHolder) { in print() 147 void TypePrinter::print(const Type *T, Qualifiers Quals, raw_ostream &OS, in print() 238 void TypePrinter::printBefore(QualType T, raw_ostream &OS) { in printBefore() 253 void TypePrinter::printBefore(const Type *T,Qualifiers Quals, raw_ostream &OS) { in printBefore() 299 void TypePrinter::printAfter(QualType t, raw_ostream &OS) { in printAfter() 306 void TypePrinter::printAfter(const Type *T, Qualifiers Quals, raw_ostream &OS) { in printAfter() 316 void TypePrinter::printBuiltinBefore(const BuiltinType *T, raw_ostream &OS) { in printBuiltinBefore() 320 void TypePrinter::printBuiltinAfter(const BuiltinType *T, raw_ostream &OS) { } in printBuiltinAfter() [all …]
|
/external/llvm-project/llvm/utils/TableGen/ |
D | DAGISelMatcher.cpp | 22 void Matcher::print(raw_ostream &OS, unsigned indent) const { in print() 116 void ScopeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 126 void RecordMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 130 void RecordChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 134 void RecordMemRefMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 138 void CaptureGlueInputMatcher::printImpl(raw_ostream &OS, unsigned indent) const{ in printImpl() 142 void MoveChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 146 void MoveParentMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 150 void CheckSameMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 154 void CheckChildSameMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() [all …]
|
D | PredicateExpander.cpp | 18 void PredicateExpander::expandTrue(raw_ostream &OS) { OS << "true"; } in expandTrue() 19 void PredicateExpander::expandFalse(raw_ostream &OS) { OS << "false"; } in expandFalse() 21 void PredicateExpander::expandCheckImmOperand(raw_ostream &OS, int OpIndex, in expandCheckImmOperand() 33 void PredicateExpander::expandCheckImmOperand(raw_ostream &OS, int OpIndex, in expandCheckImmOperand() 48 void PredicateExpander::expandCheckImmOperandSimple(raw_ostream &OS, in expandCheckImmOperandSimple() 61 void PredicateExpander::expandCheckRegOperand(raw_ostream &OS, int OpIndex, in expandCheckRegOperand() 80 void PredicateExpander::expandCheckRegOperandSimple(raw_ostream &OS, in expandCheckRegOperandSimple() 93 void PredicateExpander::expandCheckInvalidRegOperand(raw_ostream &OS, in expandCheckInvalidRegOperand() 99 void PredicateExpander::expandCheckSameRegOperand(raw_ostream &OS, int First, in expandCheckSameRegOperand() 106 void PredicateExpander::expandCheckNumOperands(raw_ostream &OS, int NumOps) { in expandCheckNumOperands() [all …]
|
D | DirectiveEmitter.cpp | 28 IfDefScope(StringRef Name, raw_ostream &OS) : Name(Name), OS(OS) { in IfDefScope() 37 raw_ostream &OS; member in __anon993f590b0111::IfDefScope 44 void GenerateEnumClass(const std::vector<Record *> &Records, raw_ostream &OS, in GenerateEnumClass() 77 raw_ostream &OS, const DirectiveLanguage &DirLang, in GenerateEnumClauseVal() 172 void EmitDirectivesDecl(RecordKeeper &Records, raw_ostream &OS) { in EmitDirectivesDecl() 242 void GenerateGetName(const std::vector<Record *> &Records, raw_ostream &OS, in GenerateGetName() 266 void GenerateGetKind(const std::vector<Record *> &Records, raw_ostream &OS, in GenerateGetKind() 302 raw_ostream &OS) { in GenerateGetKindClauseVal() 343 raw_ostream &OS, StringRef DirectiveName, in GenerateCaseForVersionedClauses() 363 raw_ostream &OS) { in GenerateIsAllowedClause() [all …]
|
/external/llvm/utils/TableGen/ |
D | DAGISelMatcher.cpp | 24 void Matcher::print(raw_ostream &OS, unsigned indent) const { in print() 108 void ScopeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 118 void RecordMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 122 void RecordChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 126 void RecordMemRefMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 130 void CaptureGlueInputMatcher::printImpl(raw_ostream &OS, unsigned indent) const{ in printImpl() 134 void MoveChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 138 void MoveParentMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 142 void CheckSameMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 146 void CheckChildSameMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() [all …]
|
/external/llvm-project/clang/lib/AST/ |
D | TypePrinter.cpp | 138 static void AppendTypeQualList(raw_ostream &OS, unsigned TypeQuals, in AppendTypeQualList() 160 void TypePrinter::spaceBeforePlaceHolder(raw_ostream &OS) { in spaceBeforePlaceHolder() 172 void TypePrinter::print(QualType t, raw_ostream &OS, StringRef PlaceHolder) { in print() 177 void TypePrinter::print(const Type *T, Qualifiers Quals, raw_ostream &OS, in print() 282 void TypePrinter::printBefore(QualType T, raw_ostream &OS) { in printBefore() 296 void TypePrinter::printBefore(const Type *T,Qualifiers Quals, raw_ostream &OS) { in printBefore() 342 void TypePrinter::printAfter(QualType t, raw_ostream &OS) { in printAfter() 349 void TypePrinter::printAfter(const Type *T, Qualifiers Quals, raw_ostream &OS) { in printAfter() 359 void TypePrinter::printBuiltinBefore(const BuiltinType *T, raw_ostream &OS) { in printBuiltinBefore() 364 void TypePrinter::printBuiltinAfter(const BuiltinType *T, raw_ostream &OS) {} in printBuiltinAfter() [all …]
|
/external/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 25 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 45 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 77 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_DataKind &Data) { in operator <<() 93 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 149 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_LocType &Loc) { in operator <<() 167 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 181 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 191 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_Lang &Lang) { in operator <<() 214 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_SymType &Tag) { in operator <<() 252 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 24 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 44 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 71 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 103 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_DataKind &Data) { in operator <<() 119 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 154 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_LocType &Loc) { in operator <<() 174 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 188 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 199 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_Lang &Lang) { in operator <<() 224 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_SymType &Tag) { in operator <<() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | MachOEmitter.cpp | 65 void MachOWriter::writeMachO(raw_ostream &OS) { in writeMachO() 72 void MachOWriter::writeHeader(raw_ostream &OS) { in writeHeader() 108 size_t writeLoadCommandData(MachOYAML::LoadCommand &LC, raw_ostream &OS, in writeLoadCommandData() 115 raw_ostream &OS, in writeLoadCommandData() 131 MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) { in writeLoadCommandData() 145 size_t writePayloadString(MachOYAML::LoadCommand &LC, raw_ostream &OS) { in writePayloadString() 156 raw_ostream &OS, in writeLoadCommandData() 163 raw_ostream &OS, in writeLoadCommandData() 170 raw_ostream &OS, in writeLoadCommandData() 177 MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) { in writeLoadCommandData() [all …]
|
D | WasmEmitter.cpp | 71 raw_ostream &OS; member in __anon64a356e60111::SubSectionWriter 76 SubSectionWriter(raw_ostream &OS) : OS(OS), StringStream(OutString) {} in SubSectionWriter() 90 static int writeUint64(raw_ostream &OS, uint64_t Value) { in writeUint64() 97 static int writeUint32(raw_ostream &OS, uint32_t Value) { in writeUint32() 104 static int writeUint8(raw_ostream &OS, uint8_t Value) { in writeUint8() 111 static int writeStringRef(const StringRef &Str, raw_ostream &OS) { in writeStringRef() 117 static int writeLimits(const WasmYAML::Limits &Lim, raw_ostream &OS) { in writeLimits() 130 void WasmWriter::writeInitExpr(raw_ostream &OS, in writeInitExpr() 156 void WasmWriter::writeSectionContent(raw_ostream &OS, in writeSectionContent() 168 void WasmWriter::writeSectionContent(raw_ostream &OS, in writeSectionContent() [all …]
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 24 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 44 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 71 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 103 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_DataKind &Data) { in operator <<() 119 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 168 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_LocType &Loc) { in operator <<() 188 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 202 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 213 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_Lang &Lang) { in operator <<() 238 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_SymType &Tag) { in operator <<() [all …]
|
/external/llvm/tools/yaml2obj/ |
D | yaml2macho.cpp | 65 Error MachOWriter::writeMachO(raw_ostream &OS) { in writeMachO() 76 Error MachOWriter::writeHeader(raw_ostream &OS) { in writeHeader() 111 size_t writeLoadCommandData(MachOYAML::LoadCommand &LC, raw_ostream &OS) { in writeLoadCommandData() 117 raw_ostream &OS) { in writeLoadCommandData() 131 raw_ostream &OS) { in writeLoadCommandData() 143 size_t writePayloadString(MachOYAML::LoadCommand &LC, raw_ostream &OS) { in writePayloadString() 154 raw_ostream &OS) { in writeLoadCommandData() 160 raw_ostream &OS) { in writeLoadCommandData() 166 raw_ostream &OS) { in writeLoadCommandData() 170 void ZeroFillBytes(raw_ostream &OS, size_t Size) { in ZeroFillBytes() [all …]
|
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
D | DebugUtils.cpp | 118 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, in operator <<() 141 raw_ostream &operator<<(raw_ostream &OS, const SymbolStringPtr &Sym) { in operator <<() 145 raw_ostream &operator<<(raw_ostream &OS, const SymbolNameSet &Symbols) { in operator <<() 149 raw_ostream &operator<<(raw_ostream &OS, const SymbolNameVector &Symbols) { in operator <<() 153 raw_ostream &operator<<(raw_ostream &OS, ArrayRef<SymbolStringPtr> Symbols) { in operator <<() 157 raw_ostream &operator<<(raw_ostream &OS, const JITSymbolFlags &Flags) { in operator <<() 175 raw_ostream &operator<<(raw_ostream &OS, const JITEvaluatedSymbol &Sym) { in operator <<() 180 raw_ostream &operator<<(raw_ostream &OS, const SymbolFlagsMap::value_type &KV) { in operator <<() 184 raw_ostream &operator<<(raw_ostream &OS, const SymbolMap::value_type &KV) { in operator <<() 188 raw_ostream &operator<<(raw_ostream &OS, const SymbolFlagsMap &SymbolFlags) { in operator <<() [all …]
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | MachOEmitter.cpp | 71 Error MachOWriter::writeMachO(raw_ostream &OS) { in writeMachO() 83 void MachOWriter::writeHeader(raw_ostream &OS) { in writeHeader() 119 size_t writeLoadCommandData(MachOYAML::LoadCommand &LC, raw_ostream &OS, in writeLoadCommandData() 126 raw_ostream &OS, in writeLoadCommandData() 142 MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) { in writeLoadCommandData() 156 size_t writePayloadString(MachOYAML::LoadCommand &LC, raw_ostream &OS) { in writePayloadString() 167 raw_ostream &OS, in writeLoadCommandData() 174 raw_ostream &OS, in writeLoadCommandData() 181 raw_ostream &OS, in writeLoadCommandData() 188 MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) { in writeLoadCommandData() [all …]
|
D | WasmEmitter.cpp | 72 raw_ostream &OS; member in __anon1cd0f4720111::SubSectionWriter 77 SubSectionWriter(raw_ostream &OS) : OS(OS), StringStream(OutString) {} in SubSectionWriter() 91 static int writeUint64(raw_ostream &OS, uint64_t Value) { in writeUint64() 98 static int writeUint32(raw_ostream &OS, uint32_t Value) { in writeUint32() 105 static int writeUint8(raw_ostream &OS, uint8_t Value) { in writeUint8() 112 static int writeStringRef(const StringRef &Str, raw_ostream &OS) { in writeStringRef() 118 static int writeLimits(const WasmYAML::Limits &Lim, raw_ostream &OS) { in writeLimits() 131 void WasmWriter::writeInitExpr(raw_ostream &OS, in writeInitExpr() 157 void WasmWriter::writeSectionContent(raw_ostream &OS, in writeSectionContent() 169 void WasmWriter::writeSectionContent(raw_ostream &OS, in writeSectionContent() [all …]
|
/external/llvm-project/llvm/unittests/CodeGen/ |
D | MachineOperandTest.cpp | 59 raw_string_ostream OS(str); in TEST() local 80 raw_string_ostream OS(str); in TEST() local 102 raw_string_ostream OS(str); in TEST() local 119 raw_string_ostream OS(str); in TEST() local 138 raw_string_ostream OS(str); in TEST() local 150 raw_string_ostream OS(str); in TEST() local 169 raw_string_ostream OS(str); in TEST() local 180 raw_string_ostream OS(str); in TEST() local 197 raw_string_ostream OS(str); in TEST() local 214 raw_string_ostream OS(str); in TEST() local [all …]
|
/external/llvm-project/llvm/lib/TableGen/ |
D | DetailedRecordsBackend.cpp | 60 void DetailedRecordsEmitter::run(raw_ostream &OS) { in run() 68 void DetailedRecordsEmitter::printReportHeading(raw_ostream &OS) { in printReportHeading() 73 void DetailedRecordsEmitter::printVariables(raw_ostream &OS) { in printVariables() 85 void DetailedRecordsEmitter::printClasses(raw_ostream &OS) { in printClasses() 101 void DetailedRecordsEmitter::printRecords(raw_ostream &OS) { in printRecords() 118 raw_ostream &OS) { in printSectionHeading() 124 void DetailedRecordsEmitter::printDefms(Record *Rec, raw_ostream &OS) { in printDefms() 138 raw_ostream &OS) { in printTemplateArgs() 158 void DetailedRecordsEmitter::printSuperclasses(Record *Rec, raw_ostream &OS) { in printSuperclasses() 177 void DetailedRecordsEmitter::printFields(Record *Rec, raw_ostream &OS) { in printFields() [all …]
|
/external/llvm/lib/Target/Lanai/InstPrinter/ |
D | LanaiInstPrinter.cpp | 32 void LanaiInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName() 36 bool LanaiInstPrinter::printInst(const MCInst *MI, raw_ostream &OS, in printInst() 70 raw_ostream &OS, in printMemoryLoadIncrement() 89 raw_ostream &OS, in printMemoryStoreIncrement() 107 bool LanaiInstPrinter::printAlias(const MCInst *MI, raw_ostream &OS) { in printAlias() 138 void LanaiInstPrinter::printInst(const MCInst *MI, raw_ostream &OS, in printInst() 147 raw_ostream &OS, const char *Modifier) { in printOperand() 161 raw_ostream &OS) { in printMemImmOperand() 175 raw_ostream &OS) { in printHi16ImmOperand() 187 raw_ostream &OS) { in printHi16AndImmOperand() [all …]
|
/external/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/ |
D | LanaiInstPrinter.cpp | 34 void LanaiInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName() 38 bool LanaiInstPrinter::printInst(const MCInst *MI, raw_ostream &OS, in printInst() 72 raw_ostream &OS, in printMemoryLoadIncrement() 91 raw_ostream &OS, in printMemoryStoreIncrement() 109 bool LanaiInstPrinter::printAlias(const MCInst *MI, raw_ostream &OS) { in printAlias() 143 raw_ostream &OS) { in printInst() 150 raw_ostream &OS, const char *Modifier) { in printOperand() 164 raw_ostream &OS) { in printMemImmOperand() 178 raw_ostream &OS) { in printHi16ImmOperand() 190 raw_ostream &OS) { in printHi16AndImmOperand() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/ |
D | LanaiInstPrinter.cpp | 34 void LanaiInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName() 38 bool LanaiInstPrinter::printInst(const MCInst *MI, raw_ostream &OS, in printInst() 72 raw_ostream &OS, in printMemoryLoadIncrement() 91 raw_ostream &OS, in printMemoryStoreIncrement() 109 bool LanaiInstPrinter::printAlias(const MCInst *MI, raw_ostream &OS) { in printAlias() 143 raw_ostream &OS) { in printInst() 150 raw_ostream &OS, const char *Modifier) { in printOperand() 164 raw_ostream &OS) { in printMemImmOperand() 178 raw_ostream &OS) { in printHi16ImmOperand() 190 raw_ostream &OS) { in printHi16AndImmOperand() [all …]
|
/external/llvm/unittests/Support/ |
D | EndianStreamTest.cpp | 23 raw_svector_ostream OS(data); in TEST() local 38 raw_svector_ostream OS(data); in TEST() local 54 raw_svector_ostream OS(data); in TEST() local 69 raw_svector_ostream OS(data); in TEST() local 84 raw_svector_ostream OS(data); in TEST() local 103 raw_svector_ostream OS(data); in TEST() local 122 raw_svector_ostream OS(data); in TEST() local 141 raw_svector_ostream OS(data); in TEST() local 160 raw_svector_ostream OS(Data); in TEST() local 175 raw_svector_ostream OS(Data); in TEST() local [all …]
|
/external/llvm-project/llvm/unittests/Support/ |
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 …]
|
/external/llvm-project/llvm/tools/llvm-cov/ |
D | SourceCoverageViewText.cpp | 26 void CoveragePrinterText::closeViewFile(OwnedStream OS) { in closeViewFile() 36 auto OS = std::move(OSOrErr.get()); in createIndexFile() local 71 void SourceCoverageViewText::renderSourceName(raw_ostream &OS, bool WholeFile) { in renderSourceName() 76 void SourceCoverageViewText::renderLinePrefix(raw_ostream &OS, in renderLinePrefix() 84 void SourceCoverageViewText::renderViewDivider(raw_ostream &OS, in renderViewDivider() 95 void SourceCoverageViewText::renderLine(raw_ostream &OS, LineRef L, in renderLine() 148 raw_ostream &OS, const LineCoverageStats &Line) { in renderLineCoverageColumn() 161 void SourceCoverageViewText::renderLineNumberColumn(raw_ostream &OS, in renderLineNumberColumn() 172 void SourceCoverageViewText::renderRegionMarkers(raw_ostream &OS, in renderRegionMarkers() 205 void SourceCoverageViewText::renderExpansionSite(raw_ostream &OS, LineRef L, in renderExpansionSite() [all …]
|