Searched defs:DebugStream (Results 1 – 3 of 3) sorted by relevance
92 struct DebugStream { struct93 std::function<Error(BinaryStreamWriter &)> WriteFn;94 uint32_t Size = 0;95 uint16_t StreamNumber = kInvalidStreamIndex;
90 struct DebugStream { struct91 std::function<Error(BinaryStreamWriter &)> WriteFn;92 uint32_t Size = 0;93 uint16_t StreamNumber = kInvalidStreamIndex;
123 std::shared_ptr<ModuleDebugStreamRef> DebugStream; variable