Searched defs:Atom (Results 1 – 8 of 8) sorted by relevance
149 struct Atom { struct150 AtomType type; // enum AtomType argument153 Atom(AtomType type, uint16_t form) : type(type), form(form) {} in Atom() argument169 SmallVector<Atom, 1> Atoms; argument
31 void MCModule::remap(MCAtom *Atom, uint64_t NewBegin, uint64_t NewEnd) { in remap()
17 typedef unsigned long Atom; typedef
87 typedef char Atom[atomSize]; typedef
77 } Atom; member
75 MCSymbolData *Atom; variable
64 #define Atom CARD32 macro
752 TextElement TextElement::Atom(RegExpAtom* atom) { in Atom() function in v8::internal::TextElement