Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h210 struct LoclistEntry { struct
211 dwarf::LoclistEntries Operator;
212 std::vector<yaml::Hex64> Values;
213 std::optional<yaml::Hex64> DescriptionsLength;
214 std::vector<DWARFOperation> Descriptions;
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp319 IO &IO, DWARFYAML::LoclistEntry &LoclistEntry) { in mapping()