Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAtom.h35 typedef enum { TextAtom, DataAtom } AtomType; enumerator
49 bool isTextAtom() { return Type == TextAtom; } in isTextAtom()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCAtom.cpp17 assert(Type == TextAtom && "Trying to add MCInst to a non-text atom!"); in addInst()