| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | WasmEmitter.cpp | 86 raw_ostream &getStream() { return StringStream; } in getStream() function in __anon01611deb0111::SubSectionWriter 168 raw_ostream &SubOS = SubSection.getStream(); in writeSectionContent() 177 raw_ostream &SubOS = SubSection.getStream(); in writeSectionContent() 199 writeUint8(SubSection.getStream(), Info.Kind); in writeSectionContent() 200 encodeULEB128(Info.Flags, SubSection.getStream()); in writeSectionContent() 212 writeStringRef(Info.Name, SubSection.getStream()); in writeSectionContent() 247 encodeULEB128(Func.Priority, SubSection.getStream()); in writeSectionContent() 248 encodeULEB128(Func.Symbol, SubSection.getStream()); in writeSectionContent() 258 writeStringRef(C.Name, SubSection.getStream()); in writeSectionContent() 262 writeUint8(SubSection.getStream(), Entry.Kind); in writeSectionContent() [all …]
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | MicrosoftMangle.cpp | 3491 Mangler.getStream() << '?'; in mangleVirtualMemPtrThunk() 3500 Mangler.getStream() << '?'; in mangleThunk() 3550 Mangler.getStream() << '@'; in mangleCXXVFTable() 3567 Mangler.getStream() << '@'; in mangleCXXVBTable() 3575 Mangler.getStream() << "@8"; in mangleCXXRTTI() 3581 Mangler.getStream() << '.'; in mangleCXXRTTIName() 3678 Mangler.getStream() << "8"; in mangleCXXRTTIBaseClassDescriptor() 3687 Mangler.getStream() << "8"; in mangleCXXRTTIBaseClassArray() 3696 Mangler.getStream() << "8"; in mangleCXXRTTIClassHierarchyDescriptor() 3750 Mangler.getStream() << '?'; in mangleTypeName() [all …]
|
| H A D | ItaniumMangle.cpp | 6359 Mangler.getStream() << "_ZT"; in mangleThunk() 6361 Mangler.getStream() << 'c'; in mangleThunk() 6381 Mangler.getStream() << "_ZT"; in mangleCXXDtorThunk() 6398 Mangler.getStream() << "_ZGV"; in mangleStaticGuardVariable() 6457 Mangler.getStream() << "_ZTH"; in mangleItaniumThreadLocalInit() 6466 Mangler.getStream() << "_ZTW"; in mangleItaniumThreadLocalWrapper() 6476 Mangler.getStream() << "_ZGR"; in mangleReferenceTemporary() 6486 Mangler.getStream() << "_ZTV"; in mangleCXXVTable() 6494 Mangler.getStream() << "_ZTT"; in mangleCXXVTT() 6504 Mangler.getStream() << "_ZTC"; in mangleCXXCtorVTable() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | Minidump.h | 63 return getStream<minidump::SystemInfo>(minidump::StreamType::SystemInfo); in getSystemInfo() 89 return getStream<minidump::ExceptionStream>( in getExceptionStream() 177 Expected<const T &> getStream(minidump::StreamType Stream) const; 190 Expected<const T &> MinidumpFile::getStream(minidump::StreamType Type) const { in getStream() function
|
| /llvm-project-15.0.7/mlir/lib/Dialect/EmitC/IR/ |
| H A D | EmitC.cpp | 212 llvm::printEscapedString(getValue(), printer.getStream()); in print() 248 llvm::printEscapedString(getValue(), printer.getStream()); in print()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | LinePrinter.h | 84 raw_ostream &getStream() { return OS; } in getStream() function 152 return Printer.getStream() << Item;
|
| /llvm-project-15.0.7/llvm/include/llvm/Remarks/ |
| H A D | RemarkStreamer.h | 61 raw_ostream &getStream() { return RemarkSerializer->OS; } in getStream() function
|
| /llvm-project-15.0.7/mlir/tools/mlir-tblgen/ |
| H A D | AttrOrTypeFormatGen.cpp | 530 os.getStream().printReindented(strfmt(checkOptionalParam, in genStructParser() 537 os.getStream().printReindented(strfmt(loopEnd, tgfmt(parserErrorStr, &ctx))); in genStructParser() 547 os.getStream().printReindented(tgfmt(optionalStructFirst, &ctx).str()); in genStructParser() 553 os.getStream().printReindented( in genStructParser() 557 os.getStream().printReindented(tgfmt(loopStart, &ctx).str()); in genStructParser() 572 os.getStream().printReindented( in genStructParser() 581 os.getStream().printReindented(strfmt(loopTerminator, el->getNumParams())); in genStructParser()
|
| H A D | AttrOrTypeDefGen.cpp | 379 m->body().indent().getStream().printReindented(bodyStr); in emitCustomBuilder() 412 m->body().indent().getStream().printReindented(bodyStr); in emitCheckedCustomBuilder()
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | FunctionImplementation.cpp | 250 auto &os = p.getStream(); in printFunctionResultList() 297 p.getStream() << " -> "; in printFunctionSignature()
|
| H A D | AsmPrinter.cpp | 81 auto &os = getStream(); in printFunctionalType() 558 raw_ostream &getStream() const override { return os; } in getStream() function in __anon190d4e680511::DummyAliasOperationPrinter 1406 raw_ostream &getStream() { return os; } in getStream() function in mlir::AsmPrinter::Impl 2285 raw_ostream &AsmPrinter::getStream() const { in getStream() function in AsmPrinter 2287 return impl->getStream(); in getStream() 2293 printFloatValue(value, impl->getStream()); in printFloat() 2324 ::printKeywordOrString(keyword, impl->getStream()); in printKeywordOrString() 2329 ::printSymbolReference(symbolRef, impl->getStream()); in printSymbolName()
|
| H A D | ExtensibleDialect.cpp | 52 interleaveComma(params, printer.getStream()); in typeOrAttrPrinter()
|
| H A D | BuiltinAttributes.cpp | 757 print(printer.getStream()); in print() 792 print(printer.getStream()); in print()
|
| H A D | Operation.cpp | 624 p.getStream() << name; in printOpName()
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | OpImplementation.h | 116 virtual raw_ostream &getStream() const; 155 attrOrTypes, getStream(), in printStrippedAttrOrType() 194 auto &os = getStream() << " -> "; in printArrowTypeList() 208 auto &os = getStream(); in printFunctionalType() 287 p.getStream() << other; 361 getStream() << ", "; in printOperands()
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/cuda/src/ |
| H A D | rtl.cpp | 483 CUstream getStream(const int DeviceId, __tgt_async_info *AsyncInfo) const { in getStream() function in __anondfa3b3cd0111::DeviceRTLTy 1002 CUstream Stream = getStream(DeviceId, AsyncInfo); in dataSubmit() 1019 CUstream Stream = getStream(DeviceId, AsyncInfo); in dataRetrieve() 1037 CUstream Stream = getStream(SrcDevId, AsyncInfo); in dataExchange() 1233 CUstream Stream = getStream(DeviceId, AsyncInfo); in runTargetTeamRegion() 1455 CUstream Stream = getStream(DeviceId, AsyncInfo); in waitEvent() 1484 getStream(DeviceId, *AsyncInfo); in initAsyncInfo()
|
| /llvm-project-15.0.7/clang/lib/Rewrite/ |
| H A D | Rewriter.cpp | 454 raw_ostream &getStream() { return *FileStream; } in getStream() function in __anon1ffd63ef0111::AtomicallyMovedFile 474 I->second.write(File.getStream()); in overwriteChangedFiles()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/ |
| H A D | LLVMTypeSyntax.cpp | 94 llvm::interleaveComma(type.getBody(), printer.getStream(), in printStructType() 116 funcType.getParams(), printer.getStream(), in printFunctionType()
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Dialect/ |
| H A D | FIRType.cpp | 649 p.second.print(printer.getStream()); in print() 658 p.second.print(printer.getStream()); in print() 780 map.print(printer.getStream()); in print()
|
| H A D | FIRAttr.cpp | 221 auto &os = p.getStream(); in printFirAttribute()
|
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | SyntheticSections.h | 63 raw_ostream &getStream() { return bodyOutputStream; } in getStream() function
|
| /llvm-project-15.0.7/mlir/test/lib/Dialect/Test/ |
| H A D | TestDialect.cpp | 500 printer.getStream() << " custom_format"; in getOperationPrinter() 505 printer.getStream() << " custom_format_fallback"; in getOperationPrinter()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/ |
| H A D | SPIRVAttributes.cpp | 603 auto &os = printer.getStream(); in print()
|
| /llvm-project-15.0.7/mlir/include/mlir/TableGen/ |
| H A D | Class.h | 226 raw_indented_ostream &getStream() { return os; } in getStream() function
|