Home
last modified time | relevance | path

Searched refs:AtomType (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.h25 enum AtomType : uint16_t { enum
73 AtomType type;
86 bool ContainsAtom(AtomType atom_type) const;
90 void AppendAtom(AtomType type, dw_form_t form);
H A DHashedNameToDIE.cpp148 bool DWARFMappedHash::Prologue::ContainsAtom(AtomType atom_type) const { in ContainsAtom()
157 void DWARFMappedHash::Prologue::AppendAtom(AtomType type, dw_form_t form) { in AppendAtom()
229 AtomType type = (AtomType)data.GetU16(&offset); in Read()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h96 using AtomType = uint16_t; member
100 SmallVector<std::pair<AtomType, Form>, 3> Atoms;
137 Optional<DWARFFormValue> lookup(HeaderData::AtomType Atom) const;
192 ArrayRef<std::pair<HeaderData::AtomType, HeaderData::Form>> getAtomsDesc();
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp72 uint16_t AtomType = AccelSection.getU16(&Offset); in extract() local
74 HdrData.Atoms.push_back(std::make_pair(AtomType, AtomForm)); in extract()
88 ArrayRef<std::pair<AppleAcceleratorTable::HeaderData::AtomType,
276 AppleAcceleratorTable::Entry::lookup(HeaderData::AtomType Atom) const { in lookup()
/llvm-project-15.0.7/llvm/docs/
H A DSourceLevelDebugging.rst1733 enum AtomType
1761 uint16_t type; // AtomType enum value