Home
last modified time | relevance | path

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

12345678910>>...14

/external/clang/lib/AST/
DTypePrinter.cpp112 static void AppendTypeQualList(raw_ostream &OS, unsigned TypeQuals) { in AppendTypeQualList()
129 void TypePrinter::spaceBeforePlaceHolder(raw_ostream &OS) { in spaceBeforePlaceHolder()
134 void TypePrinter::print(QualType t, raw_ostream &OS, StringRef PlaceHolder) { in print()
139 void TypePrinter::print(const Type *T, Qualifiers Quals, raw_ostream &OS, in print()
228 void TypePrinter::printBefore(QualType T, raw_ostream &OS) { in printBefore()
243 void TypePrinter::printBefore(const Type *T,Qualifiers Quals, raw_ostream &OS) { in printBefore()
289 void TypePrinter::printAfter(QualType t, raw_ostream &OS) { in printAfter()
296 void TypePrinter::printAfter(const Type *T, Qualifiers Quals, raw_ostream &OS) { in printAfter()
306 void TypePrinter::printBuiltinBefore(const BuiltinType *T, raw_ostream &OS) { in printBuiltinBefore()
310 void TypePrinter::printBuiltinAfter(const BuiltinType *T, raw_ostream &OS) { } in printBuiltinAfter()
[all …]
/external/llvm/utils/TableGen/
DDAGISelMatcher.cpp24 void Matcher::print(raw_ostream &OS, unsigned indent) const { in print()
99 void ScopeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
109 void RecordMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
113 void RecordChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
117 void RecordMemRefMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
121 void CaptureGlueInputMatcher::printImpl(raw_ostream &OS, unsigned indent) const{ in printImpl()
125 void MoveChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
129 void MoveParentMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
133 void CheckSameMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
138 printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
[all …]
DIntrinsicEmitter.cpp66 void IntrinsicEmitter::run(raw_ostream &OS) { in run()
103 void IntrinsicEmitter::EmitPrefix(raw_ostream &OS) { in EmitPrefix()
113 void IntrinsicEmitter::EmitSuffix(raw_ostream &OS) { in EmitSuffix()
122 raw_ostream &OS) { in EmitEnumInfo()
150 raw_ostream &OS) { in EmitFnNameRecognizer()
203 raw_ostream &OS) { in EmitIntrinsicToNameTable()
214 raw_ostream &OS) { in EmitIntrinsicToOverloadTable()
400 static void printIITEntry(raw_ostream &OS, unsigned char X) { in printIITEntry()
405 raw_ostream &OS) { in EmitGenerator()
530 EmitAttributes(const std::vector<CodeGenIntrinsic> &Ints, raw_ostream &OS) { in EmitAttributes()
[all …]
DInstrInfoEmitter.cpp75 unsigned Num, raw_ostream &OS) { in PrintDefList()
171 void InstrInfoEmitter::EmitOperandInfo(raw_ostream &OS, in EmitOperandInfo()
239 void InstrInfoEmitter::emitOperandNameMappings(raw_ostream &OS, in emitOperandNameMappings()
319 void InstrInfoEmitter::run(raw_ostream &OS) { in run()
439 raw_ostream &OS) { in emitRecord()
521 void InstrInfoEmitter::emitEnums(raw_ostream &OS) { in emitEnums()
556 void EmitInstrInfo(RecordKeeper &RK, raw_ostream &OS) { in EmitInstrInfo()
DDAGISelMatcherEmitter.cpp115 static uint64_t EmitVBRValue(uint64_t Val, raw_ostream &OS) { in EmitVBRValue()
139 formatted_raw_ostream &OS) { in EmitMatcher()
174 raw_svector_ostream OS(TmpBuf); in EmitMatcher() local
309 raw_svector_ostream OS(TmpBuf); in EmitMatcher() local
582 formatted_raw_ostream &OS) { in EmitMatcherList()
598 void MatcherTableEmitter::EmitPredicateFunctions(formatted_raw_ostream &OS) { in EmitPredicateFunctions()
733 formatted_raw_ostream &OS) { in EmitHistogram()
790 formatted_raw_ostream OS(O); in EmitMatcherTable() local
DSubtargetEmitter.cpp114 void SubtargetEmitter::Enumeration(raw_ostream &OS, in Enumeration()
174 unsigned SubtargetEmitter::FeatureKeyValues(raw_ostream &OS) { in FeatureKeyValues()
238 unsigned SubtargetEmitter::CPUKeyValues(raw_ostream &OS) { in CPUKeyValues()
378 EmitStageAndOperandCycleData(raw_ostream &OS, in EmitStageAndOperandCycleData()
555 EmitItineraries(raw_ostream &OS, in EmitItineraries()
611 void SubtargetEmitter::EmitProcessorProp(raw_ostream &OS, const Record *R, in EmitProcessorProp()
623 raw_ostream &OS) { in EmitProcessorResources()
1088 raw_ostream &OS) { in EmitSchedClassTables()
1182 void SubtargetEmitter::EmitProcessorModels(raw_ostream &OS) { in EmitProcessorModels()
1220 void SubtargetEmitter::EmitProcessorLookup(raw_ostream &OS) { in EmitProcessorLookup()
[all …]
DRegisterInfoEmitter.cpp69 void RegisterInfoEmitter::runEnums(raw_ostream &OS, in runEnums()
160 EmitRegUnitPressure(raw_ostream &OS, const CodeGenRegBank &RegBank, in EmitRegUnitPressure()
314 RegisterInfoEmitter::EmitRegMappingTables(raw_ostream &OS, in EmitRegMappingTables()
440 RegisterInfoEmitter::EmitRegMapping(raw_ostream &OS, in EmitRegMapping()
522 static void printBitVectorAsHex(raw_ostream &OS, in printBitVectorAsHex()
545 void print(raw_ostream &OS) { in print()
550 static void printSimpleValueType(raw_ostream &OS, MVT::SimpleValueType VT) { in printSimpleValueType()
554 static void printSubRegIndex(raw_ostream &OS, const CodeGenSubRegIndex *Idx) { in printSubRegIndex()
597 static void printDiff16(raw_ostream &OS, uint16_t Val) { in printDiff16()
630 RegisterInfoEmitter::emitComposeSubRegIndices(raw_ostream &OS, in emitComposeSubRegIndices()
[all …]
/external/llvm/lib/MC/
DMCInst.cpp18 void MCOperand::print(raw_ostream &OS, const MCAsmInfo *MAI) const { in print()
42 void MCInst::print(raw_ostream &OS, const MCAsmInfo *MAI) const { in print()
51 void MCInst::dump_pretty(raw_ostream &OS, const MCAsmInfo *MAI, in dump_pretty()
DMCInstPrinter.cpp28 void MCInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName()
32 void MCInstPrinter::printAnnotation(raw_ostream &OS, StringRef Annot) { in printAnnotation()
/external/clang/lib/ASTMatchers/Dynamic/
DDiagnostics.cpp132 llvm::raw_ostream &OS) { in formatErrorString()
152 llvm::raw_ostream &OS) { in maybeAddLineAndColumn()
159 llvm::raw_ostream &OS) { in printContextFrameToStream()
166 const Twine Prefix, llvm::raw_ostream &OS) { in printMessageToStream()
173 llvm::raw_ostream &OS) { in printErrorContentToStream()
194 llvm::raw_string_ostream OS(S); in toString() local
213 llvm::raw_string_ostream OS(S); in toStringFull() local
/external/clang/lib/Basic/
DVersion.cpp92 llvm::raw_string_ostream OS(buf); in getClangFullRepositoryVersion() local
120 llvm::raw_string_ostream OS(buf); in getClangFullVersion() local
139 llvm::raw_string_ostream OS(buf); in getClangFullCPPVersion() local
/external/clang/lib/Rewrite/Frontend/
DFrontendActions.cpp35 if (raw_ostream *OS = CI.createDefaultOutputFile(false, InFile)) in CreateASTConsumer() local
155 if (raw_ostream *OS = CI.createDefaultOutputFile(false, InFile, "cpp")) { in CreateASTConsumer() local
171 raw_ostream *OS = CI.createDefaultOutputFile(true, getCurrentFile()); in ExecuteAction() local
179 raw_ostream *OS = CI.createDefaultOutputFile(false, getCurrentFile()); in ExecuteAction() local
187 raw_ostream *OS = CI.createDefaultOutputFile(true, getCurrentFile()); in ExecuteAction() local
/external/llvm/lib/Support/
DTwine.cpp27 raw_svector_ostream OS(Out); in toVector() local
58 void Twine::printOneChild(raw_ostream &OS, Child Ptr, in printOneChild()
102 void Twine::printOneChildRepr(raw_ostream &OS, Child Ptr, in printOneChildRepr()
DPrettyStackTrace.cpp36 static unsigned PrintStack(const PrettyStackTraceEntry *Entry, raw_ostream &OS){ in PrintStack()
50 static void PrintCurStackTrace(raw_ostream &OS) { in PrintCurStackTrace()
/external/llvm/lib/Target/Mips/InstPrinter/
DMipsInstPrinter.cpp73 void MipsInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName()
102 static void printExpr(const MCExpr *Expr, raw_ostream &OS) { in printExpr()
215 unsigned OpNo, raw_ostream &OS) { in printAlias()
223 raw_ostream &OS) { in printAlias()
230 bool MipsInstPrinter::printAlias(const MCInst &MI, raw_ostream &OS) { in printAlias()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp332 void SDNode::print_types(raw_ostream &OS, const SelectionDAG *G) const { in print_types()
345 void SDNode::print_details(raw_ostream &OS, const SelectionDAG *G) const { in print_details()
540 void SDNode::printr(raw_ostream &OS, const SelectionDAG *G) const { in printr()
546 static void DumpNodesr(raw_ostream &OS, const SDNode *N, unsigned indent, in DumpNodesr()
592 static void printrWithDepthHelper(raw_ostream &OS, const SDNode *N, in printrWithDepthHelper()
614 void SDNode::printrWithDepth(raw_ostream &OS, const SelectionDAG *G, in printrWithDepth()
619 void SDNode::printrFull(raw_ostream &OS, const SelectionDAG *G) const { in printrFull()
633 void SDNode::print(raw_ostream &OS, const SelectionDAG *G) const { in print()
/external/llvm/lib/Bitcode/Writer/
DBitWriter.cpp21 raw_fd_ostream OS(Path, ErrorInfo, sys::fs::F_Binary); in LLVMWriteBitcodeToFile() local
32 raw_fd_ostream OS(FD, ShouldClose, Unbuffered); in LLVMWriteBitcodeToFD() local
/external/llvm/unittests/Support/
Draw_ostream_test.cpp34 llvm::raw_svector_ostream OS(SVec); in printToString() local
44 llvm::raw_string_ostream OS(res); in printToStringUnbuffered() local
122 raw_string_ostream OS(Str); in TEST() local
/external/llvm/lib/TableGen/
DTableGenBackend.cpp23 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill, in printLine()
35 void llvm::emitSourceFileHeader(StringRef Desc, raw_ostream &OS) { in emitSourceFileHeader()
/external/clang/utils/TableGen/
DClangASTNodesEmitter.cpp74 raw_ostream &OS, in EmitNode()
135 void ClangASTNodesEmitter::run(raw_ostream &OS) { in run()
178 void EmitClangASTNodes(RecordKeeper &RK, raw_ostream &OS, in EmitClangASTNodes()
185 void EmitClangDeclContext(RecordKeeper &Records, raw_ostream &OS) { in EmitClangDeclContext()
DClangCommentHTMLTagsEmitter.cpp23 void EmitClangCommentHTMLTags(RecordKeeper &Records, raw_ostream &OS) { in EmitClangCommentHTMLTags()
42 raw_ostream &OS) { in EmitClangCommentHTMLTagsProperties()
DClangCommentHTMLNamedCharacterReferenceEmitter.cpp38 raw_svector_ostream OS(CLiteral); in translateCodePointToUTF8() local
51 raw_ostream &OS) { in EmitClangCommentHTMLNamedCharacterReferences()
/external/llvm/include/llvm/MC/
DMCELFStreamer.h33 raw_ostream &OS, MCCodeEmitter *Emitter) in MCELFStreamer()
37 MCELFStreamer(MCContext &Context, MCAsmBackend &TAB, raw_ostream &OS, in MCELFStreamer()
41 MCELFStreamer(MCContext &Context, MCAsmBackend &TAB, raw_ostream &OS, in MCELFStreamer()
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp56 static void printDebugLoc(const DebugLoc &DL, formatted_raw_ostream &OS) { in printDebugLoc()
69 formatted_raw_ostream &OS) { in emitFunctionAnnot()
73 void printInfoComment(const Value &V, formatted_raw_ostream &OS) { in printInfoComment()
/external/llvm/lib/CodeGen/
DMachineFunctionPrinterPass.cpp30 raw_ostream &OS; member
62 MachineFunctionPass *createMachineFunctionPrinterPass(raw_ostream &OS, in createMachineFunctionPrinterPass()

12345678910>>...14