Home
last modified time | relevance | path

Searched refs:LexMotorolaIntegers (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h54 bool LexMotorolaIntegers = false; variable
178 void setLexMotorolaIntegers(bool V) { LexMotorolaIntegers = V; } in setLexMotorolaIntegers()
/openbsd/src/gnu/llvm/llvm/lib/MC/MCParser/
DAsmLexer.cpp36 LexMotorolaIntegers = MAI.shouldUseMotorolaIntegers(); in AsmLexer()
434 if (LexMotorolaIntegers && CurPtr[-1] == '$') { in LexDigit()
447 if (LexMotorolaIntegers && CurPtr[-1] == '%') { in LexDigit()
827 if (LexMotorolaIntegers && isHexDigit(*CurPtr)) in LexToken()
871 if (LexMotorolaIntegers && (*CurPtr == '0' || *CurPtr == '1')) { in LexToken()
/openbsd/src/gnu/llvm/llvm/tools/llvm-mc/
Dllvm-mc.cpp205 static cl::opt<bool> LexMotorolaIntegers( variable
342 Parser->getLexer().setLexMotorolaIntegers(LexMotorolaIntegers); in AssembleInput()