Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h178 void setLexMotorolaIntegers(bool V) { LexMotorolaIntegers = V; } in setLexMotorolaIntegers() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp336 Parser->getLexer().setLexMotorolaIntegers(LexMotorolaIntegers); in AssembleInput()