Searched defs:ParsedModule (Results 1 – 2 of 2) sorted by relevance
74 struct ParsedModule { struct75 static constexpr Stream::StreamKind Kind = Stream::StreamKind::ModuleList;76 static constexpr minidump::StreamType Type = minidump::StreamType::ModuleList;78 minidump::Module Entry;79 std::string Name;80 yaml::BinaryRef CvRecord;81 yaml::BinaryRef MiscRecord;
146 std::optional<Module> ParsedModule = parseModule(Node); in tryModule() local