Searched defs:DataAtom (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCAtom.h32 /// or data (a DataAtom). Address ranges are expressed as _closed_ intervals.
35 typedef enum { TextAtom, DataAtom } AtomType; enumerator in enum:llvm::MCAtom::__anon22457
50 bool isDataAtom() { return Type == DataAtom; }

Completed in 90 milliseconds