Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h96 using AtomType = uint16_t; member
100 SmallVector<std::pair<AtomType, Form>, 3> Atoms;
138 std::optional<DWARFFormValue> lookup(HeaderData::AtomType Atom) const;
193 ArrayRef<std::pair<HeaderData::AtomType, HeaderData::Form>> getAtomsDesc();
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/docs/
H A DSourceLevelDebugging.rst1767 enum AtomType
1795 uint16_t type; // AtomType enum value