Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64CompressJumpTables.cpp122 AFI->setJumpTableEntryInfo(JTIdx, 1, MinBlock->getSymbol()); in compressJumpTable()
127 AFI->setJumpTableEntryInfo(JTIdx, 2, MinBlock->getSymbol()); in compressJumpTable()
H A DAArch64MachineFunctionInfo.h178 void setJumpTableEntryInfo(int Idx, unsigned Size, MCSymbol *PCRelSym) { in setJumpTableEntryInfo() function