Home
last modified time | relevance | path

Searched defs:ParsedModule (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/include/llvm/ObjectYAML/
DMinidumpYAML.h73 struct ParsedModule { struct
74 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
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DMinidumpYAML.h73 struct ParsedModule { struct
74 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
/external/skia/src/sksl/
DSkSLCompiler.h60 struct ParsedModule { struct
61 std::shared_ptr<SymbolTable> fSymbols;
62 std::shared_ptr<IRIntrinsicMap> fIntrinsics;