Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h51 bool LexMasmHexFloats = false; variable
170 void setLexMasmHexFloats(bool V) { LexMasmHexFloats = V; } in setLexMasmHexFloats()
/openbsd/src/gnu/llvm/llvm/tools/llvm-mc/
Dllvm-mc.cpp200 static cl::opt<bool> LexMasmHexFloats( variable
341 Parser->getLexer().setLexMasmHexFloats(LexMasmHexFloats); in AssembleInput()
/openbsd/src/gnu/llvm/llvm/lib/MC/MCParser/
DAsmLexer.cpp368 if (LexMasmHexFloats && (*CurPtr == 'r' || *CurPtr == 'R')) { in LexDigit()