HomeSort by: relevance | last modified time | path
    Searched refs:LexMasmHexFloats (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 53 bool LexMasmHexFloats = false;
172 void setLexMasmHexFloats(bool V) { LexMasmHexFloats = V; }
  /src/external/apache2/llvm/dist/llvm/tools/llvm-mc/
llvm-mc.cpp 172 static cl::opt<bool> LexMasmHexFloats(
311 Parser->getLexer().setLexMasmHexFloats(LexMasmHexFloats);
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
AsmLexer.cpp 367 if (LexMasmHexFloats && (*CurPtr == 'r' || *CurPtr == 'R')) {

Completed in 33 milliseconds