Searched defs:Atom (Results 1 – 6 of 6) sorted by relevance
224 struct Atom { struct230 constexpr Atom(uint16_t Type, uint16_t Form) : Type(Type), Form(Form) {} in Atom() argument238 // static constexpr Atom Atoms[]; argument
72 struct Atom { struct73 AtomType type; argument78 typedef std::vector<Atom> AtomArray; argument
27 struct Atom { struct28 unsigned Value;39 static Atom formatAtom(unsigned Atom) { return {Atom}; } in formatAtom()95 for (auto Atom : getAtomsDesc()) { in validateForms() local119 for (auto Atom : getAtomsDesc()) { in readAtoms() local184 for (auto &Atom : AtomForms) { in dumpName() local216 for (const auto &Atom : HdrData.Atoms) { in dump() local262 for (const auto &Atom : HdrData.Atoms) in Entry() local271 for (auto &Atom : Values) in extract() local
115 using Atom = AppleAccelTableData::Atom; typedef in __anon37a7c1240311::AppleAccelTableWriter636 for (auto Atom : Atoms) in print() local
58 const MCSymbol *Atom; variable
673 StringRef llvm::dwarf::AtomValueString(uint16_t Atom, unsigned Val) { in AtomValueString()