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