Select the section used to emit GO for the given section kind.

Synopsis

Declared in <llvm/Target/TargetLoweringObjectFile.h>

virtual
MCSection*
SelectSectionForGlobal(
    GlobalObject const* GO,
    SectionKind Kind,
    TargetMachine const& TM) const = 0;

Return Value

The section used to emit GO.

Parameters

Name

Description

GO

Defined global object being placed.

Kind

Section kind classifying GO.

TM

Target machine whose sectioning conventions apply.

Created with MrDocs