Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h74 struct ParsedModule { struct
75 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;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DMarkupFilter.cpp146 std::optional<Module> ParsedModule = parseModule(Node); in tryModule() local