Home
last modified time | relevance | path

Searched defs:OS (Results 1 – 25 of 753) sorted by relevance

12345678910>>...31

/external/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp25 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/llvm/utils/TableGen/
DDAGISelMatcher.cpp24 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 …]
DAttributes.cpp43 void Attributes::emitTargetIndependentEnums(raw_ostream &OS) { in emitTargetIndependentEnums()
56 void Attributes::emitConversionFn(raw_ostream &OS) { in emitConversionFn()
77 void Attributes::emitFnAttrCompatCheck(raw_ostream &OS, bool IsStringAttr) { in emitFnAttrCompatCheck()
141 void Attributes::printEnumAttrClasses(raw_ostream &OS, in printEnumAttrClasses()
154 void Attributes::printStrBoolAttrClasses(raw_ostream &OS, in printStrBoolAttrClasses()
167 void Attributes::emit(raw_ostream &OS) { in emit()
175 void EmitAttributes(RecordKeeper &RK, raw_ostream &OS) { in EmitAttributes()
DSearchableTableEmitter.cpp114 raw_ostream &OS) { in emitMappingEnum()
134 std::vector<Record *> &Items, raw_ostream &OS) { in emitPrimaryTable()
151 raw_ostream &OS) { in emitSearchTable()
179 Init *I, raw_ostream &OS) { in emitLookupFunction()
222 raw_ostream &OS) { in emitLookupDeclaration()
232 raw_ostream &OS) { in emitMapping()
302 void SearchableTableEmitter::run(raw_ostream &OS) { in run()
316 void EmitSearchableTables(RecordKeeper &RK, raw_ostream &OS) { in EmitSearchableTables()
/external/clang/lib/AST/
DTypePrinter.cpp115 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/swiftshader/third_party/LLVM/utils/TableGen/
DDAGISelMatcher.cpp22 void Matcher::print(raw_ostream &OS, unsigned indent) const { in print()
97 void ScopeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
107 void RecordMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
111 void RecordChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
115 void RecordMemRefMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
119 void CaptureGlueInputMatcher::printImpl(raw_ostream &OS, unsigned indent) const{ in printImpl()
123 void MoveChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
127 void MoveParentMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
131 void CheckSameMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
136 printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
[all …]
DIntrinsicEmitter.cpp26 void IntrinsicEmitter::run(raw_ostream &OS) { in run()
69 void IntrinsicEmitter::EmitPrefix(raw_ostream &OS) { in EmitPrefix()
79 void IntrinsicEmitter::EmitSuffix(raw_ostream &OS) { in EmitSuffix()
88 raw_ostream &OS) { in EmitEnumInfo()
102 raw_ostream &OS) { in EmitFnNameRecognizer()
151 raw_ostream &OS) { in EmitIntrinsicToNameTable()
162 raw_ostream &OS) { in EmitIntrinsicToOverloadTable()
177 static void EmitTypeForValueType(raw_ostream &OS, MVT::SimpleValueType VT) { in EmitTypeForValueType()
208 static void EmitTypeGenerate(raw_ostream &OS, in EmitTypeGenerate()
228 static void EmitTypeGenerate(raw_ostream &OS, const Record *ArgType, in EmitTypeGenerate()
[all …]
/external/llvm/tools/yaml2obj/
Dyaml2macho.cpp65 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/lib/Target/Lanai/InstPrinter/
DLanaiInstPrinter.cpp32 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/unittests/Support/
DEndianStreamTest.cpp23 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 …]
Draw_pwrite_stream_test.cpp21 raw_svector_ostream OS(Buffer); in TEST() local
39 raw_fd_ostream OS(FD, true); in TEST() local
57 raw_fd_ostream OS(FD, true); in TEST() local
/external/swiftshader/third_party/LLVM/include/llvm/Assembly/
DAssemblyAnnotationWriter.h36 formatted_raw_ostream &OS) {} in emitFunctionAnnot()
42 formatted_raw_ostream &OS) { in emitBasicBlockStartAnnot()
48 formatted_raw_ostream &OS) { in emitBasicBlockEndAnnot()
54 formatted_raw_ostream &OS) {} in emitInstructionAnnot()
58 virtual void printInfoComment(const Value &V, formatted_raw_ostream &OS) {} in printInfoComment()
/external/llvm/tools/llvm-cov/
DSourceCoverageViewText.cpp26 void CoveragePrinterText::closeViewFile(OwnedStream OS) { in closeViewFile()
34 auto OS = std::move(OSOrErr.get()); in createIndexFile() local
66 void SourceCoverageViewText::renderSourceName(raw_ostream &OS) { in renderSourceName()
71 void SourceCoverageViewText::renderLinePrefix(raw_ostream &OS, in renderLinePrefix()
79 void SourceCoverageViewText::renderViewDivider(raw_ostream &OS, in renderViewDivider()
91 raw_ostream &OS, LineRef L, in renderLine()
139 raw_ostream &OS, const LineCoverageStats &Line) { in renderLineCoverageColumn()
152 void SourceCoverageViewText::renderLineNumberColumn(raw_ostream &OS, in renderLineNumberColumn()
164 raw_ostream &OS, CoverageSegmentArray Segments, unsigned ViewDepth) { in renderRegionMarkers()
189 raw_ostream &OS, LineRef L, const coverage::CoverageSegment *WrappedSegment, in renderExpansionSite()
[all …]
DSourceCoverageViewHTML.cpp173 void emitPrelude(raw_ostream &OS) { in emitPrelude()
180 void emitEpilog(raw_ostream &OS) { in emitEpilog()
225 OwnedStream OS = std::move(OSOrErr.get()); in createViewFile() local
230 void CoveragePrinterHTML::closeViewFile(OwnedStream OS) { in closeViewFile()
238 auto OS = std::move(OSOrErr.get()); in createIndexFile() local
257 void SourceCoverageViewHTML::renderViewHeader(raw_ostream &OS) { in renderViewHeader()
261 void SourceCoverageViewHTML::renderViewFooter(raw_ostream &OS) { in renderViewFooter()
265 void SourceCoverageViewHTML::renderSourceName(raw_ostream &OS) { in renderSourceName()
270 void SourceCoverageViewHTML::renderLinePrefix(raw_ostream &OS, unsigned) { in renderLinePrefix()
274 void SourceCoverageViewHTML::renderLineSuffix(raw_ostream &OS, unsigned) { in renderLineSuffix()
[all …]
/external/llvm/include/llvm/DebugInfo/Symbolize/
DDIPrinter.h28 raw_ostream &OS; variable
39 : OS(OS), PrintFunctionNames(PrintFunctionNames), in OS() argument
/external/llvm/include/llvm/Bitcode/
DBitcodeWriterPass.h48 raw_ostream &OS; variable
65 : OS(OS), ShouldPreserveUseListOrder(ShouldPreserveUseListOrder), in OS() function
/external/clang/tools/libclang/
DCIndexUSRs.cpp97 llvm::raw_svector_ostream OS(Buf); in clang_constructUSR_ObjCIvar() local
107 llvm::raw_svector_ostream OS(Buf); in clang_constructUSR_ObjCMethod() local
115 llvm::raw_svector_ostream OS(Buf); in clang_constructUSR_ObjCClass() local
122 llvm::raw_svector_ostream OS(Buf); in clang_constructUSR_ObjCProtocol() local
130 llvm::raw_svector_ostream OS(Buf); in clang_constructUSR_ObjCCategory() local
138 llvm::raw_svector_ostream OS(Buf); in clang_constructUSR_ObjCProperty() local
/external/llvm/lib/ProfileData/
DSampleProf.cpp71 raw_ostream &llvm::sampleprof::operator<<(raw_ostream &OS, in operator <<()
80 void SampleRecord::print(raw_ostream &OS, unsigned Indent) const { in print()
92 raw_ostream &llvm::sampleprof::operator<<(raw_ostream &OS, in operator <<()
99 void FunctionSamples::print(raw_ostream &OS, unsigned Indent) const { in print()
133 raw_ostream &llvm::sampleprof::operator<<(raw_ostream &OS, in operator <<()
/external/llvm/lib/IR/
DMangler.cpp32 static void getNameWithPrefixImpl(raw_ostream &OS, const Twine &GVName, in getNameWithPrefixImpl()
58 static void getNameWithPrefixImpl(raw_ostream &OS, const Twine &GVName, in getNameWithPrefixImpl()
65 void Mangler::getNameWithPrefix(raw_ostream &OS, const Twine &GVName, in getNameWithPrefix()
72 raw_svector_ostream OS(OutName); in getNameWithPrefix() local
90 static void addByteCountSuffix(raw_ostream &OS, const Function *F, in addByteCountSuffix()
108 void Mangler::getNameWithPrefix(raw_ostream &OS, const GlobalValue *GV, in getNameWithPrefix()
172 raw_svector_ostream OS(OutName); in getNameWithPrefix() local
DIRPrintingPasses.cpp24 PrintModulePass::PrintModulePass(raw_ostream &OS, const std::string &Banner, in PrintModulePass()
42 PrintFunctionPass::PrintFunctionPass(raw_ostream &OS, const std::string &Banner) in PrintFunctionPass()
60 PrintModulePassWrapper(raw_ostream &OS, const std::string &Banner, in PrintModulePassWrapper()
81 PrintFunctionPassWrapper(raw_ostream &OS, const std::string &Banner) in PrintFunctionPassWrapper()
128 ModulePass *llvm::createPrintModulePass(llvm::raw_ostream &OS, in createPrintModulePass()
134 FunctionPass *llvm::createPrintFunctionPass(llvm::raw_ostream &OS, in createPrintFunctionPass()
139 BasicBlockPass *llvm::createPrintBasicBlockPass(llvm::raw_ostream &OS, in createPrintBasicBlockPass()
/external/llvm/lib/CodeGen/
DFaultMaps.cpp52 MCStreamer &OS = *AP.OutStreamer; in serializeToFaultMapSection() local
80 MCStreamer &OS = *AP.OutStreamer; in emitFunctionInfo() local
117 operator<<(raw_ostream &OS, in operator <<()
127 operator<<(raw_ostream &OS, const FaultMapParser::FunctionInfoAccessor &FI) { in operator <<()
135 raw_ostream &llvm::operator<<(raw_ostream &OS, const FaultMapParser &FMP) { in operator <<()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCInst.cpp18 void MCOperand::print(raw_ostream &OS, const MCAsmInfo *MAI) const { in print()
38 void MCInst::print(raw_ostream &OS, const MCAsmInfo *MAI) const { in print()
47 void MCInst::dump_pretty(raw_ostream &OS, const MCAsmInfo *MAI, in dump_pretty()
/external/llvm/lib/Bitcode/Writer/
DBitWriter.cpp22 raw_fd_ostream OS(Path, EC, sys::fs::F_None); in LLVMWriteBitcodeToFile() local
33 raw_fd_ostream OS(FD, ShouldClose, Unbuffered); in LLVMWriteBitcodeToFD() local
45 raw_string_ostream OS(Data); in LLVMWriteBitcodeToMemoryBuffer() local
/external/clang/lib/ASTMatchers/Dynamic/
DDiagnostics.cpp134 llvm::raw_ostream &OS) { in formatErrorString()
154 llvm::raw_ostream &OS) { in maybeAddLineAndColumn()
161 llvm::raw_ostream &OS) { in printContextFrameToStream()
168 const Twine Prefix, llvm::raw_ostream &OS) { in printMessageToStream()
175 llvm::raw_ostream &OS) { in printErrorContentToStream()
196 llvm::raw_string_ostream OS(S); in toString() local
215 llvm::raw_string_ostream OS(S); in toStringFull() local
/external/llvm/lib/Support/
DTwine.cpp27 raw_svector_ostream OS(Out); in toVector() local
51 void Twine::printOneChild(raw_ostream &OS, Child Ptr, in printOneChild()
98 void Twine::printOneChildRepr(raw_ostream &OS, Child Ptr, in printOneChildRepr()

12345678910>>...31