getSectionForJumpTable overloads
Declared in <llvm/CodeGen/TargetLoweringObjectFileImpl.h>
Return the COFF section used for jump tables of F.
virtual
MCSection*
getSectionForJumpTable(
Function const& F,
TargetMachine const& TM) const override;
» 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 is being placed. |
| TM | Target machine providing ABI and section options. |
| JTE | Jump-table entry being placed, if entry-specific. |