Home
last modified time | relevance | path

Searched refs:DataAtom (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAtom.h35 typedef enum { TextAtom, DataAtom } AtomType; enumerator
50 bool isDataAtom() { return Type == DataAtom; } in isDataAtom()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCAtom.cpp28 assert(Type == DataAtom && "Trying to add MCData to a non-data atom!"); in addData()