Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64CompressJumpTables.cpp144 if (ST.force32BitJumpTables() && !MF->getFunction().optForMinSize()) in runOnMachineFunction()
H A DAArch64Subtarget.h328 bool force32BitJumpTables() const { return Force32BitJumpTables; } in force32BitJumpTables() function