Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAsmInfo.h637 bool hasMipsExpressions() const { return HasMipsExpressions; } in hasMipsExpressions() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DAsmLexer.cpp665 if (MAI.hasMipsExpressions()) { in LexToken()