Searched defs:getAtom (Results 1 – 3 of 3) sorted by relevance
142 int getAtom(const char* s) const in getAtom() function269 int getAtom() const { return atom; } in getAtom() function
90 const MCSymbol *getAtom() const { return Atom; } in getAtom() function
172 const MCSymbol *MCAssembler::getAtom(const MCSymbol &S) const { in getAtom() function in MCAssembler