Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmMacro.h40 HashDirective, enumerator
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/
H A DMCAsmLexer.cpp77 case AsmToken::HashDirective: OS << "HashDirective"; break; in dump()
H A DAsmLexer.cpp749 return AsmToken(AsmToken::HashDirective, s); in LexToken()
H A DAsmParser.cpp1806 if (Lexer.is(AsmToken::HashDirective)) in parseStatement()
4614 } else if (Lexer.is(AsmToken::HashDirective)) { in parseDirectiveMacro()
H A DMasmParser.cpp2122 if (Lexer.is(AsmToken::HashDirective)) in parseStatement()