Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h789 void emitJumpTableEntry(const MachineJumpTableInfo *MJTI,
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2165 emitJumpTableEntry(MJTI, JTBBs[ii], JTI); in emitJumpTableInfo()
2173 void AsmPrinter::emitJumpTableEntry(const MachineJumpTableInfo *MJTI, in emitJumpTableEntry() function in AsmPrinter