llvm::TargetLoweringObjectFile::getSectionForFunctionDescriptor

On targets that use separate function descriptor symbols, return a section for the descriptor given its symbol. Use only with defined functions.

Synopsis

Declared in <llvm/Target/TargetLoweringObjectFile.h>

virtual
MCSection*
getSectionForFunctionDescriptor(
    GlobalObject const* F,
    TargetMachine const& TM) const;

Return Value

The section for the function descriptor, or nullptr if unsupported.

Parameters

NameDescription
FDefined function whose descriptor section is requested.
TMTarget machine whose sectioning conventions apply.