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

Instances of this class represent a uniqued identifier for a section in the current translation unit. The MCContext class uniques and creates these.

Parameters

NameDescription
TMPrimary interface to the complete machine description for the target machine. All target-specific information should be accessible through this interface.