Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineJumpTableInfo.h135 Printable printJumpTableEntryReference(unsigned Idx);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp981 OS << printJumpTableEntryReference(i) << ':'; in print()
995 Printable llvm::printJumpTableEntryReference(unsigned Idx) { in printJumpTableEntryReference() function in llvm
DMachineOperand.cpp831 OS << printJumpTableEntryReference(getIndex()); in print()