Change the section for this global.
Synopsis
Declared in <llvm/IR/GlobalObject.h>
void
setSection(StringRef S);
Description
Setting the section to the empty string tells LLVM to choose an appropriate default object file section.
Parameters
Name |
Description |
S |
The section name, or empty for the default section. |
Created with MrDocs