HomeSort by relevance Sort by last modified time
    Searched refs:DataAtom (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAtom.h 32 /// or data (a DataAtom). Address ranges are expressed as _closed_ intervals.
35 typedef enum { TextAtom, DataAtom } AtomType;
50 bool isDataAtom() { return Type == DataAtom; }
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAtom.cpp 28 assert(Type == DataAtom && "Trying to add MCData to a non-data atom!");

Completed in 165 milliseconds