Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/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;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
H A 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;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/
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;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/
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;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/
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;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp292 IO &IO, DWARFYAML::LoclistEntry &LoclistEntry) { in mapping()