Searched refs:AtomType (Results 1 – 2 of 2) sorted by relevance
113 using AtomType = uint16_t; member117 SmallVector<std::pair<AtomType, Form>, 3> Atoms;232 std::optional<DWARFFormValue> lookup(HeaderData::AtomType Atom) const;332 ArrayRef<std::pair<HeaderData::AtomType, HeaderData::Form>> getAtomsDesc();336 bool containsAtomType(HeaderData::AtomType AtomTy) const { in containsAtomType()
77 uint16_t AtomType = AccelSection.getU16(&Offset); in extract() local79 HdrData.Atoms.push_back(std::make_pair(AtomType, AtomForm)); in extract()101 ArrayRef<std::pair<AppleAcceleratorTable::HeaderData::AtomType,283 AppleAcceleratorTable::Entry::lookup(HeaderData::AtomType AtomToFind) const { in lookup()