Searched refs:LexMotorolaIntegers (Results 1 – 3 of 3) sorted by relevance
56 bool LexMotorolaIntegers = false; variable180 void setLexMotorolaIntegers(bool V) { LexMotorolaIntegers = V; } in setLexMotorolaIntegers()
36 LexMotorolaIntegers = MAI.shouldUseMotorolaIntegers(); in AsmLexer()433 if (LexMotorolaIntegers && CurPtr[-1] == '$') { in LexDigit()446 if (LexMotorolaIntegers && CurPtr[-1] == '%') { in LexDigit()826 if (LexMotorolaIntegers && isHexDigit(*CurPtr)) in LexToken()870 if (LexMotorolaIntegers && (*CurPtr == '0' || *CurPtr == '1')) { in LexToken()
207 static cl::opt<bool> LexMotorolaIntegers( variable344 Parser->getLexer().setLexMotorolaIntegers(LexMotorolaIntegers); in AssembleInput()