Searched defs:ParsedModule (Results 1 – 8 of 8) 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
435 class ParsedModule: class
150 std::optional<Module> ParsedModule = parseModule(Node); in tryModule() local