Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h150 void setAllowAtInIdentifier(bool v) { AllowAtInIdentifier = v; } in setAllowAtInIdentifier() function
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp837 getLexer().setAllowAtInIdentifier(true); in ParseDirectiveSymver()
839 getLexer().setAllowAtInIdentifier(AllowAtInIdentifier); in ParseDirectiveSymver()