Searched refs:TextAtom (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCAtom.h31 /// MCAtom - Represents a contiguous range of either instructions (a TextAtom)
37 enum AtomKind { TextAtom, DataAtom }; enumerator in enum:llvm::MCAtom::AtomKind
46 /// When modifying a TextAtom, keep instruction boundaries in mind.
151 static bool classof(const MCAtom *A) { return A->getKind() == TextAtom; }
156 : MCAtom(TextAtom, P, Begin, End), NextInstAddress(Begin) {}

Completed in 90 milliseconds