Searched refs:AtomType (Results 1 – 4 of 4) sorted by relevance
25 enum AtomType : uint16_t { enum73 AtomType type;86 bool ContainsAtom(AtomType atom_type) const;90 void AppendAtom(AtomType type, dw_form_t form);
146 bool DWARFMappedHash::Prologue::ContainsAtom(AtomType atom_type) const { in ContainsAtom()155 void DWARFMappedHash::Prologue::AppendAtom(AtomType type, dw_form_t form) { in AppendAtom()227 AtomType type = (AtomType)data.GetU16(&offset); in Read()
96 using AtomType = uint16_t; member100 SmallVector<std::pair<AtomType, Form>, 3> Atoms;137 Optional<DWARFFormValue> lookup(HeaderData::AtomType Atom) const;192 ArrayRef<std::pair<HeaderData::AtomType, HeaderData::Form>> getAtomsDesc();
73 uint16_t AtomType = AccelSection.getU16(&Offset); in extract() local75 HdrData.Atoms.push_back(std::make_pair(AtomType, AtomForm)); in extract()89 ArrayRef<std::pair<AppleAcceleratorTable::HeaderData::AtomType,277 AppleAcceleratorTable::Entry::lookup(HeaderData::AtomType Atom) const { in lookup()