Searched defs:Atom (Results 1 – 6 of 6) sorted by relevance
238 struct Atom { struct244 constexpr Atom(uint16_t Type, uint16_t Form) : Type(Type), Form(Form) {} in Atom() function252 // static constexpr Atom Atoms[]; argument
19 const llvm::DenseMap<Atom, const Formula *> &Substitutions, in substitute()57 for (Atom Atom : Atoms) in projectToLeaders() local
27 struct Atom { struct28 unsigned Value;39 static Atom formatAtom(unsigned Atom) { return {Atom}; } in formatAtom()108 for (auto Atom : getAtomsDesc()) { in validateForms() local131 for (auto Atom : getAtomsDesc()) { in readAtoms() local195 for (auto &Atom : AtomForms) { in dumpName() local228 for (const auto &Atom : HdrData.Atoms) { in dump() local273 for (const auto &Atom : Table.HdrData.Atoms) in Entry() local
103 using Atom = AppleAccelTableData::Atom; typedef in __anon2660ec280311::AppleAccelTableWriter769 for (auto Atom : Atoms) in print() local
770 StringRef llvm::dwarf::AtomValueString(uint16_t Atom, unsigned Val) { in AtomValueString()
3361 llvm::Instruction *KeyInstruction, llvm::Value *Backup, uint64_t Atom) { in addInstToSpecificSourceAtom()