Return the MCSymbol for a private symbol with global value name as its base, with the specified suffix.
Synopsis
Declared in <llvm/Target/TargetLoweringObjectFile.h>
MCSymbol*
getSymbolWithGlobalValueBase(
GlobalValue const* GV,
StringRef Suffix,
TargetMachine const& TM) const;
Return Value
The private symbol with the given base name and suffix.
Parameters
Name |
Description |
GV |
Global value providing the base name. |
Suffix |
Suffix appended to the private symbol name. |
TM |
Target machine whose symbol naming conventions apply. |
Created with MrDocs