Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h152 bool getAllowAtInIdentifier() { return AllowAtInIdentifier; } in getAllowAtInIdentifier() function
/external/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h221 bool getAllowAtInIdentifier() { return AllowAtInIdentifier; } in getAllowAtInIdentifier() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DELFAsmParser.cpp396 if (L.getAllowAtInIdentifier()) in maybeParseSectionType()
700 if (!getLexer().getAllowAtInIdentifier()) in ParseDirectiveType()
763 const bool AllowAtInIdentifier = getLexer().getAllowAtInIdentifier(); in ParseDirectiveSymver()
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp591 if (!getLexer().getAllowAtInIdentifier()) in ParseDirectiveType()
650 const bool AllowAtInIdentifier = getLexer().getAllowAtInIdentifier(); in ParseDirectiveSymver()