On targets that associate external references with a section, return such a section for the given external global.
Synopsis
Declared in <llvm/Target/TargetLoweringObjectFile.h>
virtual
MCSection*
getSectionForExternalReference(
GlobalObject const* GO,
TargetMachine const& TM) const;
Return Value
Instances of this class represent a uniqued identifier for a section in the current translation unit. The MCContext class uniques and creates these.
Parameters
Name |
Description |
TM |
Primary interface to the complete machine description for the target machine. All target‐specific information should be accessible through this interface. |
Created with MrDocs