Classify the specified global variable into a set of target independent categories embodied in SectionKind.

Synopsis

Declared in <llvm/Target/TargetLoweringObjectFile.h>

static
SectionKind
getKindForGlobal(
    GlobalObject const* GO,
    TargetMachine const& TM);

Return Value

The section kind classifying GO.

Parameters

Name

Description

GO

Global object being classified.

TM

Target machine whose classification rules apply.

Created with MrDocs