llvm::TargetLoweringObjectFileWasm::shouldPutJumpTableInFunctionSection

Return true if jump tables for F should live in its text section.

Synopsis

Declared in <llvm/CodeGen/TargetLoweringObjectFileImpl.h>

virtual
bool
shouldPutJumpTableInFunctionSection(
    bool UsesLabelDifference,
    Function const& F) const override;

Return Value

True if jump tables for F should live in its text section.

Parameters

NameDescription
UsesLabelDifferenceWhether entries use label differences.
FFunction whose jump tables are being placed.