Searched defs:Atom (Results 1 – 7 of 7) sorted by relevance
226 struct Atom { struct232 constexpr Atom(uint16_t Type, uint16_t Form) : Type(Type), Form(Form) {} in Atom() argument240 // static constexpr Atom Atoms[]; argument
28 struct Atom { struct29 unsigned Value;40 static Atom formatAtom(unsigned Atom) { return {Atom}; } in formatAtom()96 for (auto Atom : getAtomsDesc()) { in validateForms() local120 for (auto Atom : getAtomsDesc()) { in readAtoms() local185 for (auto &Atom : AtomForms) { in dumpName() local217 for (const auto &Atom : HdrData.Atoms) { in dump() local263 for (const auto &Atom : HdrData.Atoms) in Entry() local272 for (auto &Atom : Values) in extract() local
116 using Atom = AppleAccelTableData::Atom; typedef in __anon66e006530311::AppleAccelTableWriter637 for (auto Atom : Atoms) in print() local
59 const MCSymbol *Atom; variable
1322 alias Atom = Algebraic!(string, This[]); variable
672 StringRef llvm::dwarf::AtomValueString(uint16_t Atom, unsigned Val) { in AtomValueString()
1439 alias Atom = Algebraic!(string, This[]); variable