| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | PredicateExpander.cpp | 19 void PredicateExpander::expandTrue(raw_ostream &OS) { OS << "true"; } in expandTrue() 20 void PredicateExpander::expandFalse(raw_ostream &OS) { OS << "false"; } in expandFalse() 22 void PredicateExpander::expandCheckImmOperand(raw_ostream &OS, int OpIndex, in expandCheckImmOperand() 34 void PredicateExpander::expandCheckImmOperand(raw_ostream &OS, int OpIndex, in expandCheckImmOperand() 49 void PredicateExpander::expandCheckImmOperandSimple(raw_ostream &OS, in expandCheckImmOperandSimple() 62 void PredicateExpander::expandCheckImmOperandLT(raw_ostream &OS, int OpIndex, in expandCheckImmOperandLT() 74 void PredicateExpander::expandCheckImmOperandGT(raw_ostream &OS, int OpIndex, in expandCheckImmOperandGT() 86 void PredicateExpander::expandCheckRegOperand(raw_ostream &OS, int OpIndex, in expandCheckRegOperand() 104 void PredicateExpander::expandCheckRegOperandSimple(raw_ostream &OS, in expandCheckRegOperandSimple() 117 void PredicateExpander::expandCheckInvalidRegOperand(raw_ostream &OS, in expandCheckInvalidRegOperand() [all …]
|
| H A D | DAGISelMatcher.cpp | 22 void Matcher::print(raw_ostream &OS, indent Indent) const { in print() 114 void ScopeMatcher::printImpl(raw_ostream &OS, indent Indent) const { in printImpl() 124 void RecordMatcher::printImpl(raw_ostream &OS, indent Indent) const { in printImpl() 128 void RecordChildMatcher::printImpl(raw_ostream &OS, indent Indent) const { in printImpl() 132 void RecordMemRefMatcher::printImpl(raw_ostream &OS, indent Indent) const { in printImpl() 136 void CaptureGlueInputMatcher::printImpl(raw_ostream &OS, indent Indent) const { in printImpl() 140 void MoveChildMatcher::printImpl(raw_ostream &OS, indent Indent) const { in printImpl() 144 void MoveSiblingMatcher::printImpl(raw_ostream &OS, indent Indent) const { in printImpl() 148 void MoveParentMatcher::printImpl(raw_ostream &OS, indent Indent) const { in printImpl() 152 void CheckSameMatcher::printImpl(raw_ostream &OS, indent Indent) const { in printImpl() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 151 static void AppendTypeQualList(raw_ostream &OS, unsigned TypeQuals, in AppendTypeQualList() 173 void TypePrinter::spaceBeforePlaceHolder(raw_ostream &OS) { in spaceBeforePlaceHolder() 185 void TypePrinter::print(QualType t, raw_ostream &OS, StringRef PlaceHolder) { in print() 190 void TypePrinter::print(const Type *T, Qualifiers Quals, raw_ostream &OS, in print() 312 void TypePrinter::printBefore(QualType T, raw_ostream &OS) { in printBefore() 326 void TypePrinter::printBefore(const Type *T,Qualifiers Quals, raw_ostream &OS) { in printBefore() 372 void TypePrinter::printAfter(QualType t, raw_ostream &OS) { in printAfter() 379 void TypePrinter::printAfter(const Type *T, Qualifiers Quals, raw_ostream &OS) { in printAfter() 389 void TypePrinter::printBuiltinBefore(const BuiltinType *T, raw_ostream &OS) { in printBuiltinBefore() 394 void TypePrinter::printBuiltinAfter(const BuiltinType *T, raw_ostream &OS) {} in printBuiltinAfter() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBExtras.cpp | 23 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 43 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 71 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 104 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_DataKind &Data) { in operator <<() 120 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 169 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_LocType &Loc) { in operator <<() 189 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 203 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 214 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_Lang &Lang) { in operator <<() 245 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_SymType &Tag) { in operator <<() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | MachOEmitter.cpp | 76 Error MachOWriter::writeMachO(raw_ostream &OS) { in writeMachO() 88 void MachOWriter::writeHeader(raw_ostream &OS) { in writeHeader() 124 size_t writeLoadCommandData(MachOYAML::LoadCommand &LC, raw_ostream &OS, in writeLoadCommandData() 131 raw_ostream &OS, in writeLoadCommandData() 147 MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) { in writeLoadCommandData() 161 size_t writePayloadString(MachOYAML::LoadCommand &LC, raw_ostream &OS) { in writePayloadString() 172 raw_ostream &OS, in writeLoadCommandData() 179 raw_ostream &OS, in writeLoadCommandData() 186 raw_ostream &OS, in writeLoadCommandData() 193 MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) { in writeLoadCommandData() [all …]
|
| H A D | WasmEmitter.cpp | 72 raw_ostream &OS; member in __anona5df02bb0111::SubSectionWriter 77 SubSectionWriter(raw_ostream &OS) : OS(OS), StringStream(OutString) {} in SubSectionWriter() 91 static int writeUint64(raw_ostream &OS, uint64_t Value) { in writeUint64() 98 static int writeUint32(raw_ostream &OS, uint32_t Value) { in writeUint32() 105 static int writeUint8(raw_ostream &OS, uint8_t Value) { in writeUint8() 112 static int writeStringRef(const StringRef &Str, raw_ostream &OS) { in writeStringRef() 118 static int writeLimits(const WasmYAML::Limits &Lim, raw_ostream &OS) { in writeLimits() 131 void WasmWriter::writeInitExpr(raw_ostream &OS, in writeInitExpr() 162 void WasmWriter::writeSectionContent(raw_ostream &OS, in writeSectionContent() 193 void WasmWriter::writeSectionContent(raw_ostream &OS, in writeSectionContent() [all …]
|
| H A D | DWARFEmitter.cpp | 42 static void writeInteger(T Integer, raw_ostream &OS, bool IsLittleEndian) { in writeInteger() 49 raw_ostream &OS, bool IsLittleEndian) { in writeVariableSizedInteger() 65 static void ZeroFillBytes(raw_ostream &OS, size_t Size) { in ZeroFillBytes() 71 const uint64_t Length, raw_ostream &OS, in writeInitialLength() 82 raw_ostream &OS, bool IsLittleEndian) { in writeDWARFOffset() 87 Error DWARFYAML::emitDebugStr(raw_ostream &OS, const DWARFYAML::Data &DI) { in emitDebugStr() 103 raw_string_ostream OS(It->second); in getAbbrevTableContentByIndex() local 128 Error DWARFYAML::emitDebugAbbrev(raw_ostream &OS, const DWARFYAML::Data &DI) { in emitDebugAbbrev() 137 Error DWARFYAML::emitDebugAranges(raw_ostream &OS, const DWARFYAML::Data &DI) { in emitDebugAranges() 186 Error DWARFYAML::emitDebugRanges(raw_ostream &OS, const DWARFYAML::Data &DI) { in emitDebugRanges() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/HLSL/ |
| H A D | HLSLRootSignature.cpp | 30 static raw_ostream &printEnum(raw_ostream &OS, const T Value, in printEnum() 39 static raw_ostream &printFlags(raw_ostream &OS, const T Value, in printFlags() 72 static raw_ostream &operator<<(raw_ostream &OS, const Register &Reg) { in operator <<() 79 static raw_ostream &operator<<(raw_ostream &OS, in operator <<() 86 static raw_ostream &operator<<(raw_ostream &OS, in operator <<() 93 static raw_ostream &operator<<(raw_ostream &OS, in operator <<() 100 static raw_ostream &operator<<(raw_ostream &OS, in operator <<() 107 static raw_ostream &operator<<(raw_ostream &OS, in operator <<() 121 static raw_ostream &operator<<(raw_ostream &OS, const ClauseType &Type) { in operator <<() 128 static raw_ostream &operator<<(raw_ostream &OS, in operator <<() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | DetailedRecordsBackend.cpp | 54 void DetailedRecordsEmitter::run(raw_ostream &OS) { in run() 63 void DetailedRecordsEmitter::printReportHeading(raw_ostream &OS) { in printReportHeading() 69 raw_ostream &OS) { in printSectionHeading() 74 void DetailedRecordsEmitter::printVariables(raw_ostream &OS) { in printVariables() 84 void DetailedRecordsEmitter::printClasses(raw_ostream &OS) { in printClasses() 98 void DetailedRecordsEmitter::printRecords(raw_ostream &OS) { in printRecords() 113 void DetailedRecordsEmitter::printAllocationStats(raw_ostream &OS) { in printAllocationStats() 120 void DetailedRecordsEmitter::printDefms(const Record &Rec, raw_ostream &OS) { in printDefms() 133 raw_ostream &OS) { in printTemplateArgs() 154 raw_ostream &OS) { in printSuperclasses() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | DebugUtils.cpp | 117 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, in operator <<() 140 raw_ostream &operator<<(raw_ostream &OS, const SymbolNameSet &Symbols) { in operator <<() 144 raw_ostream &operator<<(raw_ostream &OS, const SymbolNameVector &Symbols) { in operator <<() 148 raw_ostream &operator<<(raw_ostream &OS, ArrayRef<SymbolStringPtr> Symbols) { in operator <<() 152 raw_ostream &operator<<(raw_ostream &OS, const JITSymbolFlags &Flags) { in operator <<() 170 raw_ostream &operator<<(raw_ostream &OS, const ExecutorSymbolDef &Sym) { in operator <<() 174 raw_ostream &operator<<(raw_ostream &OS, const SymbolFlagsMap::value_type &KV) { in operator <<() 178 raw_ostream &operator<<(raw_ostream &OS, const SymbolMap::value_type &KV) { in operator <<() 182 raw_ostream &operator<<(raw_ostream &OS, const SymbolFlagsMap &SymbolFlags) { in operator <<() 187 raw_ostream &operator<<(raw_ostream &OS, const SymbolMap &Symbols) { in operator <<() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MIRPrinter.h | 30 raw_ostream &OS; variable 33 PrintMIRPreparePass(raw_ostream &OS = errs()) : OS(OS) {} in OS() function 39 raw_ostream &OS; variable 42 PrintMIRPass(raw_ostream &OS = errs()) : OS(OS) {} in OS() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/ |
| H A D | LanaiInstPrinter.cpp | 31 void LanaiInstPrinter::printRegName(raw_ostream &OS, MCRegister Reg) { in printRegName() 35 bool LanaiInstPrinter::printInst(const MCInst *MI, raw_ostream &OS, in printInst() 69 raw_ostream &OS, in printMemoryLoadIncrement() 88 raw_ostream &OS, in printMemoryStoreIncrement() 106 bool LanaiInstPrinter::printAlias(const MCInst *MI, raw_ostream &OS) { in printAlias() 140 raw_ostream &OS) { in printInst() 147 raw_ostream &OS) { in printOperand() 160 raw_ostream &OS) { in printMemImmOperand() 174 raw_ostream &OS) { in printHi16ImmOperand() 186 raw_ostream &OS) { in printHi16AndImmOperand() [all …]
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
| H A D | GlobalISelMatchTableExecutorEmitter.cpp | 16 raw_ostream &OS, ArrayRef<RuleMatcher> Rules) { in emitSubtargetFeatureBitsetImpl() 106 raw_ostream &OS, ArrayRef<const Record *> ComplexOperandMatchers) { in emitComplexPredicates() 127 raw_ostream &OS, ArrayRef<StringRef> CustomOperandRenderers) { in emitCustomOperandRenderers() 144 raw_ostream &OS, ArrayRef<LLTCodeGen> TypeObjects) { in emitTypeObjects() 164 raw_ostream &OS, const MatchTable &Table) { in emitMatchTable() 176 raw_ostream &OS, const MatchTable &Table, ArrayRef<LLTCodeGen> TypeObjects, in emitExecutorImpl() 200 raw_ostream &OS, StringRef IfDefName) { in emitPredicateBitset() 210 raw_ostream &OS, StringRef IfDefName) { in emitTemporariesDecl() 249 raw_ostream &OS, unsigned MaxTemporaries, StringRef IfDefName) { in emitTemporariesInit() 260 raw_ostream &OS, StringRef IfDefName) { in emitPredicatesDecl() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFUnwindTablePrinter.cpp | 23 static void printRegister(raw_ostream &OS, DIDumpOptions DumpOpts, in printRegister() 49 static void printUnwindLocation(const UnwindLocation &UL, raw_ostream &OS, in printUnwindLocation() 96 raw_ostream &llvm::dwarf::operator<<(raw_ostream &OS, in operator <<() 117 static void printRegisterLocations(const RegisterLocations &RL, raw_ostream &OS, in printRegisterLocations() 132 raw_ostream &llvm::dwarf::operator<<(raw_ostream &OS, in operator <<() 155 static void printUnwindRow(const UnwindRow &Row, raw_ostream &OS, in printUnwindRow() 169 raw_ostream &llvm::dwarf::operator<<(raw_ostream &OS, const UnwindRow &Row) { in operator <<() 175 void llvm::dwarf::printUnwindTable(const UnwindTable &Rows, raw_ostream &OS, in printUnwindTable() 182 raw_ostream &llvm::dwarf::operator<<(raw_ostream &OS, const UnwindTable &Rows) { in operator <<()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageViewText.cpp | 29 void CoveragePrinterText::closeViewFile(OwnedStream OS) { in closeViewFile() 39 auto OS = std::move(OSOrErr.get()); in createIndexFile() local 73 auto OS = std::move(OSOrErr.get()); in generateSubDirectoryReport() local 137 void SourceCoverageViewText::renderSourceName(raw_ostream &OS, bool WholeFile) { in renderSourceName() 142 void SourceCoverageViewText::renderLinePrefix(raw_ostream &OS, in renderLinePrefix() 150 void SourceCoverageViewText::renderViewDivider(raw_ostream &OS, in renderViewDivider() 161 void SourceCoverageViewText::renderLine(raw_ostream &OS, LineRef L, in renderLine() 214 raw_ostream &OS, const LineCoverageStats &Line) { in renderLineCoverageColumn() 227 void SourceCoverageViewText::renderLineNumberColumn(raw_ostream &OS, in renderLineNumberColumn() 238 void SourceCoverageViewText::renderRegionMarkers(raw_ostream &OS, in renderRegionMarkers() [all …]
|
| H A D | SourceCoverageViewHTML.cpp | 46 raw_string_ostream OS{EscapedHTML}; in escape() local 440 void emitPrelude(raw_ostream &OS, const CoverageViewOptions &Opts, in emitPrelude() 463 void emitTableRow(raw_ostream &OS, const CoverageViewOptions &Opts, in emitTableRow() 520 void emitEpilog(raw_ostream &OS) { in emitEpilog() 533 OwnedStream OS = std::move(OSOrErr.get()); in createViewFile() local 546 void CoveragePrinterHTML::closeViewFile(OwnedStream OS) { in closeViewFile() 551 static void emitColumnLabelsForIndex(raw_ostream &OS, in emitColumnLabelsForIndex() 627 void CoveragePrinterHTML::emitFileSummary(raw_ostream &OS, StringRef SF, in emitFileSummary() 656 auto OS = std::move(OSOrErr.get()); in createIndexFile() local 721 auto OS = std::move(OSOrErr.get()); in generateSubDirectoryReport() local [all …]
|
| /freebsd/contrib/llvm-project/lldb/utils/TableGen/ |
| H A D | LLDBPropertyDefEmitter.cpp | 24 static void emitPropertyEnum(const Record *Property, raw_ostream &OS) { in emitPropertyEnum() 30 static void emitProperty(const Record *Property, raw_ostream &OS) { in emitProperty() 130 raw_ostream &OS) { in emityProperties() 153 raw_ostream &OS) { in emitPropertyEnum() 171 raw_ostream &OS) { in EmitPropertyDefs() 182 raw_ostream &OS) { in EmitPropertyEnumDefs()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | MacroFusionPredicatorEmitter.cpp | 80 ArrayRef<const Record *> Fusions, PredicateExpander &PE, raw_ostream &OS) { in emitMacroFusionDecl() 97 ArrayRef<const Record *> Fusions, PredicateExpander &PE, raw_ostream &OS) { in emitMacroFusionImpl() 127 PredicateExpander &PE, raw_ostream &OS) { in emitPredicates() 145 raw_ostream &OS) { in emitFirstPredicate() 208 raw_ostream &OS) { in emitSecondPredicate() 259 raw_ostream &OS) { in emitBothPredicate() 303 void MacroFusionPredicatorEmitter::run(raw_ostream &OS) { in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | FaultMapParser.cpp | 16 void printFaultType(FaultMapParser::FaultKind FT, raw_ostream &OS) { in printFaultType() 33 llvm::operator<<(raw_ostream &OS, in operator <<() 42 raw_ostream &llvm::operator<<(raw_ostream &OS, in operator <<() 51 raw_ostream &llvm::operator<<(raw_ostream &OS, const FaultMapParser &FMP) { in operator <<()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | IRPrintingPasses.cpp | 30 raw_ostream &OS; member in __anon718093ef0111::PrintModulePassWrapper 37 PrintModulePassWrapper(raw_ostream &OS, const std::string &Banner, in PrintModulePassWrapper() 75 raw_ostream &OS; member in __anon718093ef0111::PrintFunctionPassWrapper 81 PrintFunctionPassWrapper(raw_ostream &OS, const std::string &Banner) in PrintFunctionPassWrapper() 113 ModulePass *llvm::createPrintModulePass(llvm::raw_ostream &OS, in createPrintModulePass() 119 FunctionPass *llvm::createPrintFunctionPass(llvm::raw_ostream &OS, in createPrintFunctionPass()
|
| H A D | Mangler.cpp | 35 static void getNameWithPrefixImpl(raw_ostream &OS, const Twine &GVName, in getNameWithPrefixImpl() 64 static void getNameWithPrefixImpl(raw_ostream &OS, const Twine &GVName, in getNameWithPrefixImpl() 71 void Mangler::getNameWithPrefix(raw_ostream &OS, const Twine &GVName, in getNameWithPrefix() 78 raw_svector_ostream OS(OutName); in getNameWithPrefix() local 96 static void addByteCountSuffix(raw_ostream &OS, const Function *F, in addByteCountSuffix() 121 void Mangler::getNameWithPrefix(raw_ostream &OS, const GlobalValue *GV, in getNameWithPrefix() 191 raw_svector_ostream OS(OutName); in getNameWithPrefix() local 214 void llvm::emitLinkerFlagsForGlobalCOFF(raw_ostream &OS, const GlobalValue *GV, in emitLinkerFlagsForGlobalCOFF() 280 void llvm::emitLinkerFlagsForUsedCOFF(raw_ostream &OS, const GlobalValue *GV, in emitLinkerFlagsForUsedCOFF()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | ModRef.cpp | 19 raw_ostream &llvm::operator<<(raw_ostream &OS, ModRefInfo MR) { in operator <<() 37 raw_ostream &llvm::operator<<(raw_ostream &OS, MemoryEffects ME) { in operator <<() 58 raw_ostream &llvm::operator<<(raw_ostream &OS, CaptureComponents CC) { in operator <<() 77 raw_ostream &llvm::operator<<(raw_ostream &OS, CaptureInfo CI) { in operator <<()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/ |
| H A D | DirectiveEmitter.cpp | 36 IfDefScope(StringRef Name, raw_ostream &OS) : Name(Name), OS(OS) { in IfDefScope() 45 raw_ostream &OS; member in __anoneee6a4850111::IfDefScope 94 raw_ostream &OS, StringRef Enum, in generateEnumExports() 104 static void generateEnumClass(ArrayRef<const Record *> Records, raw_ostream &OS, in generateEnumClass() 132 raw_ostream &OS, StringRef Enum, in generateEnumBitmask() 165 raw_ostream &OS, in generateClauseEnumVal() 271 static void emitDirectivesDecl(const RecordKeeper &Records, raw_ostream &OS) { in emitDirectivesDecl() 398 static void generateGetName(ArrayRef<const Record *> Records, raw_ostream &OS, in generateGetName() 437 static void generateGetKind(ArrayRef<const Record *> Records, raw_ostream &OS, in generateGetKind() 488 raw_ostream &OS) { in generateGetClauseVal() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | StackSafetyAnalysis.h | 103 raw_ostream &OS; variable 106 explicit StackSafetyPrinterPass(raw_ostream &OS) : OS(OS) {} in StackSafetyPrinterPass() argument 141 raw_ostream &OS; global() variable 144 StackSafetyGlobalPrinterPass(raw_ostream & OS) StackSafetyGlobalPrinterPass() argument
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | ThinLTOBitcodeWriter.h | 28 raw_ostream &OS; variable 37 : OS(OS), ThinLinkOS(ThinLinkOS), in OS() argument
|