Return the MCSymbol for the given global value.
Synopsis
Declared in <llvm/Target/TargetMachine.h>
MCSymbol*
getSymbol(GlobalValue const* GV) const;
Return Value
MCSymbol corresponding to GV.
Parameters
Name |
Description |
GV |
Global value whose symbol is requested. |
Created with MrDocs