Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/
DMCAtom.cpp59 } else if (isTextAtom()) { in split()
84 } else if (isTextAtom()) { in truncate()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAtom.h49 bool isTextAtom() { return Type == TextAtom; } in isTextAtom() function