Searched defs:Stream (Results 1 - 25 of 121) sorted by relevance

12345

/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInjectedSourceStream.cpp23 InjectedSourceStream( std::unique_ptr<MappedBlockStream> Stream) argument
H A DSymbolStream.cpp18 SymbolStream::SymbolStream(std::unique_ptr<MappedBlockStream> Stream) argument
H A DPublicsStream.cpp37 PublicsStream::PublicsStream(std::unique_ptr<MappedBlockStream> Stream) argument
H A DHashTable.cpp21 Error llvm::pdb::readSparseBitVector(BinaryStreamReader &Stream, argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticPrinter.h63 raw_ostream &Stream; member in class:llvm::DiagnosticPrinterRawOStream
66 DiagnosticPrinterRawOStream(raw_ostream &Stream) : Stream(Stream) {} argument
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DState.h69 static void format(const lldb::StateType &state, raw_ostream &Stream, argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.h36 const InjectedSourceStream &Stream; member in class:llvm::pdb::NativeEnumInjectedSources
H A DSymbolStream.h41 std::unique_ptr<msf::MappedBlockStream> Stream; member in class:llvm::pdb::SymbolStream
H A DDbiModuleDescriptor.h59 Error operator()(BinaryStreamRef Stream, uint32_t &Length, argument
H A DInjectedSourceStream.h34 std::unique_ptr<msf::MappedBlockStream> Stream; member in class:llvm::pdb::InjectedSourceStream
H A DInfoStream.h54 std::unique_ptr<BinaryStream> Stream; member in class:llvm::pdb::InfoStream
H A DPublicsStream.h45 std::unique_ptr<msf::MappedBlockStream> Stream; member in class:llvm::pdb::PublicsStream
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossExSubsection.cpp30 Error DebugCrossModuleExportsSubsectionRef::initialize(BinaryStreamRef Stream) { argument
H A DFormatters.cpp39 void GuidAdapter::format(raw_ostream &Stream, StringRef Style) { argument
H A DDebugCrossImpSubsection.cpp26 operator()(BinaryStreamRef Stream, uint32_t &Len, argument
49 Error DebugCrossModuleImportsSubsectionRef::initialize(BinaryStreamRef Stream) { argument
H A DRecordSerialization.cpp151 Expected<CVSymbol> llvm::codeview::readSymbolFromStream(BinaryStreamRef Stream, argument
H A DDebugSubsectionRecord.cpp28 Error DebugSubsectionRecord::initialize(BinaryStreamRef Stream, argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeWriter.h34 std::unique_ptr<BitstreamWriter> Stream; member in class:llvm::BitcodeWriter
/freebsd-current/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.h36 std::unique_ptr<BitstreamWriter> Stream; member in class:llvm::dxil::BitcodeWriter
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionRecord.h75 Error operator()(BinaryStreamRef Stream, uint32_t &Length, argument
H A DDebugStringTableSubsection.h49 BinaryStreamRef Stream; member in class:llvm::codeview::DebugStringTableSubsectionRef
H A DFormatters.h53 static void format(const codeview::TypeIndex &V, raw_ostream &Stream, argument
66 static void format(const codeview::GUID &V, llvm::raw_ostream &Stream, argument
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DTestModuleFileExtension.h38 llvm::BitstreamCursor Stream; member in class:clang::TestModuleFileExtension::Reader
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A Dllvm-debuginfo-analyzer.cpp129 raw_ostream &Stream = W.getOStream(); local
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.h65 pdb::TpiStream *Stream = nullptr; member in class:llvm::pdb::MinimalTypeDumpVisitor
27 MinimalTypeDumpVisitor(LinePrinter &P, uint32_t Width, bool RecordBytes, bool Hashes, codeview::LazyRandomTypeCollection &Types, TypeReferenceTracker *RefTracker, uint32_t NumHashBuckets, FixedStreamArray<support::ulittle32_t> HashValues, pdb::TpiStream *Stream) argument

Completed in 314 milliseconds

12345