On targets that use separate function descriptor symbols, return a section for the descriptor given its symbol. Use only with defined functions.
Declared in <llvm/Target/TargetLoweringObjectFile.h>
virtual
MCSection*
getSectionForFunctionDescriptor(
GlobalObject const* F,
TargetMachine const& TM) const;
The section for the function descriptor, or nullptr if unsupported.
| Name | Description |
|---|---|
| F | Defined function whose descriptor section is requested. |
| TM | Target machine whose sectioning conventions apply. |