Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h938 void emitJumpTableSizesSection(const MachineJumpTableInfo &MJTI,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3064 emitJumpTableSizesSection(MJTI, MF->getFunction()); in emitJumpTableImpl()
3070 void AsmPrinter::emitJumpTableSizesSection(const MachineJumpTableInfo &MJTI, in emitJumpTableSizesSection() function in AsmPrinter