Searched defs: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)
35 typedef enum { TextAtom, DataAtom } AtomType; enumerator in enum:llvm::MCAtom::__anon7167
49 bool isTextAtom() { return Type == TextAtom; }
56 /// and instruction boundary if this is a TextAtom. Returns the newly created

Completed in 286 milliseconds