Home
last modified time | relevance | path

Searched defs:OS (Results 151 – 175 of 1048) sorted by relevance

12345678910>>...42

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangCommentCommandInfoEmitter.cpp24 raw_ostream &OS) { in EmitClangCommentCommandInfo()
117 raw_ostream &OS) { in EmitClangCommentCommandList()
H A DClangSACheckersEmitter.cpp140 static void printChecker(llvm::raw_ostream &OS, const Record &R) { in printChecker()
158 static void printOption(llvm::raw_ostream &OS, StringRef FullName, in printOption()
177 void clang::EmitClangSACheckers(RecordKeeper &Records, raw_ostream &OS) { in EmitClangSACheckers()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DHTMLPrint.cpp38 HTMLPrinter(std::unique_ptr<raw_ostream> OS, Preprocessor &pp, in HTMLPrinter()
49 clang::CreateHTMLPrinter(std::unique_ptr<raw_ostream> OS, Preprocessor &PP, in CreateHTMLPrinter()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp225 static void checkAndPrettyPrintRegion(llvm::raw_ostream &OS, in checkAndPrettyPrintRegion()
395 llvm::raw_ostream &OS) { in evalCall()
412 llvm::raw_ostream &OS) { in evalCall()
615 llvm::raw_ostream &OS) { in handleReset()
651 llvm::raw_ostream &OS) { in handleRelease()
693 llvm::raw_ostream &OS) { in handleSwap()
756 llvm::raw_ostream &OS) { in handleAssignOp()
795 PathSensitiveBugReport &BR, llvm::raw_ostream &OS) { in updateMovedSmartPointers()
820 llvm::raw_ostream &OS) { in updateMovedSmartPointers()
890 llvm::raw_ostream &OS) { in handleBoolConversion()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp368 const StringSet<> &Names, DWARFDie Die, StringRef NameRef, raw_ostream &OS, in filterByName()
399 raw_ostream &OS, in filterByName()
465 ArrayRef<std::string> Names, DWARFContext &DICtx, raw_ostream &OS, in filterByAccelName()
485 DWARFContext &DICtx, raw_ostream &OS, in findAllApple()
521 raw_ostream &OS) { in lookup()
565 const Twine &Filename, raw_ostream &OS) { in collectObjectSources()
643 const Twine &Filename, raw_ostream &OS) { in dumpObjectFile()
700 const Twine &Filename, raw_ostream &OS) { in verifyObjectFile()
718 HandlerFn HandleObj, raw_ostream &OS) { in handleArchive()
735 HandlerFn HandleObj, raw_ostream &OS) { in handleBuffer()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageReport.cpp76 raw_ostream &operator<<(raw_ostream &OS, const Column &Value) { in operator <<()
105 void renderDivider(ArrayRef<size_t> ColumnWidths, raw_ostream &OS) { in renderDivider()
375 raw_ostream &OS) { in renderFunctionReports()
487 raw_ostream &OS, const CoverageFilters &IgnoreFilenameFilters) const { in renderFileReports()
498 raw_ostream &OS, ArrayRef<std::string> Files) const { in renderFileReports()
503 raw_ostream &OS, ArrayRef<std::string> Files, in renderFileReports()
512 raw_ostream &OS, const std::vector<FileCoverageSummary> &FileReports, in renderFileReports()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackLifetime.cpp360 void printInstrAlive(unsigned InstrNo, formatted_raw_ostream &OS) { in printInstrAlive()
371 formatted_raw_ostream &OS) override { in emitBasicBlockStartAnnot()
378 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override { in printInfoComment()
396 void StackLifetime::print(raw_ostream &OS) { in print()
414 raw_ostream &OS, function_ref<StringRef(StringRef)> MapClassName2PassName) { in printPipeline()
H A DDominanceFrontier.cpp58 void DominanceFrontierWrapperPass::print(raw_ostream &OS, const Module *) const { in print()
87 DominanceFrontierPrinterPass::DominanceFrontierPrinterPass(raw_ostream &OS) in DominanceFrontierPrinterPass()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrintingPass.cpp29 raw_ostream &OS; member
66 MachineFunctionPass *createPrintMIRPass(raw_ostream &OS) { in createPrintMIRPass()
H A DMIRPrinter.cpp101 raw_ostream &OS; member in llvm::MIRPrinter
108 MIRPrinter(raw_ostream &OS) : OS(OS) {} in MIRPrinter()
139 raw_ostream &OS; member in llvm::MIPrinter
150 MIPrinter(raw_ostream &OS, ModuleSlotTracker &MST, in MIPrinter()
188 raw_string_ostream OS(Dest.Value); in printRegMIR() local
266 static void printCustomRegMask(const uint32_t *RegMask, raw_ostream &OS, in printCustomRegMask()
288 raw_string_ostream OS(Dest.Value); in printRegClassOrBank() local
961 void MIRFormatter::printIRValue(raw_ostream &OS, const Value &V, in printIRValue()
983 void llvm::printMIR(raw_ostream &OS, const Module &M) { in printMIR()
997 void llvm::printMIR(raw_ostream &OS, const MachineFunction &MF) { in printMIR()
H A DMachineFunctionPass.cpp87 raw_svector_ostream OS(BeforeStr); in runOnFunction() local
124 raw_svector_ostream OS(AfterStr); in runOnFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DObjectFile.cpp34 raw_ostream &object::operator<<(raw_ostream &OS, const SectionedAddress &Addr) { in operator <<()
69 Error ObjectFile::printSymbolName(raw_ostream &OS, DataRefImpl Symb) const { in printSymbolName()
114 auto OS = getOS(); in makeTriple() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp47 bool CodeViewContext::addFile(MCStreamer &OS, unsigned FileNumber, in addFile()
171 void CodeViewContext::emitStringTable(MCObjectStreamer &OS) { in emitStringTable()
193 void CodeViewContext::emitFileChecksums(MCObjectStreamer &OS) { in emitFileChecksums()
248 void CodeViewContext::emitFileChecksumOffset(MCObjectStreamer &OS, in emitFileChecksumOffset()
350 void CodeViewContext::emitLineTableForFunction(MCObjectStreamer &OS, in emitLineTableForFunction()
445 void CodeViewContext::emitInlineLineTableForFunction(MCObjectStreamer &OS, in emitInlineLineTableForFunction()
459 MCObjectStreamer &OS, in emitDefRange()
629 raw_svector_ostream OS(Contents); in encodeDefRange() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp111 raw_ostream &llvm::sampleprof::operator<<(raw_ostream &OS, in operator <<()
134 void SampleRecord::print(raw_ostream &OS, unsigned Indent) const { in print()
148 raw_ostream &llvm::sampleprof::operator<<(raw_ostream &OS, in operator <<()
155 void FunctionSamples::print(raw_ostream &OS, unsigned Indent) const { in print()
196 raw_ostream &llvm::sampleprof::operator<<(raw_ostream &OS, in operator <<()
388 std::error_code ProfileSymbolList::write(raw_ostream &OS) { in write()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRFormatter.h43 virtual void printImm(raw_ostream &OS, const MachineInstr &MI, in printImm()
60 printCustomPseudoSourceValue(raw_ostream &OS, ModuleSlotTracker &MST, in printCustomPseudoSourceValue()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypeHashing.cpp36 raw_ostream &OS) { in output()
80 raw_svector_ostream OS(Hash); in toDebugH() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp121 static void tryChangeColor(raw_ostream &OS, unsigned Cycles, in tryChangeColor()
134 void TimelineView::printWaitTimeEntry(formatted_raw_ostream &OS, in printWaitTimeEntry()
217 void TimelineView::printTimelineViewEntry(formatted_raw_ostream &OS, in printTimelineViewEntry()
257 static void printTimelineHeader(formatted_raw_ostream &OS, unsigned Cycles) { in printTimelineHeader()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterBankEmitter.cpp127 void RegisterBankEmitter::emitHeader(raw_ostream &OS, in emitHeader()
147 raw_ostream &OS, const StringRef TargetName, in emitBaseClassDefinition()
215 raw_ostream &OS, StringRef TargetName, in emitBaseClassImplementation()
292 void RegisterBankEmitter::run(raw_ostream &OS) { in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaInstPrinter.cpp30 static void printExpr(const MCExpr *Expr, raw_ostream &OS) { in printExpr()
87 raw_ostream &OS) { in printMemOperand()
94 raw_ostream &OS) { in printBranchTarget()
109 raw_ostream &OS) { in printJumpTarget()
125 raw_ostream &OS) { in printCallOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILWriterPass.cpp32 raw_ostream &OS; // raw_ostream to print on member in __anone68014120111::WriteDXILPass
66 llvm::raw_string_ostream OS(Data); in runOnModule() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp26 formatted_raw_ostream &OS; member in __anon01a812640111::X86WinCOFFAsmTargetStreamer
30 X86WinCOFFAsmTargetStreamer(MCStreamer &S, formatted_raw_ostream &OS, in X86WinCOFFAsmTargetStreamer()
292 return Printable([MRI, LLVMReg](raw_ostream &OS) { in printFPOReg()
313 void FPOStateMachine::emitFrameDataRecord(MCStreamer &OS, MCSymbol *Label) { in emitFrameDataRecord()
387 MCStreamer &OS = getStreamer(); in emitFPOData() local
447 formatted_raw_ostream &OS, in createX86AsmTargetStreamer()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/MCTargetDesc/
H A DXCoreInstPrinter.cpp30 void XCoreInstPrinter::printRegName(raw_ostream &OS, MCRegister Reg) const { in printRegName()
52 raw_ostream &OS) { in printExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp330 raw_ostream &OS, in mangleObjCMethodName()
389 llvm::raw_svector_ostream OS(Name); in mangleObjCMethodNameAsSourceName() local
405 bool writeName(const Decl *D, raw_ostream &OS) { in writeName()
435 llvm::raw_string_ostream OS(Name); in getName() local
527 bool writeFuncOrVarName(const NamedDecl *D, raw_ostream &OS) { in writeFuncOrVarName()
549 void writeObjCClassName(const ObjCInterfaceDecl *D, raw_ostream &OS) { in writeObjCClassName()
593 bool ASTNameGenerator::writeName(const Decl *D, raw_ostream &OS) { in writeName()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTDumperUtils.h87 llvm::raw_ostream &OS; variable
91 ColorScope(llvm::raw_ostream &OS, bool ShowColors, TerminalColor Color) in ColorScope()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCExpr.cpp32 void SparcMCExpr::printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const { in printImpl()
43 bool SparcMCExpr::printVariantKind(raw_ostream &OS, VariantKind Kind) in printVariantKind()

12345678910>>...42