/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/ |
H A D | MicrosoftDemangleNodes.cpp | 28 static void outputSpaceIfNecessary(OutputStream &OS) { in outputSpaceIfNecessary() 37 static void outputSingleQualifier(OutputStream &OS, Qualifiers Q) { in outputSingleQualifier() 53 static bool outputQualifierIfPresent(OutputStream &OS, Qualifiers Q, in outputQualifierIfPresent() 65 static void outputQualifiers(OutputStream &OS, Qualifiers Q, bool SpaceBefore, in outputQualifiers() 79 static void outputCallingConvention(OutputStream &OS, CallingConv CC) { in outputCallingConvention() 119 OutputStream OS; in toString() local 128 void PrimitiveTypeNode::outputPre(OutputStream &OS, OutputFlags Flags) const { in outputPre() 155 void NodeArrayNode::output(OutputStream &OS, OutputFlags Flags) const { in output() 159 void NodeArrayNode::output(OutputStream &OS, OutputFlags Flags, in output() 171 void EncodedStringLiteralNode::output(OutputStream &OS, in output() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | DAGISelMatcher.cpp | 22 void Matcher::print(raw_ostream &OS, unsigned indent) const { in print() 116 void ScopeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 126 void RecordMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 130 void RecordChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 134 void RecordMemRefMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 138 void CaptureGlueInputMatcher::printImpl(raw_ostream &OS, unsigned indent) const{ in printImpl() 142 void MoveChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 146 void MoveParentMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 150 void CheckSameMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 154 void CheckChildSameMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() [all …]
|
H A D | PredicateExpander.cpp | 18 void PredicateExpander::expandTrue(raw_ostream &OS) { OS << "true"; } in expandTrue() 19 void PredicateExpander::expandFalse(raw_ostream &OS) { OS << "false"; } in expandFalse() 21 void PredicateExpander::expandCheckImmOperand(raw_ostream &OS, int OpIndex, in expandCheckImmOperand() 33 void PredicateExpander::expandCheckImmOperand(raw_ostream &OS, int OpIndex, in expandCheckImmOperand() 48 void PredicateExpander::expandCheckImmOperandSimple(raw_ostream &OS, in expandCheckImmOperandSimple() 61 void PredicateExpander::expandCheckRegOperand(raw_ostream &OS, int OpIndex, in expandCheckRegOperand() 80 void PredicateExpander::expandCheckRegOperandSimple(raw_ostream &OS, in expandCheckRegOperandSimple() 93 void PredicateExpander::expandCheckInvalidRegOperand(raw_ostream &OS, in expandCheckInvalidRegOperand() 99 void PredicateExpander::expandCheckSameRegOperand(raw_ostream &OS, int First, in expandCheckSameRegOperand() 106 void PredicateExpander::expandCheckNumOperands(raw_ostream &OS, int NumOps) { in expandCheckNumOperands() [all …]
|
H A D | DirectiveEmitter.cpp | 28 IfDefScope(StringRef Name, raw_ostream &OS) : Name(Name), OS(OS) { in IfDefScope() 37 raw_ostream &OS; member in __anon989b505f0111::IfDefScope 44 void GenerateEnumClass(const std::vector<Record *> &Records, raw_ostream &OS, in GenerateEnumClass() 77 raw_ostream &OS, const DirectiveLanguage &DirLang, in GenerateEnumClauseVal() 178 void EmitDirectivesDecl(RecordKeeper &Records, raw_ostream &OS) { in EmitDirectivesDecl() 248 void GenerateGetName(const std::vector<Record *> &Records, raw_ostream &OS, in GenerateGetName() 272 void GenerateGetKind(const std::vector<Record *> &Records, raw_ostream &OS, in GenerateGetKind() 307 raw_ostream &OS) { in GenerateGetKindClauseVal() 363 raw_ostream &OS, StringRef DirectiveName, in GenerateCaseForVersionedClauses() 383 raw_ostream &OS) { in GenerateIsAllowedClause() [all …]
|
H A D | SubtargetEmitter.cpp | 141 void SubtargetEmitter::Enumeration(raw_ostream &OS, in Enumeration() 179 static void printFeatureMask(raw_ostream &OS, RecVec &FeatureList, in printFeatureMask() 201 raw_ostream &OS, const DenseMap<Record *, unsigned> &FeatureMap) { in FeatureKeyValues() 251 SubtargetEmitter::CPUKeyValues(raw_ostream &OS, in CPUKeyValues() 378 EmitStageAndOperandCycleData(raw_ostream &OS, in EmitStageAndOperandCycleData() 555 EmitItineraries(raw_ostream &OS, in EmitItineraries() 609 void SubtargetEmitter::EmitProcessorProp(raw_ostream &OS, const Record *R, in EmitProcessorProp() 621 const CodeGenProcModel &ProcModel, raw_ostream &OS) { in EmitProcessorResourceSubUnits() 644 raw_ostream &OS) { in EmitRetireControlUnitInfo() 659 unsigned NumCostEntries, raw_ostream &OS) { in EmitRegisterFileInfo() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | TypePrinter.cpp | 141 static void AppendTypeQualList(raw_ostream &OS, unsigned TypeQuals, in AppendTypeQualList() 163 void TypePrinter::spaceBeforePlaceHolder(raw_ostream &OS) { in spaceBeforePlaceHolder() 175 void TypePrinter::print(QualType t, raw_ostream &OS, StringRef PlaceHolder) { in print() 180 void TypePrinter::print(const Type *T, Qualifiers Quals, raw_ostream &OS, in print() 285 void TypePrinter::printBefore(QualType T, raw_ostream &OS) { in printBefore() 299 void TypePrinter::printBefore(const Type *T,Qualifiers Quals, raw_ostream &OS) { in printBefore() 345 void TypePrinter::printAfter(QualType t, raw_ostream &OS) { in printAfter() 352 void TypePrinter::printAfter(const Type *T, Qualifiers Quals, raw_ostream &OS) { in printAfter() 362 void TypePrinter::printBuiltinBefore(const BuiltinType *T, raw_ostream &OS) { in printBuiltinBefore() 367 void TypePrinter::printBuiltinAfter(const BuiltinType *T, raw_ostream &OS) {} in printBuiltinAfter() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/ |
H A D | PDBExtras.cpp | 24 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 44 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 71 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 103 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_DataKind &Data) { in operator <<() 119 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 168 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_LocType &Loc) { in operator <<() 188 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 202 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 213 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_Lang &Lang) { in operator <<() 238 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_SymType &Tag) { in operator <<() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
H A D | DebugUtils.cpp | 118 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, in operator <<() 141 raw_ostream &operator<<(raw_ostream &OS, const SymbolStringPtr &Sym) { in operator <<() 145 raw_ostream &operator<<(raw_ostream &OS, const SymbolNameSet &Symbols) { in operator <<() 149 raw_ostream &operator<<(raw_ostream &OS, const SymbolNameVector &Symbols) { in operator <<() 153 raw_ostream &operator<<(raw_ostream &OS, ArrayRef<SymbolStringPtr> Symbols) { in operator <<() 157 raw_ostream &operator<<(raw_ostream &OS, const JITSymbolFlags &Flags) { in operator <<() 175 raw_ostream &operator<<(raw_ostream &OS, const JITEvaluatedSymbol &Sym) { in operator <<() 180 raw_ostream &operator<<(raw_ostream &OS, const SymbolFlagsMap::value_type &KV) { in operator <<() 184 raw_ostream &operator<<(raw_ostream &OS, const SymbolMap::value_type &KV) { in operator <<() 188 raw_ostream &operator<<(raw_ostream &OS, const SymbolFlagsMap &SymbolFlags) { in operator <<() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A D | MachOEmitter.cpp | 71 Error MachOWriter::writeMachO(raw_ostream &OS) { in writeMachO() 83 void MachOWriter::writeHeader(raw_ostream &OS) { in writeHeader() 119 size_t writeLoadCommandData(MachOYAML::LoadCommand &LC, raw_ostream &OS, in writeLoadCommandData() 126 raw_ostream &OS, in writeLoadCommandData() 142 MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) { in writeLoadCommandData() 156 size_t writePayloadString(MachOYAML::LoadCommand &LC, raw_ostream &OS) { in writePayloadString() 167 raw_ostream &OS, in writeLoadCommandData() 174 raw_ostream &OS, in writeLoadCommandData() 181 raw_ostream &OS, in writeLoadCommandData() 188 MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) { in writeLoadCommandData() [all …]
|
H A D | WasmEmitter.cpp | 72 raw_ostream &OS; member in __anon07ec07460111::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() 157 void WasmWriter::writeSectionContent(raw_ostream &OS, in writeSectionContent() 169 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() 104 raw_string_ostream OS(AbbrevTableBuffer); in getAbbrevTableContentByIndex() local 131 Error DWARFYAML::emitDebugAbbrev(raw_ostream &OS, const DWARFYAML::Data &DI) { in emitDebugAbbrev() 140 Error DWARFYAML::emitDebugAranges(raw_ostream &OS, const DWARFYAML::Data &DI) { in emitDebugAranges() 189 Error DWARFYAML::emitDebugRanges(raw_ostream &OS, const DWARFYAML::Data &DI) { in emitDebugRanges() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
H A D | DetailedRecordsBackend.cpp | 60 void DetailedRecordsEmitter::run(raw_ostream &OS) { in run() 68 void DetailedRecordsEmitter::printReportHeading(raw_ostream &OS) { in printReportHeading() 73 void DetailedRecordsEmitter::printVariables(raw_ostream &OS) { in printVariables() 85 void DetailedRecordsEmitter::printClasses(raw_ostream &OS) { in printClasses() 101 void DetailedRecordsEmitter::printRecords(raw_ostream &OS) { in printRecords() 119 raw_ostream &OS) { in printSectionHeading() 125 void DetailedRecordsEmitter::printDefms(Record *Rec, raw_ostream &OS) { in printDefms() 139 raw_ostream &OS) { in printTemplateArgs() 159 void DetailedRecordsEmitter::printSuperclasses(Record *Rec, raw_ostream &OS) { in printSuperclasses() 178 void DetailedRecordsEmitter::printFields(Record *Rec, raw_ostream &OS) { in printFields() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/ |
H A D | LanaiInstPrinter.cpp | 34 void LanaiInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName() 38 bool LanaiInstPrinter::printInst(const MCInst *MI, raw_ostream &OS, in printInst() 72 raw_ostream &OS, in printMemoryLoadIncrement() 91 raw_ostream &OS, in printMemoryStoreIncrement() 109 bool LanaiInstPrinter::printAlias(const MCInst *MI, raw_ostream &OS) { in printAlias() 143 raw_ostream &OS) { in printInst() 150 raw_ostream &OS, const char *Modifier) { in printOperand() 164 raw_ostream &OS) { in printMemImmOperand() 178 raw_ostream &OS) { in printHi16ImmOperand() 190 raw_ostream &OS) { in printHi16AndImmOperand() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
H A D | SourceCoverageViewText.cpp | 27 void CoveragePrinterText::closeViewFile(OwnedStream OS) { in closeViewFile() 37 auto OS = std::move(OSOrErr.get()); in createIndexFile() local 72 void SourceCoverageViewText::renderSourceName(raw_ostream &OS, bool WholeFile) { in renderSourceName() 77 void SourceCoverageViewText::renderLinePrefix(raw_ostream &OS, in renderLinePrefix() 85 void SourceCoverageViewText::renderViewDivider(raw_ostream &OS, in renderViewDivider() 96 void SourceCoverageViewText::renderLine(raw_ostream &OS, LineRef L, in renderLine() 149 raw_ostream &OS, const LineCoverageStats &Line) { in renderLineCoverageColumn() 162 void SourceCoverageViewText::renderLineNumberColumn(raw_ostream &OS, in renderLineNumberColumn() 173 void SourceCoverageViewText::renderRegionMarkers(raw_ostream &OS, in renderRegionMarkers() 206 void SourceCoverageViewText::renderExpansionSite(raw_ostream &OS, LineRef L, in renderExpansionSite() [all …]
|
H A D | SourceCoverageViewHTML.cpp | 45 raw_string_ostream OS{EscapedHTML}; in escape() local 259 void emitPrelude(raw_ostream &OS, const CoverageViewOptions &Opts, in emitPrelude() 275 void emitEpilog(raw_ostream &OS) { in emitEpilog() 288 OwnedStream OS = std::move(OSOrErr.get()); in createViewFile() local 300 void CoveragePrinterHTML::closeViewFile(OwnedStream OS) { in closeViewFile() 305 static void emitColumnLabelsForIndex(raw_ostream &OS, in emitColumnLabelsForIndex() 335 void CoveragePrinterHTML::emitFileSummary(raw_ostream &OS, StringRef SF, in emitFileSummary() 409 auto OS = std::move(OSOrErr.get()); in createIndexFile() local 468 void SourceCoverageViewHTML::renderViewHeader(raw_ostream &OS) { in renderViewHeader() 472 void SourceCoverageViewHTML::renderViewFooter(raw_ostream &OS) { in renderViewFooter() [all …]
|
H A D | CoverageExporterLcov.cpp | 49 void renderFunctionSummary(raw_ostream &OS, in renderFunctionSummary() 56 raw_ostream &OS, in renderFunctions() 66 void renderLineExecutionCounts(raw_ostream &OS, in renderLineExecutionCounts() 114 void renderBranchExecutionCounts(raw_ostream &OS, in renderBranchExecutionCounts() 163 void renderLineSummary(raw_ostream &OS, const FileCoverageSummary &Summary) { in renderLineSummary() 168 void renderBranchSummary(raw_ostream &OS, const FileCoverageSummary &Summary) { in renderBranchSummary() 173 void renderFile(raw_ostream &OS, const coverage::CoverageMapping &Coverage, in renderFile() 196 void renderFiles(raw_ostream &OS, const coverage::CoverageMapping &Coverage, in renderFiles()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Mangler.cpp | 33 static void getNameWithPrefixImpl(raw_ostream &OS, const Twine &GVName, in getNameWithPrefixImpl() 62 static void getNameWithPrefixImpl(raw_ostream &OS, const Twine &GVName, in getNameWithPrefixImpl() 69 void Mangler::getNameWithPrefix(raw_ostream &OS, const Twine &GVName, in getNameWithPrefix() 76 raw_svector_ostream OS(OutName); in getNameWithPrefix() local 94 static void addByteCountSuffix(raw_ostream &OS, const Function *F, in addByteCountSuffix() 114 void Mangler::getNameWithPrefix(raw_ostream &OS, const GlobalValue *GV, in getNameWithPrefix() 183 raw_svector_ostream OS(OutName); in getNameWithPrefix() local 206 void llvm::emitLinkerFlagsForGlobalCOFF(raw_ostream &OS, const GlobalValue *GV, in emitLinkerFlagsForGlobalCOFF() 242 void llvm::emitLinkerFlagsForUsedCOFF(raw_ostream &OS, const GlobalValue *GV, in emitLinkerFlagsForUsedCOFF()
|
H A D | IRPrintingPasses.cpp | 26 PrintModulePass::PrintModulePass(raw_ostream &OS, const std::string &Banner, in PrintModulePass() 53 PrintFunctionPass::PrintFunctionPass(raw_ostream &OS, const std::string &Banner) in PrintFunctionPass() 75 PrintModulePassWrapper(raw_ostream &OS, const std::string &Banner, in PrintModulePassWrapper() 98 PrintFunctionPassWrapper(raw_ostream &OS, const std::string &Banner) in PrintFunctionPassWrapper() 124 ModulePass *llvm::createPrintModulePass(llvm::raw_ostream &OS, in createPrintModulePass() 130 FunctionPass *llvm::createPrintFunctionPass(llvm::raw_ostream &OS, in createPrintFunctionPass()
|
/netbsd-src/external/apache2/llvm/dist/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 <<()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CIndexUSRs.cpp | 94 llvm::raw_svector_ostream OS(Buf); in clang_constructUSR_ObjCIvar() local 104 llvm::raw_svector_ostream OS(Buf); in clang_constructUSR_ObjCMethod() local 112 llvm::raw_svector_ostream OS(Buf); in clang_constructUSR_ObjCClass() local 119 llvm::raw_svector_ostream OS(Buf); in clang_constructUSR_ObjCProtocol() local 127 llvm::raw_svector_ostream OS(Buf); in clang_constructUSR_ObjCCategory() local 135 llvm::raw_svector_ostream OS(Buf); in clang_constructUSR_ObjCProperty() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | StackSafetyAnalysis.h | 95 raw_ostream &OS; variable 98 explicit StackSafetyPrinterPass(raw_ostream &OS) : OS(OS) {} in StackSafetyPrinterPass() 133 raw_ostream &OS; variable 136 explicit StackSafetyGlobalPrinterPass(raw_ostream &OS) : OS(OS) {} in StackSafetyGlobalPrinterPass()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/custom/ |
H A D | gtest-printers.h | 51 inline void PrintTo(llvm::StringRef S, std::ostream *OS) { in PrintTo() 60 inline void PrintTo(const SmallString<N> &S, std::ostream *OS) { in PrintTo() 63 inline void PrintTo(const SmallVectorImpl<char> &S, std::ostream *OS) { in PrintTo()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | WithColor.cpp | 22 WithColor::WithColor(raw_ostream &OS, HighlightColor Color, ColorMode Mode) in WithColor() 69 raw_ostream &WithColor::error(raw_ostream &OS, StringRef Prefix, in error() 79 raw_ostream &WithColor::warning(raw_ostream &OS, StringRef Prefix, in warning() 89 raw_ostream &WithColor::note(raw_ostream &OS, StringRef Prefix, in note() 99 raw_ostream &WithColor::remark(raw_ostream &OS, StringRef Prefix, in remark()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ASTDumper.h | 22 raw_ostream &OS; variable 27 ASTDumper(raw_ostream &OS, const ASTContext &Context, bool ShowColors) in ASTDumper() 30 ASTDumper(raw_ostream &OS, bool ShowColors) in ASTDumper()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/ |
H A D | BitcodeWriterPass.h | 51 raw_ostream &OS; variable 68 : OS(OS), ShouldPreserveUseListOrder(ShouldPreserveUseListOrder), in OS() argument
|