Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h153 void setAllowAtInIdentifier(bool v) { AllowAtInIdentifier = v; } in setAllowAtInIdentifier() function
/external/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h222 void setAllowAtInIdentifier(bool v) { AllowAtInIdentifier = v; } in setAllowAtInIdentifier() function
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp651 getLexer().setAllowAtInIdentifier(true); in ParseDirectiveSymver()
653 getLexer().setAllowAtInIdentifier(AllowAtInIdentifier); in ParseDirectiveSymver()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DELFAsmParser.cpp764 getLexer().setAllowAtInIdentifier(true); in ParseDirectiveSymver()
766 getLexer().setAllowAtInIdentifier(AllowAtInIdentifier); in ParseDirectiveSymver()