Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h222 void setAllowAtInIdentifier(bool v) { AllowAtInIdentifier = v; } in setAllowAtInIdentifier() function
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp651 getLexer().setAllowAtInIdentifier(true); in ParseDirectiveSymver()
653 getLexer().setAllowAtInIdentifier(AllowAtInIdentifier); in ParseDirectiveSymver()