Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h144 bool getAllowAtInIdentifier() { return AllowAtInIdentifier; } in getAllowAtInIdentifier() function
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp399 if (L.getAllowAtInIdentifier()) in maybeParseSectionType()
703 if (!getLexer().getAllowAtInIdentifier()) in ParseDirectiveType()
766 const bool AllowAtInIdentifier = getLexer().getAllowAtInIdentifier(); in ParseDirectiveSymver()