Searched refs:TextAtom (Results 1 – 2 of 2) sorted by relevance
35 typedef enum { TextAtom, DataAtom } AtomType; enumerator49 bool isTextAtom() { return Type == TextAtom; } in isTextAtom()
17 assert(Type == TextAtom && "Trying to add MCInst to a non-text atom!"); in addInst()