Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h145 Printable printJumpTableEntryReference(unsigned Idx);
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1352 OS << printJumpTableEntryReference(i) << ':'; in print()
1366 Printable llvm::printJumpTableEntryReference(unsigned Idx) { in printJumpTableEntryReference() function in llvm
H A DMachineOperand.cpp905 OS << printJumpTableEntryReference(getIndex()); in print()