Home
last modified time | relevance | path

Searched refs:printJumpTableEntryReference (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineJumpTableInfo.h138 Printable printJumpTableEntryReference(unsigned Idx);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineFunction.cpp1321 OS << printJumpTableEntryReference(i) << ':'; in print()
1335 Printable llvm::printJumpTableEntryReference(unsigned Idx) { in printJumpTableEntryReference() function in llvm
DMachineOperand.cpp851 OS << printJumpTableEntryReference(getIndex()); in print()