/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | TypePrinter.cpp | 113 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 …]
|
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/ |
H A 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 …]
|
H A D | IntrinsicEmitter.cpp | 67 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() 141 raw_ostream &OS) { in EmitFnNameRecognizer() 196 raw_ostream &OS) { in EmitIntrinsicToNameTable() 207 raw_ostream &OS) { in EmitIntrinsicToOverloadTable() 414 static void printIITEntry(raw_ostream &OS, unsigned char X) { in printIITEntry() 419 raw_ostream &OS) { in EmitGenerator() 549 EmitAttributes(const std::vector<CodeGenIntrinsic> &Ints, raw_ostream &OS) { in EmitAttributes() [all …]
|
H A D | InstrInfoEmitter.cpp | 76 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() 310 void InstrInfoEmitter::emitOperandTypesEnum(raw_ostream &OS, in emitOperandTypesEnum() 342 void InstrInfoEmitter::run(raw_ostream &OS) { in run() 466 raw_ostream &OS) { in emitRecord() 564 void InstrInfoEmitter::emitEnums(raw_ostream &OS) { in emitEnums() 607 void EmitInstrInfo(RecordKeeper &RK, raw_ostream &OS) { in EmitInstrInfo()
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | Mangler.cpp | 23 static void getNameWithPrefixx(raw_ostream &OS, const Twine &GVName, in getNameWithPrefixx() 49 void Mangler::getNameWithPrefix(raw_ostream &OS, const Twine &GVName, in getNameWithPrefix() 58 raw_svector_ostream OS(OutName); in getNameWithPrefix() local 75 static void addByteCountSuffix(raw_ostream &OS, const Function *F, in addByteCountSuffix() 93 void Mangler::getNameWithPrefix(raw_ostream &OS, const GlobalValue *GV, in getNameWithPrefix() 156 raw_svector_ostream OS(OutName); in getNameWithPrefix() local
|
H A D | IRPrintingPasses.cpp | 24 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()
|
/minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
H A D | CIndexUSRs.cpp | 97 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
|
/minix3/external/bsd/llvm/dist/llvm/lib/MC/ |
H A D | MCInst.cpp | 18 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()
|
H A D | MCSectionELF.cpp | 35 static void printName(raw_ostream &OS, StringRef Name) { in printName() 59 raw_ostream &OS, in PrintSwitchToSection()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/ |
H A D | BitWriter.cpp | 22 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
|
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-cov/ |
H A D | SourceCoverageView.cpp | 22 raw_ostream &OS, StringRef Line, int64_t LineNumber, in renderLine() 66 void SourceCoverageView::renderIndent(raw_ostream &OS, unsigned Level) { in renderIndent() 72 raw_ostream &OS) { in renderViewDivider() 81 SourceCoverageView::renderLineCoverageColumn(raw_ostream &OS, in renderLineCoverageColumn() 101 void SourceCoverageView::renderLineNumberColumn(raw_ostream &OS, in renderLineNumberColumn() 113 raw_ostream &OS, ArrayRef<const coverage::CoverageSegment *> Segments) { in renderRegionMarkers() 141 void SourceCoverageView::render(raw_ostream &OS, bool WholeFile, in render()
|
H A D | CoverageReport.cpp | 48 raw_ostream &operator<<(raw_ostream &OS, const Column &Value) { in operator <<() 93 static void renderDivider(T (&Columns)[N], raw_ostream &OS) { in renderDivider() 111 void CoverageReport::render(const FileCoverageSummary &File, raw_ostream &OS) { in render() 132 raw_ostream &OS) { in render() 159 void CoverageReport::renderFunctionReports(raw_ostream &OS) { in renderFunctionReports() 187 void CoverageReport::renderFileReports(raw_ostream &OS) { in renderFileReports()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Bitcode/ |
H A D | BitcodeWriterPass.h | 36 raw_ostream &OS; variable 40 explicit BitcodeWriterPass(raw_ostream &OS) : OS(OS) {} in BitcodeWriterPass()
|
/minix3/external/bsd/llvm/dist/clang/lib/Basic/ |
H A D | Version.cpp | 92 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
|
/minix3/external/bsd/llvm/dist/clang/lib/ASTMatchers/Dynamic/ |
H A D | Diagnostics.cpp | 134 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
|
/minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
H A D | Twine.cpp | 27 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()
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | FrontendActions.cpp | 35 if (raw_ostream *OS = CI.createDefaultOutputFile(false, InFile)) in CreateASTConsumer() local 153 if (raw_ostream *OS = CI.createDefaultOutputFile(false, InFile, "cpp")) { in CreateASTConsumer() local 175 raw_ostream *OS = CI.createDefaultOutputFile(true, getCurrentFile()); in ExecuteAction() local 183 raw_ostream *OS = CI.createDefaultOutputFile(false, getCurrentFile()); in ExecuteAction() local 191 raw_ostream *OS = CI.createDefaultOutputFile(true, getCurrentFile()); in ExecuteAction() local
|
/minix3/external/bsd/llvm/dist/clang/utils/TableGen/ |
H A D | ClangCommentHTMLTagsEmitter.cpp | 23 void clang::EmitClangCommentHTMLTags(RecordKeeper &Records, raw_ostream &OS) { in EmitClangCommentHTMLTags() 40 raw_ostream &OS) { in EmitClangCommentHTMLTagsProperties()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
H A D | IRPrintingPasses.h | 54 raw_ostream &OS; variable 71 raw_ostream &OS; variable
|
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-dis/ |
H A D | llvm-dis.cpp | 59 static void printDebugLoc(const DebugLoc &DL, formatted_raw_ostream &OS) { in printDebugLoc() 72 formatted_raw_ostream &OS) override { in emitFunctionAnnot() 76 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override { in printInfoComment() 120 raw_ostream &OS = errs(); in diagnosticHandler() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMWinCOFFStreamer.cpp | 19 raw_ostream &OS) in ARMWinCOFFStreamer() 42 MCCodeEmitter &Emitter, raw_ostream &OS) { in createARMWinCOFFStreamer()
|
/minix3/external/bsd/llvm/dist/llvm/lib/TableGen/ |
H A D | TableGenBackend.cpp | 23 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill, in printLine() 35 void llvm::emitSourceFileHeader(StringRef Desc, raw_ostream &OS) { in emitSourceFileHeader()
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 350 void SDNode::print_types(raw_ostream &OS, const SelectionDAG *G) const { in print_types() 363 void SDNode::print_details(raw_ostream &OS, const SelectionDAG *G) const { in print_details() 566 void SDNode::printr(raw_ostream &OS, const SelectionDAG *G) const { in printr() 572 static void DumpNodesr(raw_ostream &OS, const SDNode *N, unsigned indent, in DumpNodesr() 618 static void printrWithDepthHelper(raw_ostream &OS, const SDNode *N, in printrWithDepthHelper() 640 void SDNode::printrWithDepth(raw_ostream &OS, const SelectionDAG *G, in printrWithDepth() 645 void SDNode::printrFull(raw_ostream &OS, const SelectionDAG *G) const { in printrFull() 659 void SDNode::print(raw_ostream &OS, const SelectionDAG *G) const { in print()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86WinCOFFStreamer.cpp | 21 raw_ostream &OS) in X86WinCOFFStreamer() 53 MCCodeEmitter *CE, raw_ostream &OS, in createX86WinCOFFStreamer()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64ELFStreamer.cpp | 49 formatted_raw_ostream &OS; member in __anon8417c3f90111::AArch64TargetAsmStreamer 58 formatted_raw_ostream &OS) in AArch64TargetAsmStreamer() 92 AArch64ELFStreamer(MCContext &Context, MCAsmBackend &TAB, raw_ostream &OS, in AArch64ELFStreamer() 207 createAArch64MCAsmStreamer(MCContext &Ctx, formatted_raw_ostream &OS, in createAArch64MCAsmStreamer() 218 raw_ostream &OS, MCCodeEmitter *Emitter, in createAArch64ELFStreamer()
|