Searched refs:maybeLexIndex (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/ |
| H A D | MILexer.cpp | 333 static Cursor maybeLexIndex(Cursor C, MIToken &Token, StringRef Rule, in maybeLexIndex() function 370 return maybeLexIndex(C, Token, "%jump-table.", MIToken::JumpTableIndex); in maybeLexJumpTableIndex() 378 return maybeLexIndex(C, Token, "%fixed-stack.", MIToken::FixedStackObject); in maybeLexFixedStackObject() 382 return maybeLexIndex(C, Token, "%const.", MIToken::ConstantPoolItem); in maybeLexConstantPoolItem() 400 return maybeLexIndex(C, Token, Rule, MIToken::IRBlock); in maybeLexIRBlock() 410 return maybeLexIndex(C, Token, Rule, MIToken::IRValue); in maybeLexIRValue()
|