Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp445 bool hasThumb() const { in hasThumb() function in __anonb9f840430111::ARMAsmParser
9421 check(!hasThumb(), L, "target does not support Thumb mode")) in parseDirectiveThumb()
9528 if (!hasThumb()) in parseDirectiveCode()
9585 if (WasThumb && hasThumb()) { in FixModeAfterArchChange()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp257 bool hasThumb() const { in hasThumb() function in __anon708fb9eb0111::ARMAsmParser
9074 if (!hasThumb()) { in parseDirectiveThumb()
9205 if (!hasThumb()) { in parseDirectiveCode()
9276 if (WasThumb && hasThumb()) { in FixModeAfterArchChange()