Searched refs:AtomType (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h32 typedef uint16_t AtomType; typedef in struct:llvm::DWARFAcceleratorTable::HeaderData
35 SmallVector<std::pair<AtomType, Form>, 3> Atoms;
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp41 uint16_t AtomType = AccelSection.getU16(&Offset); local
43 HdrData.Atoms.push_back(std::make_pair(AtomType, AtomForm));
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.h134 enum AtomType enum in struct:DWARFMappedHash
278 ContainsAtom (AtomType atom_type) const
291 AppendAtom (AtomType type, dw_form_t form)
371 AtomType type = (AtomType)data.GetU16 (&offset);
517 strm.Printf ("AtomType(0x%x)", header_data.atoms[i].type);

Completed in 121 milliseconds