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;
Instances of this class represent a uniqued identifier for a section in the current translation unit. The MCContext class uniques and creates these.
| Name | Description |
|---|---|
| TM | Primary interface to the complete machine description for the target machine. All target-specific information should be accessible through this interface. |