Return the GOFF section named by an explicit section attribute on GO.
Declared in <llvm/CodeGen/TargetLoweringObjectFileImpl.h>
virtual
MCSection*
getExplicitSectionGlobal(
GlobalObject const* GO,
SectionKind Kind,
TargetMachine const& TM) const override;
The GOFF section named by the explicit section attribute on GO.
| Name | Description |
|---|---|
| GO | Global with an explicit section name. |
| Kind | Section kind classifying the global. |
| TM | Target machine providing ABI and section options. |