Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h170 void setLexMasmHexFloats(bool V) { LexMasmHexFloats = V; } in setLexMasmHexFloats() function
/llvm-project-15.0.7/llvm/tools/llvm-ml/
H A Dllvm-ml.cpp116 Lexer.setLexMasmHexFloats(true); in AsLexInput()
173 Parser->getLexer().setLexMasmHexFloats(true); in AssembleInput()
/llvm-project-15.0.7/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp341 Parser->getLexer().setLexMasmHexFloats(LexMasmHexFloats); in AssembleInput()