Searched defs:AbbrevTable (Results 1 – 2 of 2) sorted by relevance
44 struct AbbrevTable { struct45 std::optional<uint64_t> ID;46 std::vector<Abbrev> Table;
115 IO &IO, DWARFYAML::AbbrevTable &AbbrevTable) { in mapping()