Searched refs:getJumpTableEntrySize (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h270 unsigned getJumpTableEntrySize(int Idx) const { function in class:llvm::final
H A DAArch64AsmPrinter.cpp784 unsigned Size = AFI->getJumpTableEntrySize(JTI);
798 unsigned Size = AFI->getJumpTableEntrySize(JTI);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp465 unsigned getJumpTableEntrySize();
1194 unsigned LowerTypeTestsModule::getJumpTableEntrySize() { function in class:LowerTypeTestsModule
1233 return ArrayType::get(Int8Ty, getJumpTableEntrySize());
1367 F->setAlignment(Align(getJumpTableEntrySize()));
1485 unsigned EntrySize = getJumpTableEntrySize();

Completed in 187 milliseconds