Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h149 bool getAllowAtInIdentifier() { return AllowAtInIdentifier; } in getAllowAtInIdentifier() function
/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp423 if (L.getAllowAtInIdentifier()) in maybeParseSectionType()
775 if (!getLexer().getAllowAtInIdentifier()) in ParseDirectiveType()
838 const bool AllowAtInIdentifier = getLexer().getAllowAtInIdentifier(); in ParseDirectiveSymver()