Return the section used to emit the given jump-table entry for F.
Declared in <llvm/Target/TargetLoweringObjectFile.h>
virtual
MCSection*
getSectionForJumpTable(
Function const& F,
TargetMachine const& TM,
MachineJumpTableEntry const* JTE) const;
The section used to emit the jump-table entry for F.
| Name | Description |
|---|---|
| F | Function owning the jump table. |
| TM | Target machine whose sectioning conventions apply. |
| JTE | Jump-table entry being placed, if entry-specific. |