Searched defs:ParsedModule (Results 1 – 3 of 3) 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
60 struct ParsedModule { struct61 std::shared_ptr<SymbolTable> fSymbols;62 std::shared_ptr<IRIntrinsicMap> fIntrinsics;