Return the section name specified by '#pragma clang section' or the section attribute.
Declared in <llvm/Target/TargetLoweringObjectFile.h>
static
StringRef
getCustomSectionName(
GlobalObject const* GO,
TargetMachine const& TM);
The custom section name for GO.
| Name | Description |
|---|---|
| GO | Global object whose custom section name is queried. |
| TM | Target machine whose naming conventions apply. |