Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h170 void setLexMasmHexFloats(bool V) { LexMasmHexFloats = V; } in setLexMasmHexFloats() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp335 Parser->getLexer().setLexMasmHexFloats(LexMasmHexFloats); in AssembleInput()