reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp
   23   if (GV.hasWeakLinkage() || GV.hasLinkOnceLinkage())
   23   if (GV.hasWeakLinkage() || GV.hasLinkOnceLinkage())
   25   if (GV.hasCommonLinkage())
   27   if (!GV.hasLocalLinkage() && !GV.hasHiddenVisibility())
   27   if (!GV.hasLocalLinkage() && !GV.hasHiddenVisibility())
   30   if (isa<Function>(GV))
   32   else if (isa<GlobalAlias>(GV) &&
   33            isa<Function>(cast<GlobalAlias>(GV).getAliasee()))