Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h172 void setLexMasmHexFloats(bool V) { LexMasmHexFloats = V; } in setLexMasmHexFloats() function
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-mc/
Dllvm-mc.cpp343 Parser->getLexer().setLexMasmHexFloats(LexMasmHexFloats); in AssembleInput()