Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchMachineFunctionInfo.h84 int getJumpInfoJTIIndex(unsigned Idx) { return JumpInfos[Idx].second; } in getJumpInfoJTIIndex() function
H A DLoongArchAsmPrinter.cpp288 int JTIIdx = LAFI->getJumpInfoJTIIndex(Idx); in emitJumpTableInfo()