Searched defs:Atom (Results 1 – 7 of 7) sorted by relevance
237 struct Atom { struct243 constexpr Atom(uint16_t Type, uint16_t Form) : Type(Type), Form(Form) {} in Atom() argument251 // 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 { struct 39 static Atom formatAtom(unsigned Atom) { return {Atom}; } in formatAtom() argument 108 for (auto Atom : getAtomsDesc()) { in validateForms() local 131 for (auto Atom : getAtomsDesc()) { in readAtoms() local 28 Value__anon7bfd77290111::Atom global() argument 195 for (auto &Atom : AtomForms) { dumpName() local 228 for (const auto &Atom : HdrData.Atoms) { dump() local 273 for (const auto &Atom : Table.HdrData.Atoms) Entry() local [all...]
66 @interface Atom : NSObject { interface 80 @implementation Atom implementation
34 enum class Atom : unsigned {}; enum
104 using Atom = AppleAccelTableData::Atom; global() typedef in __anon6191a53b0311::AppleAccelTableWriter 770 for (auto Atom : Atoms) print() local [all...]
749 StringRef llvm::dwarf::AtomValueString(uint16_t Atom, unsigned Val) { in AtomValueString()