Searched defs:ParsedModule (Results 1 – 2 of 2) sorted by relevance
18 struct ParsedModule { struct19 std::shared_ptr<SymbolTable> fSymbols;20 std::shared_ptr<IntrinsicMap> fIntrinsics;
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