llvm::TargetLoweringObjectFile::getSectionForJumpTable

Return the section used to emit the given jump-table entry for F.

Synopsis

Declared in <llvm/Target/TargetLoweringObjectFile.h>

virtual
MCSection*
getSectionForJumpTable(
    Function const& F,
    TargetMachine const& TM,
    MachineJumpTableEntry const* JTE) const;

Return Value

The section used to emit the jump-table entry for F.

Parameters

NameDescription
FFunction owning the jump table.
TMTarget machine whose sectioning conventions apply.
JTEJump-table entry being placed, if entry-specific.