llvm::TargetLoweringObjectFileGOFF::getExplicitSectionGlobal

Return the GOFF section named by an explicit section attribute on GO.

Synopsis

Declared in <llvm/CodeGen/TargetLoweringObjectFileImpl.h>

virtual
MCSection*
getExplicitSectionGlobal(
    GlobalObject const* GO,
    SectionKind Kind,
    TargetMachine const& TM) const override;

Return Value

The GOFF section named by the explicit section attribute on GO.

Parameters

NameDescription
GOGlobal with an explicit section name.
KindSection kind classifying the global.
TMTarget machine providing ABI and section options.