Home
last modified time | relevance | path

Searched refs:HashDirective (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAsmMacro.h41 HashDirective, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DMCAsmLexer.cpp79 case AsmToken::HashDirective: OS << "HashDirective"; break; in dump()
DAsmLexer.cpp563 return AsmToken(AsmToken::HashDirective, s); in LexToken()
DAsmParser.cpp1659 if (Lexer.is(AsmToken::HashDirective)) in parseStatement()
/external/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h44 HashDirective, enumerator
/external/llvm/lib/MC/MCParser/
DAsmLexer.cpp510 return AsmToken(AsmToken::HashDirective, s); in LexToken()
DAsmParser.cpp1423 if (Lexer.is(AsmToken::HashDirective)) in parseStatement()