Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h151 bool getAllowAtInIdentifier() { return AllowAtInIdentifier; } in getAllowAtInIdentifier() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp407 if (L.getAllowAtInIdentifier()) in maybeParseSectionType()
747 if (!getLexer().getAllowAtInIdentifier()) in ParseDirectiveType()
810 const bool AllowAtInIdentifier = getLexer().getAllowAtInIdentifier(); in ParseDirectiveSymver()