Searched defs:ParsedModule (Results 1 – 2 of 2) sorted by relevance
73 struct ParsedModule { struct74 static constexpr Stream::StreamKind Kind = Stream::StreamKind::ModuleList;75 static constexpr minidump::StreamType Type = minidump::StreamType::ModuleList;77 minidump::Module Entry;78 std::string Name;79 yaml::BinaryRef CvRecord;103 using ModuleListStream = detail::ListStream<detail::ParsedModule>; argument
149 std::optional<Module> ParsedModule = parseModule(Node); in tryModule() local