Searched refs:ListTable (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | DWARFYAML.cpp | 315 void MappingTraits<DWARFYAML::ListTable<EntryType>>::mapping( in mapping() 316 IO &IO, DWARFYAML::ListTable<EntryType> &ListTable) { in mapping() argument 317 IO.mapOptional("Format", ListTable.Format, dwarf::DWARF32); in mapping() 318 IO.mapOptional("Length", ListTable.Length); in mapping() 319 IO.mapOptional("Version", ListTable.Version, 5); in mapping() 320 IO.mapOptional("AddressSize", ListTable.AddrSize); in mapping() 321 IO.mapOptional("SegmentSelectorSize", ListTable.SegSelectorSize, 0); in mapping() 322 IO.mapOptional("OffsetEntryCount", ListTable.OffsetEntryCount); in mapping() 323 IO.mapOptional("Offsets", ListTable.Offsets); in mapping() 324 IO.mapOptional("Lists", ListTable.Lists); in mapping()
|
H A D | DWARFEmitter.cpp | 912 ArrayRef<DWARFYAML::ListTable<EntryType>> Tables, in writeDWARFLists() 914 for (const DWARFYAML::ListTable<EntryType> &Table : Tables) { in writeDWARFLists()
|
/openbsd/gnu/llvm/llvm/include/llvm/ObjectYAML/ |
H A D | DWARFYAML.h | 200 template <typename EntryType> struct ListTable { struct 229 std::optional<std::vector<ListTable<RnglistEntry>>> DebugRnglists; argument 230 std::optional<std::vector<ListTable<LoclistEntry>>> DebugLoclists; 269 llvm::DWARFYAML::ListTable<DWARFYAML::RnglistEntry>) in LLVM_YAML_IS_SEQUENCE_VECTOR() 274 llvm::DWARFYAML::ListTable<DWARFYAML::LoclistEntry>) in LLVM_YAML_IS_SEQUENCE_VECTOR() 356 struct MappingTraits<DWARFYAML::ListTable<EntryType>> { in LLVM_YAML_IS_SEQUENCE_VECTOR() 357 static void mapping(IO &IO, DWARFYAML::ListTable<EntryType> &ListTable); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|