Home
last modified time | relevance | path

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

12345678910>>...16

/external/clang/lib/AST/
DTypePrinter.cpp113 static void AppendTypeQualList(raw_ostream &OS, unsigned TypeQuals) { in AppendTypeQualList()
130 void TypePrinter::spaceBeforePlaceHolder(raw_ostream &OS) { in spaceBeforePlaceHolder()
135 void TypePrinter::print(QualType t, raw_ostream &OS, StringRef PlaceHolder) { in print()
140 void TypePrinter::print(const Type *T, Qualifiers Quals, raw_ostream &OS, in print()
230 void TypePrinter::printBefore(QualType T, raw_ostream &OS) { in printBefore()
245 void TypePrinter::printBefore(const Type *T,Qualifiers Quals, raw_ostream &OS) { in printBefore()
291 void TypePrinter::printAfter(QualType t, raw_ostream &OS) { in printAfter()
298 void TypePrinter::printAfter(const Type *T, Qualifiers Quals, raw_ostream &OS) { in printAfter()
308 void TypePrinter::printBuiltinBefore(const BuiltinType *T, raw_ostream &OS) { in printBuiltinBefore()
312 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()
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 …]
DIntrinsicEmitter.cpp67 void IntrinsicEmitter::run(raw_ostream &OS) { in run()
107 void IntrinsicEmitter::EmitPrefix(raw_ostream &OS) { in EmitPrefix()
117 void IntrinsicEmitter::EmitSuffix(raw_ostream &OS) { in EmitSuffix()
126 raw_ostream &OS) { in EmitEnumInfo()
140 raw_ostream &OS) { in EmitFnNameRecognizer()
195 raw_ostream &OS) { in EmitIntrinsicToNameTable()
206 raw_ostream &OS) { in EmitIntrinsicToOverloadTable()
399 static void printIITEntry(raw_ostream &OS, unsigned char X) { in printIITEntry()
404 raw_ostream &OS) { in EmitGenerator()
534 EmitAttributes(const std::vector<CodeGenIntrinsic> &Ints, raw_ostream &OS) { in EmitAttributes()
[all …]
DInstrInfoEmitter.cpp76 unsigned Num, raw_ostream &OS) { in PrintDefList()
172 void InstrInfoEmitter::EmitOperandInfo(raw_ostream &OS, in EmitOperandInfo()
236 void InstrInfoEmitter::emitOperandNameMappings(raw_ostream &OS, in emitOperandNameMappings()
309 void InstrInfoEmitter::emitOperandTypesEnum(raw_ostream &OS, in emitOperandTypesEnum()
341 void InstrInfoEmitter::run(raw_ostream &OS) { in run()
465 raw_ostream &OS) { in emitRecord()
560 void InstrInfoEmitter::emitEnums(raw_ostream &OS) { in emitEnums()
601 void EmitInstrInfo(RecordKeeper &RK, raw_ostream &OS) { in EmitInstrInfo()
/external/llvm/lib/IR/
DMangler.cpp23 static void getNameWithPrefixx(raw_ostream &OS, const Twine &GVName, in getNameWithPrefixx()
47 void Mangler::getNameWithPrefix(raw_ostream &OS, const Twine &GVName, in getNameWithPrefix()
55 raw_svector_ostream OS(OutName); in getNameWithPrefix() local
62 static void AddFastCallStdCallSuffix(raw_ostream &OS, const Function *F, in AddFastCallStdCallSuffix()
79 void Mangler::getNameWithPrefix(raw_ostream &OS, const GlobalValue *GV, in getNameWithPrefix()
142 raw_svector_ostream OS(OutName); in getNameWithPrefix() local
DIRPrintingPasses.cpp24 PrintModulePass::PrintModulePass(raw_ostream &OS, const std::string &Banner) in PrintModulePass()
33 PrintFunctionPass::PrintFunctionPass(raw_ostream &OS, const std::string &Banner) in PrintFunctionPass()
49 PrintModulePassWrapper(raw_ostream &OS, const std::string &Banner) in PrintModulePassWrapper()
68 PrintFunctionPassWrapper(raw_ostream &OS, const std::string &Banner) in PrintFunctionPassWrapper()
114 ModulePass *llvm::createPrintModulePass(llvm::raw_ostream &OS, in createPrintModulePass()
119 FunctionPass *llvm::createPrintFunctionPass(llvm::raw_ostream &OS, in createPrintFunctionPass()
124 BasicBlockPass *llvm::createPrintBasicBlockPass(llvm::raw_ostream &OS, in createPrintBasicBlockPass()
/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/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()
DMCSectionELF.cpp35 static void printName(raw_ostream &OS, StringRef Name) { in printName()
59 raw_ostream &OS, in PrintSwitchToSection()
/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/clang/lib/Basic/
DVersion.cpp92 llvm::raw_string_ostream OS(buf); in getClangFullRepositoryVersion() local
124 llvm::raw_string_ostream OS(buf); in getClangToolFullVersion() local
143 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()
/external/llvm/include/llvm/Bitcode/
DBitcodeWriterPass.h36 raw_ostream &OS; variable
40 explicit BitcodeWriterPass(raw_ostream &OS) : OS(OS) {} in BitcodeWriterPass()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp345 void SDNode::print_types(raw_ostream &OS, const SelectionDAG *G) const { in print_types()
358 void SDNode::print_details(raw_ostream &OS, const SelectionDAG *G) const { in print_details()
560 void SDNode::printr(raw_ostream &OS, const SelectionDAG *G) const { in printr()
566 static void DumpNodesr(raw_ostream &OS, const SDNode *N, unsigned indent, in DumpNodesr()
612 static void printrWithDepthHelper(raw_ostream &OS, const SDNode *N, in printrWithDepthHelper()
634 void SDNode::printrWithDepth(raw_ostream &OS, const SelectionDAG *G, in printrWithDepth()
639 void SDNode::printrFull(raw_ostream &OS, const SelectionDAG *G) const { in printrFull()
653 void SDNode::print(raw_ostream &OS, const SelectionDAG *G) const { in print()
/external/llvm/include/llvm/IR/
DIRPrintingPasses.h54 raw_ostream &OS; variable
71 raw_ostream &OS; variable
/external/clang/utils/TableGen/
DClangCommentHTMLTagsEmitter.cpp23 void clang::EmitClangCommentHTMLTags(RecordKeeper &Records, raw_ostream &OS) { in EmitClangCommentHTMLTags()
40 raw_ostream &OS) { in EmitClangCommentHTMLTagsProperties()
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()
/external/llvm/lib/Bitcode/Writer/
DBitWriter.cpp22 raw_fd_ostream OS(Path, ErrorInfo, sys::fs::F_None); in LLVMWriteBitcodeToFile() local
33 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/Target/Mips/InstPrinter/
DMipsInstPrinter.cpp75 void MipsInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName()
125 static void printExpr(const MCExpr *Expr, raw_ostream &OS) { in printExpr()
256 unsigned OpNo, raw_ostream &OS) { in printAlias()
264 raw_ostream &OS) { in printAlias()
271 bool MipsInstPrinter::printAlias(const MCInst &MI, raw_ostream &OS) { in printAlias()
/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/llvm/lib/Target/X86/MCTargetDesc/
DX86WinCOFFStreamer.cpp19 raw_ostream &OS) in X86WinCOFFStreamer()
44 MCCodeEmitter *CE, raw_ostream &OS, in createX86WinCOFFStreamer()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMWinCOFFStreamer.cpp19 raw_ostream &OS) in ARMWinCOFFStreamer()
42 MCCodeEmitter &Emitter, raw_ostream &OS) { in createARMWinCOFFStreamer()
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp57 static void printDebugLoc(const DebugLoc &DL, formatted_raw_ostream &OS) { in printDebugLoc()
70 formatted_raw_ostream &OS) override { in emitFunctionAnnot()
74 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override { in printInfoComment()

12345678910>>...16