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