Searched refs:JumpTableIndex (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h169 JumpTableIndex, enumerator in enum:llvm::MIToken::TokenKind
240 Kind == JumpTableIndex || Kind == IRBlock || Kind == IRValue;
H A DMILexer.cpp370 return maybeLexIndex(C, Token, "%jump-table.", MIToken::JumpTableIndex);
H A DMIParser.cpp2188 assert(Token.is(MIToken::JumpTableIndex));
2884 case MIToken::JumpTableIndex:

Completed in 75 milliseconds