Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h188 struct LoclistEntry { struct
189 dwarf::LoclistEntries Operator;
190 std::vector<yaml::Hex64> Values;
191 std::optional<yaml::Hex64> DescriptionsLength;
192 std::vector<DWARFOperation> Descriptions;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
DDWARFYAML.cpp292 IO &IO, DWARFYAML::LoclistEntry &LoclistEntry) { in mapping()