HomeSort by: relevance | last modified time | path
    Searched refs:AtomType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 96 using AtomType = uint16_t;
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();
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFAcceleratorTable.cpp 73 uint16_t AtomType = AccelSection.getU16(&Offset);
75 HdrData.Atoms.push_back(std::make_pair(AtomType, AtomForm));
89 ArrayRef<std::pair<AppleAcceleratorTable::HeaderData::AtomType,
277 AppleAcceleratorTable::Entry::lookup(HeaderData::AtomType Atom) const {

Completed in 72 milliseconds