Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h53 bool LexMasmStrings = false; variable
174 void setLexMasmStrings(bool V) { LexMasmStrings = V; } in setLexMasmStrings()
/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp574 if (LexMasmStrings) { in LexSingleQuote()
631 if (LexMasmStrings) { in LexQuote()