HomeSort by relevance Sort by last modified time
    Searched refs:setAllowAtInIdentifier (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 190 void setAllowAtInIdentifier(bool v) { AllowAtInIdentifier = v; }
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 653 getLexer().setAllowAtInIdentifier(true);
655 getLexer().setAllowAtInIdentifier(AllowAtInIdentifier);

Completed in 228 milliseconds