Return true if jump tables for F should live in its text section.
Declared in <llvm/CodeGen/TargetLoweringObjectFileImpl.h>
virtual
bool
shouldPutJumpTableInFunctionSection(
bool UsesLabelDifference,
Function const& F) const override;
True if jump tables for F should live in its text section.
| Name | Description |
|---|---|
| UsesLabelDifference | Whether entries use label differences. |
| F | Function whose jump tables are being placed. |