Home
last modified time | relevance | path

Searched refs:emitJumpTableEntry (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h889 void emitJumpTableEntry(const MachineJumpTableInfo *MJTI,
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2767 emitJumpTableEntry(MJTI, MBB, JTI); in emitJumpTableInfo()
2775 void AsmPrinter::emitJumpTableEntry(const MachineJumpTableInfo *MJTI, in emitJumpTableEntry() function in AsmPrinter