Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64CompressJumpTables.cpp169 if (ST.force32BitJumpTables() && !MF->getFunction().hasMinSize()) in runOnMachineFunction()
H A DAArch64Subtarget.h410 bool force32BitJumpTables() const { return Force32BitJumpTables; } in force32BitJumpTables() function