Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/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
/aosp_15_r20/external/perfetto/python/generators/sql_processing/
H A Ddocs_parse.py435 class ParsedModule: class
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/Symbolize/
H A DMarkupFilter.cpp150 std::optional<Module> ParsedModule = parseModule(Node); in tryModule() local