Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h113 using AtomType = uint16_t; member
117 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()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp77 uint16_t AtomType = AccelSection.getU16(&Offset); in extract() local
79 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()